akosbalasko / akosbalasko/yarle

Yarle to construct full tag path from visual hierarchy

Open
#179 7 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.8k
Forks
111
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.