1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/ReactNativeClient/lib/models
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
..
Alarm.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
BaseItem.js Desktop, Cli: Fixes #2331: Only de-duplicate imported notebook titles when needed 2020-06-28 18:00:51 +01:00
Folder.js All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
ItemChange.js Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
MasterKey.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
Migration.js All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
Note.js Desktop: Refactored command system 2020-07-03 22:32:39 +01:00
NoteResource.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
NoteTag.js Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
Resource.js Desktop: Fixed issue with setting filename for edited attachments 2020-06-09 19:15:43 +00:00
ResourceLocalState.js First pass at linting lib dir 2019-07-29 15:43:53 +02:00
Revision.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
Search.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
Setting.js All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
SmartFilter.js Desktop: Resolves #262: Implement "show all notes" (#2472) 2020-02-22 11:25:16 +00:00
Tag.js All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00