Enhancing Hierarchical Tag Support in Anki to Obsidian. #630
belagrun
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Anki to Obsidian does not support tags with hierarchical levels if they appear inside notes. My suggestion is to modify the regular expression so that it supports Obsidian tags containing the "/" character within the tag, which is already supported by Obsidian such as "#v2/tag/other/something".
Short Title:
Change in note.ts:
const OBS_TAG_REGEXP = /#([\w/]+)/g;
Beta Was this translation helpful? Give feedback.
All reactions