-
I would like to add tags (1 or more) to notes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is pretty easy, is interoperable and works in EVERY application & filemanager with file search. Use proper filenames. As you wish, as you like it, up to you. all my blogposts have -blogpost in it, so I search for that tag "-blogpost". My exports from reddit discussions have reddit in the filename, so I search for reddit. Plain and simple, not requires vendor specific implementation. You also have recursive file search with regex support at your hand: |
Beta Was this translation helpful? Give feedback.
-
@t-arn Note that we have in-file search now. I usually place tags throughout my files and search for them when I need to. Markor is sufficiently fast on my phone and Ripgrep / Ag are fast enough on PC... |
Beta Was this translation helpful? Give feedback.
This is pretty easy, is interoperable and works in EVERY application & filemanager with file search. Use proper filenames. As you wish, as you like it, up to you.
all my blogposts have -blogpost in it, so I search for that tag "-blogpost". My exports from reddit discussions have reddit in the filename, so I search for reddit.
Plain and simple, not requires vendor specific implementation.
You also have recursive file search with regex support at your hand:
tags: .*mytag.*