Saq Imtiaz wrote: > > Hi Mat and Thomas, > > First off, don't expect a release. More of a sharing of code. As I said, > the intent is not to share a finished product but rather something others > can understand to implement similar solutions. Lots of rough edges still, > and unfinished bits, but enough to get started. > > Regarding choice of keyboard shortcuts, I haven't customized them for this > demo and they are what fit my workflow and easy enough to change. As > background, this code is taken from a task manager that I worked on in late > 2017 to replace Todoist (todoist.com) which works really well for me but > I prefer hosting my own data. Since I never got around to finishing my work > on the natural language parsing part of that, I wanted to at least share > the concepts and code patterns behind some of the funcionality for others > to explore. The keyboard shortcuts are based around what Todoist uses as I > have years of muscle memory built up with those. > > Tiddlers with the bullet functionality are identified via the presence of > a field. >
...so... how was the field added? > If the field is present and there are no bullets, there is an text area to > get you started. > So, those tiddlers are reserved to be bullet lists then, right? > [...]In fact I rarely use the classic edit mode in any of my TW. > For this particular feature, right? I mean, what if you want something other than bullet lists? ... If this "method" could be generalized so that any item, based on a tiddler, could be presented in indentable lists we could make even cooler stuff ;-) Imagine a checkbox list for projects (top level in list) with tasks as subitems. ...and project status (i.e checked or unchecked) could be calculated from subitem status. The super part would be your feature to easily move items among projects or even make projects into subprojects. ...and this would perhaps also open for... whatsitcalled... expandable text like in most real code editors. Instead of bullet it's the reveal type + character. Anyway, great stuff Saq and thanks for sharing your ideas. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8ed509a6-d892-4bfb-b880-7260fcd41b2d%40googlegroups.com.

