Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/kbd layout menu #8100

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

linonetwo
Copy link
Contributor

@linonetwo linonetwo commented Mar 21, 2024

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?

Copy link

vercel bot commented Mar 21, 2024

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

@linonetwo
Copy link
Contributor Author

linonetwo commented Mar 21, 2024

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

\end


\whitespace trim
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor thing, but if you move this \whitespace trim to the top of the tiddler then the procedure definitions will automatically inherit it, and won't need to be explicitly marked with \whitespace trim

@Jermolene
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Page Layout switch menu is not convenient
2 participants