akosbalasko / akosbalasko/yarle
Yarle to construct full tag path from visual hierarchy
- Lingua principale
- TypeScript
- Stelle
- 1.8k
- Fork
- 111
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
There are essentially two main ways that tag hierarchies can be implemented in Evernote:
**Method A: "Visual"**
- level-1-tag
- level-2-tag
- level-3-tag
**Method B: "Full Tag Path"**
level-1-tag
level-1-tag/level-2-tag
level-1-tag/level-2-tag/level3-tag
Yarle only reproduces a tag hierarchy that works with Obsidian if the tag hierarchy is via **Method B**. If a **Method A** hierarchy is given to Yarle it produces the following flat tag structure, which is not desired:
#level-1-tag #level-2-tag #level-3-tag
I believe most users will have a tag hierarchy implemented via **Method A** so it would save a lot of work if Yarle could construct the full path tag structure as required by Obsidian i.e.
level-1-tag
level-1-tag/level-2-tag
level-1-tag/level-2-tag/level3-tag
I do not know if this is feasible but it sure would be a huge benefit if Yarle could do this. The alternative is to manually convert the tag hierarchy in Evernote from **Method A** to **Method B** which is likely to take a long time.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.