Skip to content

ThaddeusJiang/Projectify

 
 

Repository files navigation

Projectify

Projectify is a project management app for TiddlyWiki, inspired by products like Todoist and Basecamp.

TiddlyWiki is an excellent note-taking & knowledge-base app with unique features. Projectify brings project management to TiddlyWiki, extending it to let you capture thoughts, plan projects and schedule tasks.

Projectify is carefully crafted, with an intuitive interface that integrates seamlessy with the core of TiddlyWiki. Drag and drop any tiddler into a project to add it as a todo, transclude and link other tiddlers into projects or tasks.

For all changes in the latest 0.14.2 release, see ChangeLog.

Demo

A demo is available at thaddeusjiang.github.io/Projectify.

Download

Download a pre-configured empty wiki:

Get Projectify

Alternatively, see Installation for installation instructions in an existing wiki.

Documentation

  • If you are new to TiddlyWiki, we strongly encourage you to read the Getting started documentation.
  • The Projectify documentation is available online as well as locally when the plugin is installed.

Development setup

  • Install Node.js
  • In the root folder of the project run npm install
  • To start the TiddlyWiki server, run npm run dev. The wiki is available at http://localhost:8080.
  • To write demo pages, run npm run dev-demo. The demo is available at http://localhost:8080.
  • To write empty page, run npm run dev-empty. The empty page is available at http://localhost:8080.
  • To build HTML files for all editions, run npm run build

Contributors

Many thanks to the following people who have contributed to Projectify:

Packages

No packages published

Languages

  • JavaScript 100.0%