Releases: meshokho/obsidian-vault-web
Releases · meshokho/obsidian-vault-web
Release list
0.6.2
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
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
What's new
Vault Web can now import colors and fonts from the current desktop theme.
Added
- Added a new
Theme sourcesetting. - Added
Desktop thememode for matching the browser UI to the current desktop theme. - Added a local
/api/themeendpoint 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
0.5.1
0.5.0
v0.4.0
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