1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/ElectronClient/gui/MainScreen/commands
Vaidotas Šimkus e11e57f1d8
All: Added support for hierarchical/nested tags (#2572)
The implementation uses / symbol as a nesting separator. I.e. tag/subtag is a nested tag, where tag is the parent tag and subtag is its child. Creating a tag named tag/subtag/subsubtag creates three tags, one for each level. The tags are associated using parent_id field.

In the app, viewing notes with a tag will also show all notes that are associated with any of the tag's descendant tags (same for the note count). Deleting a tag will also delete all its descendant tags.

In the desktop app the tags are shown nested just like the notebooks.
2020-07-12 18:09:07 +01:00
..
editAlarm.ts Desktop: Dev fix: Added back title on header buttons 2020-07-04 10:46:22 +01:00
exportPdf.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
hideModalMessage.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
moveToFolder.ts Desktop: Fixes #3482: Fixed regression when moving note to notebook from menu 2020-07-12 17:27:56 +01:00
newNote.ts Desktop: Dev fix: Added back title on header buttons 2020-07-04 10:46:22 +01:00
newNotebook.ts Desktop: Dev fix: Added back title on header buttons 2020-07-04 10:46:22 +01:00
newTodo.ts Desktop: Dev fix: Added back title on header buttons 2020-07-04 10:46:22 +01:00
print.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
renameFolder.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
renameTag.ts All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
search.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
selectTemplate.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
setTags.ts All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
showModalMessage.tsx Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
showNoteContentProperties.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
showNoteProperties.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
showShareNoteDialog.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
toggleNoteList.ts Desktop: Dev fix: Added back title on header buttons 2020-07-04 10:46:22 +01:00
toggleSidebar.ts Desktop: Dev fix: Added back title on header buttons 2020-07-04 10:46:22 +01:00
toggleVisiblePanes.ts Desktop: Refactored command system 2020-07-03 22:32:39 +01:00