Releases: jsmorabito/obsidian-note-types
Releases · jsmorabito/obsidian-note-types
Release list
1.5.11
1.5.10
- Filtered File Commands now shows as a compact list — each command is a row (name + filter/file-type summary) with gear and trash icons, matching the Note Types list. Click a row or its gear icon to edit name, match mode, file types, and frontmatter filters in a dedicated modal.
1.5.9
- Renamed "Object types" to "Note types" throughout the plugin — settings UI, commands, notices, and the plugin's display name (now "Note Types" in Community Plugins). Existing note types carry over automatically.
- Filtered File Commands and the Filtered Files Widget are now optional features — toggle them on/off from General settings; each toggle shows a jump-to-section shortcut when enabled.
- Reorganized the settings tab — General, Note Types, Filtered File Commands, Filtered Files Widget.
1.5.8
- Status icons in links — new Show status in links toggle per object type; reads the
statusfrontmatter field and renders a small SVG icon before[[wikilinks]]in both reading view and the editor (uses a CM6 widget decoration to avoid cursor-splitting artifacts) - New object from selection replaces text — selected text is replaced with
[[title]]after the object is created - Text-formatting-toolbar integration — registers the New object from selection command with the toolbar API if the plugin is installed
- Clickable creation notice — the "Created: X" notice now shows a clickable link to open the file rather than auto-opening it
1.5.7
New command: New object from selection
When text is highlighted in the editor, run New object from selection to open the New Object modal with the title pre-filled from your selection.