1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/ReactNativeClient
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
..
android Android release v1.0.333 2020-06-28 19:57:33 +01:00
ios ios-v10.0.50 2020-06-28 20:17:13 +01:00
lib All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
locales Update en_US.po 2020-06-20 18:22:01 -04:00
MarkdownEditor Tools: Added prefer-default-export eslint rule 2020-06-02 20:13:15 +00:00
tools Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
.buckconfig Added React Native app 2017-05-06 15:37:28 +01:00
.flowconfig Mobile: Upgrading to React Native to 0.61.5 2020-02-09 20:21:52 +00:00
.gitattributes Added React Native app 2017-05-06 15:37:28 +01:00
.gitignore Mobile: Upgrading to React Native to 0.61.5 2020-02-09 20:21:52 +00:00
.watchmanconfig Added React Native app 2017-05-06 15:37:28 +01:00
app.json Various changes 2017-07-07 23:25:03 +01:00
clean_build.bat Tools: Added back RN bundler command and cleaned up files 2020-02-24 17:30:11 +00:00
gulpfile.js Tools: Improve and simplify how to build the apps (#2538) 2020-02-20 22:59:18 +00:00
index.android.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.ios.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
index.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
main.js Mobile: Fixes #3344: Fixed regression that would cause links in notes to open within app itself 2020-06-08 07:41:04 +01:00
metro.config.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
package-lock.json Desktop, Mobile: Fixes #3281: Prevent code highlighting from freezing the app in some cases 2020-06-28 18:31:43 +01:00
package.json Desktop, Mobile: Fixes #3281: Prevent code highlighting from freezing the app in some cases 2020-06-28 18:31:43 +01:00
PluginAssetsLoader.ts Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
root.js All: Added support for hierarchical/nested tags (#2572) 2020-07-12 18:09:07 +01:00
setUpQuickActions.ts Tools: Added prefer-default-export eslint rule 2020-06-02 20:13:15 +00:00