Releases: dalcantara7/obsidian-auto-moc
Add support for ignoring notes within specified folders
This release adds support for ignoring note's backlinks for notes located within specified folders
Add support for importing as structured list
Per feature request #15, add support for importing as a unordered list, ordered list (separated by either period or parenthesis), and checkbox list.
Add support for alias linking
1.3.4 added support for importing aliases
Add support for disabling notifications
1.3.3 add support for disabling notifications
Frontmatter tag fix
Issue reported in #10. Frontmatter tags are parsed differently based on structure. This release properly handles both forms of the tags
Nearest heading tag fix
1.3.1 readme fix
Support for anchor links and frontmatter tags
Main feature request came from #8 (adding support for heading links). This has been implemented.
Additionally, another user has pointed out that frontmatter tags were not support. Support has been implemented.
Bug Resolution
Obsidian 0.14.15 update changed the way the api handles file aliases in the frontmatter. This update handles the new file aliases.
Update 1: Sorted Lists, Aliases, and Tags
This release adds the following new features:
- Inserted links are now organized alphabetically
- If a note has aliases, the note will be inserted with the first alias as the link
- A second command to insert all notes with a given tag has been added. The command opens up a modal that allows you to search for tags, select one, and import all notes with that tag.
AutoMOC Initial Release
First public release of the Obsidian AutoMOC plugin.