1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/Clipper
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
..
content_scripts Clipper: Do not export invisible elements 2020-06-17 00:03:40 +01:00
icons Moved clipper files one level down 2020-02-23 20:51:04 +00:00
popup All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
.gitignore Moved clipper files one level down 2020-02-23 20:51:04 +00:00
background.js Moved clipper files one level down 2020-02-23 20:51:04 +00:00
manifest.json Clipper release v1.0.25 2020-03-10 23:10:59 +00:00
package-lock.json Clipper: Refactoring to allow reproducible build, to comply with Mozilla requirements 2020-03-10 23:01:05 +00:00
package.json Clean up unusued files 2020-02-23 21:04:14 +00:00