Skip to content

Releases: meshokho/obsidian-vault-web

0.6.2

Choose a tag to compare

@meshokho meshokho released this 26 Aug 10:41

Fixed

  • Added proper declarative settings controls for Obsidian 1.13+.
  • Restored Settings search support without making the settings tab read-only.
  • Kept the existing imperative settings UI as a fallback for older Obsidian versions.

Notes

This release keeps the Desktop theme bridge introduced in 0.6.0.

0.6.1

Choose a tag to compare

@meshokho meshokho released this 26 Aug 09:45

Fixed

  • Restored interactive plugin settings in Obsidian.
  • Removed the incomplete declarative settings definitions that made settings appear as read-only text.

Notes

The Desktop theme bridge from 0.6.0 is still included. Use Theme source -> Desktop theme in the plugin settings to import colors and fonts from the current desktop theme.

0.6.0

Choose a tag to compare

@meshokho meshokho released this 26 Aug 09:26

What's new

Vault Web can now import colors and fonts from the current desktop theme.

Added

  • Added a new Theme source setting.
  • Added Desktop theme mode for matching the browser UI to the current desktop theme.
  • Added a local /api/theme endpoint for the browser interface.
  • Added theme variable mapping for backgrounds, text, accents, borders, and fonts.

Notes

Theme sync is applied when Vault Web starts. If you change your desktop theme while Vault Web is already running, restart Vault Web to refresh the imported theme.

Vault Web still keeps its own layout and controls. It imports theme variables instead of loading the full desktop theme CSS, which avoids most compatibility issues with theme-specific selectors.

0.5.2

Choose a tag to compare

@meshokho meshokho released this 19 Aug 13:27

Fix plugin review manifest warnings

0.5.1

Choose a tag to compare

@meshokho meshokho released this 19 Aug 13:18

Obsidian review warnings fix

0.5.0

Choose a tag to compare

@meshokho meshokho released this 19 Aug 12:55

Initial community-ready release of Vault Web.

  • Bundles the local browser interface into the Obsidian plugin
  • Adds local Mermaid rendering without CDN dependency
  • Uses a standard Obsidian plugin release payload
  • English UI and plugin settings

v0.4.0

Choose a tag to compare

@meshokho meshokho released this 19 Aug 12:06

Initial public release of Obsidian Vault Web.

Features:

  • Local browser editor for Obsidian vaults
  • Markdown editing with autosave
  • Edit/Preview modes
  • Wiki links, outgoing links, and backlinks
  • Markdown tables and Mermaid diagrams
  • Dark/light theme toggle
  • Resizable sidebar and links panel
  • Obsidian plugin settings for port, Node.js path, and auto-start

Security:

  • Localhost-only server
  • Token-protected API
  • Foreign Origin requests are rejected