TiddlyWiki5 icon indicating copy to clipboard operation
TiddlyWiki5 copied to clipboard

Feat/kbd layout menu

Open linonetwo opened this issue 11 months ago • 3 comments

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?

linonetwo avatar Mar 21 '24 13:03 linonetwo

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

vercel[bot] avatar Mar 21 '24 13:03 vercel[bot]

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>>

linonetwo avatar Mar 21 '24 13:03 linonetwo

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.

Jermolene avatar Mar 21 '24 15:03 Jermolene