Closed heavenkiller2018 closed 1 year ago
Yes, and you may want to use "keywords" field instead.
One is use custom search bar, with a custom filter, another option is use https://tw-cpl.netlify.app/#Plugin_202203243721287 to put long text into another field, like "logs" field, and it won't be indexed or searched normally.
Always, you should ask these general questions in the talk forum, instead of in the GitHub! But, welcome to tiddlywiki.
And don't forget, with zx-script, you can write
await $`apt update && apt upgrade -y`
using zx script plugin. But it might not support sudo password prompt...
Description 描述
Certain tiddlers can be designated as unindexed. Occasionally, I compose memos that provide solutions to issues. These memos may feature a substantial quantity of output generated from running code. As a result, the tiddlers can be lengthy and contain a myriad of keywords that might disrupt and impede the search process if indexed.
For instance, if I append the aforementioned output to a tiddler, I only desire the title of said tiddler to be indexed.
Additional Context 额外上下文
No response