This is a demo to show how live note can be implemented using Tiddlywiki.
By livenote, it means just click to create a new tiddler and start writing no edit mode, no save tiddler required.
From page controls click on the 27 Create new livenote. A new livenote will be created and TW will navigate to it.
$:/livenote/data/tidname, so every livenote uses two tiddlers one tagged with livenote and one prefixed with $:/livenote/data/
- Note
- Once a livenote is created, it has a 27
Create new livenoteon the right side, so one can simply create new livenote by using this button.
Livenote Content tab on the right sidebar.To have the livenote tool working in your own wiki, simply drag and drop below tiddlers into your wiki.
- 2019.10.27
- Release 1.0.0
- livenote now uses simple viewtemplate
- documentation improved
- a side button on every livenote to create new livenote from there
- 2019.10.26
- Release 0.5.0
- initial release
Ah yes, but if I want use the livenote to create some initial thoughts which I then want to save as a standard tiddler with appropriate tags etc, I would then need to rename the whole $:/livenote/data/2019.10.27-001 filename or am I missing something?
Also, is it possible for the cursor to go into the new note after pressing the 'create new livenote' icon?
\define livenote(tidName) <div class="paper"> <div class="paper-content"> <$edit-text tiddler="$:/livenote/data/$tidName$" field="text" placeholder="Start writing ..." default="" class="note" tag="textarea" focus="yes"/> </div> </div> \endBased on the discussion here:
This is to announce the release of stable lvenote tool.
--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9ed8ae11-00f6-4527-a4d8-0ecf89862bfe%40googlegroups.com.