Skip to content

Instantly share code, notes, and snippets.

@ibnishak
Last active December 9, 2018 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibnishak/415346e6a42d0ea6387684fc09a0b17e to your computer and use it in GitHub Desktop.
Save ibnishak/415346e6a42d0ea6387684fc09a0b17e to your computer and use it in GitHub Desktop.
Wish list for TW5
  • Attributes parameter: A parameter pointing to a tiddler that copies the content to the widget node "as is".

  • Plugins that gets activated only in mobile platform.

  • Checkbox widget: Ability to trigger separate set of actions for checking and unchecking.

  • Tiddlywiki.Files directories object should traverse subfolders to find the tiddlers

  • Ability to add context menu to tiddlers.

  • Loading different pagetemplates on Mobile and Desktop.

  • A TW based RSS reader/feed aggregator: Explore creating one with Python Scrapy

  • Then-sort filter. If a list is sorted by one field, and two tiddlers have same value for that field, those two tiddlers should be sorted by a different criteria, named then-sort.

  • Database support. Once the Wiki grows beyond a size, TW5 takes upto 60-70 secs to load. Possibly Mongodb or Mariadb

  • Tiddlyserver: Ability to just start a new wiki from the interface.

  • Reveal widget wrapping Sidebar tabs, enabling to check them off one by one like PageToolbar buttons. Same for different pagetemplates.

  • Keyboard shortcuts to navigate to a tiddler.

  • Github flavored Markdown Wikiparser rules

  • A dummy tutorial on how to develop for TW5. More extensive development docs. If possible, a how to guide on how to develop a widget with necessary javascript tutorial.

  • Pointers in the documentation to possibility of including more meta tags in the section- including facebook and twitter oriented ones.

  • Modern core theme.

  • Widget to wrap JS code

  • Tiddlyspot like syncing mechanism for dropbox which syncs only the changed tiddlers, not the entire TW for each change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment