[OBS # 57] 3 methods for automatic completion of Tags in YAML area

Опубликовано: 25 Июль 2026
на канале: Jerry's Productivity Tech Channel
3,007
37

Obsidian Current (V0.12.19) When entering the label area in the YAML area, you cannot appear in the format of the # tag. If you do not use #, you will not automatically display the label list for the user to choose, and the # will cause a syntax error. I have summarized three solutions.

1. Using Linter plug-in
2. Write QuickAdd Male REPLACE_TAGS.JS: Limited one-line array
3. Write QuickAdd Male SELECT_TAGS.JS: Pop-up Tag Window for select

💡 Article: http://jdev.tw/blog/6900/
💡 Related Links

1. Obsidian-Linter plug-in: https://github.com/plates/obsidian-li...
2. Replace_tags.js: https://gist.github.com/emisjerry/9dc...
3. SELECT_TAGS.JS: https://gist.github.com/emisjerry/287...