TiddlyWiki5
TiddlyWiki5 copied to clipboard
Feat/kbd layout menu
Fixes #7067
I refactor it to use 5.3.0 syntaxs, but I don't know how to get <$keyboard
widget work. When I press arrow key, it seem to not getting focus, so it doesn't work.
Need some help here. Does <$keyboard
widget only work on text input? Any simillar example?
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
tiddlywiki5 | ✅ Ready (Inspect) | Visit Preview | Mar 21, 2024 6:24pm |
And I don't understand why output of this is $:/boot/boot.css
on my wiki, and is "A free, open source wiki revisited" by Mark Gibbs, NetworkWorld
on tw5-com
\procedure layouts-filter() [all[tiddlers+shadows]tag[$:/tags/Layout]] [[$:/core/ui/PageTemplate]] +[!is[draft]sort[name]]
\function layouts() [filter<layouts-filter>]
<$log layouts=<<layouts>> step=<<step>> />
<<layouts>>
And I don't understand why output of this is
$:/boot/boot.css
on my wiki, and is"A free, open source wiki revisited" by Mark Gibbs, NetworkWorld
You need the subfilter
operator; the filter
operator passes each input title through the subfilter which results in all the tiddlers in the wiki being passed.