Skip to content

Releases: ttscoff/Marked3-obsidian

1.2.9

Choose a tag to compare

@ttscoff ttscoff released this 25 Jul 08:27

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

Choose a tag to compare

@ttscoff ttscoff released this 25 Jul 08:14

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

Choose a tag to compare

@ttscoff ttscoff released this 25 Jul 08:12

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

Choose a tag to compare

@ttscoff ttscoff released this 25 Jul 08:09

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

Choose a tag to compare

@ttscoff ttscoff released this 25 Jul 08:07

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

Choose a tag to compare

@ttscoff ttscoff released this 25 Jul 08:04

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

Choose a tag to compare

@ttscoff ttscoff released this 25 Jul 07:59

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

Choose a tag to compare

@ttscoff ttscoff released this 24 Jul 17:42

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