btheado / tw-ftlist

Tiddlywiki plugin featuring easy tiddler creation and tagging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Tiddlywiki plugin provides a way to quickly capture short notes and manage them in a list. It also provides a way to categorize these notes via drag and drop tagging. See https://btheado.github.io/tw-ftlist/ for a demo and more documentation.


Instructions for building from source

Install Node for your platform, then clone and build this repository:

git clone https://github.com/btheado/tw-ftlist.git
cd tw-ftlist
npm install

You can start the TiddlyWiki server and view a demo of the plugin:

npm run tw_start

Then open http://127.0.0.1:8087 in your browser.

Or you can bundle TiddlyWiki and the tw-ftlist plugin together into a single, self-modifiable html file:

npm run build:index

Then open the wiki/output/index.html file in your browser.

About

Tiddlywiki plugin featuring easy tiddler creation and tagging