Advanced Note Composer
approvedby mnaoumov
Enhances Note composer core plugin.
Advanced Note Composer
This Obsidian plugin extends the core Note composer plugin fixing some bugs and adding additional features.
Relative links
If you use Merge current file with another file..., Extract current selection..., Extract this heading... from the note with relative links, the core plugin moves those links as is, which leads to broken links you have to fix manually.
The current plugin adjusts such links and makes them valid.
Invalid titles
Sometimes when you extract selection or heading, the chosen title is invalid
# Title with invalid characters *\<>:|?#^[]"
The core plugin will show an error when you try to extract such heading.
The current plugin allows to replace/remove such invalid characters.
If those invalid characters were used intentionally, the plugin allows to add the invalid title
- to the note alias (to be able to access it from the
Quick switcher). - to the frontmatter title key.
Treat title as path
Treat title as path option converts titles that contain / into paths.
For example, when we invoke Extract this heading... command for ## a / b / c / d:
If Treat title as path option is
- enabled - the split file will be
a/b/c/d.md. Leading and trailing spaces are trimmed. - disabled - the split file will be
a _ b _ c _ d.md. Spaces are preserved./is replaced with_(or another replacement string as per settings).
Installation
The plugin is available in the official Community Plugins repository.
Beta versions
To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:
- Ensure you have the BRAT plugin installed and enabled.
- Click Install via BRAT.
- An Obsidian pop-up window should appear. In the window, click the
Add pluginbutton once and wait a few seconds for the plugin to install.
Debugging
By default, debug messages for this plugin are hidden.
To show them, run the following command:
window.DEBUG.enable('advanced-note-composer');
For more details, refer to the documentation.
Support
My other Obsidian resources
See my other Obsidian resources.
License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.
