akosbalasko / akosbalasko/yarle
Yarle to construct full tag path from visual hierarchy
- Ngôn ngữ chính
- TypeScript
- Star
- 1.8k
- Fork
- 111
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.