You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix YAML tag serialization for Obsidian compatibility
When writing or updating frontmatter with tags, ensure proper YAML list
format is used for Obsidian compatibility (Issue #132).
Changes:
- Keep default yaml.dump() settings which produce YAML list format
- Add comprehensive test in test_file_utils.py
- Prevent malformed tag serialization
Fixes#132
Signed-off-by: Gilang Gumilar <gilangmlr@gmail.com>
0 commit comments