-
Notifications
You must be signed in to change notification settings - Fork 22
4.2 Define yours tags
Christophe (pc maison) edited this page Mar 18, 2017
·
2 revisions
The search engine at the top left of the screen will suggest entries based on :
- folder name : if you've created a structure like /private/home/invoice/2017 f.i., "private", "home", "invoice" and "2017" will be used as entries of the entry auto-completion since these terms are important for you
- tags : in your root folder, you'll found a tags.json file. Edit that file and type your own tags i.e. important words for your work.
Here a sample for a tags.json file :
[
"Bootstrap",
"Javascript",
"Markdown",
"Web development"
]
These keywords will be proposed in the search engine (for auto-completion) but, too, will be highlighted in the notes : by clicking on a tag, from a note, all notes with that tags will be selected in the treeview.
Christophe Avonture