-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Format $:/core/ui/EditTemplate/type #8112
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks @linonetwo I do not trust LLMs not to make mistakes, so I think it would be advisable to verify that the parse tree output is the same using a diff tool. This template will render the parse tree of a tiddler:
|
\procedure input-cancel-actions() | ||
<$list | ||
filter="[<storeTitle>get[text]] [<currentTiddler>get[type]] +[limit[1]]" | ||
emptyMessage="""<<cancel-delete-tiddler-actions "cancel">>""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With TW we use tabs as indentation
<$linkcatcher to="!!type"> | ||
<$list | ||
filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]' | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, if there is only 1 line, it should stay as 1 line. It should not be formatted that way
So it is easier to modify it.
I use GPT4 to format it.