Hi,

Brilliant work David! This may be the wrong thread and it may have been 
elaborated by others elsewhere or implemented more efficiently, so forgive 
me, but just had this thought related to roam; often tiddlers will be very 
short when they are capturing a single thought. Having a tiddler like the 
one below will give you a simple text field where you write a line of text 
and hit enter, and it is added as a tiddler but only displayed as a list 
item. And you can use # for tagging inline; eg. writing "This is a #test 
with a tag" will add the tag "test". It will save quite a few clicks in a 
day!

\define additem()
<$action-listops $tiddler="$:/temp" 
$tags="[enlist{$:/temp!!text}lowercase[]removeprefix[#]]" />
<$action-listops $tiddler="$:/temp" $tags="+[append{$:/temp!!tags}] 
$:/tags/item" />
<$action-createtiddler $basetitle=<<now "[UTC]YYYY0MM0DD0hh0mm0ssXXX">> 
text={{$:/temp!!text}} tags={{$:/temp!!tags}} />
<$action-setfield $tiddler="$:/temp" text="" tags="" />
\end

<$keyboard key="enter" actions=<<additem>>>
<$edit-text tiddler="$:/temp" tag="input" default="" />
</$keyboard>

<$list filter="[tag[$:/tags/item]]">

* {{!!text}}
</$list>

Best,
Anders

lørdag 2. mai 2020 21.19.53 UTC+2 skrev David Gifford følgende:
>
> Hi everyone
>
> I finally got around to updating Stroll (replacement for my TiddlyBlink). 
> I think it is just about ready. Here is the link:
>
> https://giffmex.org/experiments/stroll.experiment.html
>
> Play with it until you find its flaws. Be merciless. Make it bleed. Then 
> let me know what needs bandaging or amputating. You have one week.
>
> Thanks in advance!
>

-- 
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/f9b81e6c-d77b-41ed-93fa-db6a02b3bc41%40googlegroups.com.

Reply via email to