Skip to content

Tiddlywiki plugin featuring easy tiddler creation and tagging

Notifications You must be signed in to change notification settings

btheado/tw-ftlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published