Releases: ttscoff/Marked3-obsidian
Releases · ttscoff/Marked3-obsidian
1.2.9
Compare
Sorry, something went wrong.
No results found
Clean production release after desktop launch and command fixes.
Ribbon, command palette, and file-menu open paths without debug notices
Open the selected note from the file explorer context menu
Reliable Marked launch via macOS open and last-active note tracking
1.2.6
Compare
Sorry, something went wrong.
No results found
Fix command palette for note and vault commands.
Both commands always appear in the palette
Remembers the last active note so palette focus does not clear the target file
Uses the same macOS open launch path as the working ribbon button
1.2.5
Compare
Sorry, something went wrong.
No results found
Fix command palette and restore Marked logo.
Command palette now finds the current note even when the palette has focus
Opens Marked with macOS open (more reliable for x-marked-3:// than openExternal)
Restores the original Marked ribbon logo
1.2.4
Compare
Sorry, something went wrong.
No results found
Fix blank/missing Marked ribbon icon.
The old Marked logo used an embedded PNG via xlink, which no longer renders in Obsidian's ribbon. Replaced with a simple vector icon.
1.2.3
Compare
Sorry, something went wrong.
No results found
Restore ribbon icon and command palette visibility.
Commands now always appear (no checkCallback hiding), ribbon is always registered on desktop, and macOS is enforced when launching Marked.
1.2.2
Compare
Sorry, something went wrong.
No results found
More reliable Marked launch on desktop Obsidian.
Uses Electron shell.openExternal first, then macOS open via child_process, through window.require when available.
1.2.1
Compare
Sorry, something went wrong.
No results found
Fix ribbon/commands doing nothing.
Dynamic import of child_process fails in Obsidian's Electron environment; switched back to require() behind the desktop guard, and added notices for failures / no active note.
1.2.0
Compare
Sorry, something went wrong.
No results found
Community submission-ready release.
Rename plugin id to open-in-marked
Fix manifest description for automated review
Load child_process only on desktop
Document Marked 3 / filesystem / shell disclosures
Switch build to esbuild