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

Update PageControls buttons to use v5.3.2 syntax #8579

Merged
merged 7 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/ui/Actions/new-journal.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tags: $:/tags/Actions
description: create a new journal tiddler

\whitespace trim
\function tf.get-tags() [<textFieldTags>] [<tagsFieldTags>] +[join[]]
\function tf.get-tags() [<textFieldTags>] [<tagsFieldTags>] +[join[ ]]
Leilei332 marked this conversation as resolved.
Show resolved Hide resolved
<$let journalTitleTemplate={{$:/config/NewJournal/Title}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}} journalText={{$:/config/NewJournal/Text}}>
<$wikify name="journalTitle" text="<$transclude $variable='now' format=<<journalTitleTemplate>>/>">
<$reveal type="nomatch" state=<<journalTitle>> text="">
Expand Down
2 changes: 1 addition & 1 deletion core/ui/Actions/new-tiddler.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tags: $:/tags/Actions
description: create a new empty tiddler

\whitespace trim
\function tf.get-tags() [<textFieldTags>] [<tagsFieldTags>] +[join[]]
\function tf.get-tags() [<textFieldTags>] [<tagsFieldTags>] +[join[ ]]
<$let textFieldTags={{$:/config/NewTiddler/Tags}} tagsFieldTags={{$:/config/NewTiddler/Tags!!tags}}>
<$action-sendmessage $message="tm-new-tiddler" tags=<<tf.get-tags>>/>
</$let>
Loading