We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. No or not found.
Describe the solution you'd like I create a sidebar tab as that:
<$edit-text field="search" placeholder="enter prefix string to search" size="30"/> <$set field=search name=term tiddler=<<currentTiddler>> > <$list filter="[!is[system]prefix<term>!sort[modified]]" template="$:/core/ui/ListItemTemplate" emptyMessage="Not found."/> </$set>
it works if the searchbox is empty. When I change the searchbox's content, the results don't update.
Describe alternatives you've considered Hope sidebar content can be updated when searchbox's content change.
Additional context
The text was updated successfully, but these errors were encountered:
Use this one
<$edit-text field="search" tiddler="$:/temp/search" placeholder="enter prefix string to search" size="30"/> <$set field=search name=term tiddler="$:/temp/search" > <$list filter="[!is[system]prefix<term>!sort[modified]]" template="$:/core/ui/ListItemTemplate" emptyMessage="Not found."/> </$set>
Note the tiddler I have set both in $edit-text and $set widgets.
$edit-text
$set
To know the reason read the last paragraph of https://tiddlywiki.com/prerelease/#tabs%20Macro
Sorry, something went wrong.
It works, thanks much.
No branches or pull requests
Is your feature request related to a problem? Please describe.
No or not found.
Describe the solution you'd like
I create a sidebar tab as that:
it works if the searchbox is empty. When I change the searchbox's content, the results don't update.
Describe alternatives you've considered
Hope sidebar content can be updated when searchbox's content change.
Additional context
The text was updated successfully, but these errors were encountered: