Skip to content

Releases: rosfandy/vault-book

1.0.6

24 Jun 17:18

Choose a tag to compare

Fix embedded file serving for BRAT installs

1.0.5

24 Jun 17:06

Choose a tag to compare

Fix

  • Renamed plugin ID to vault-book

Assets

  • main.js
  • manifest.json
  • styles.css

1.0.4

24 Jun 17:02

Choose a tag to compare

Fix

  • Embedded web-dist UI files directly into main.js — now works with BRAT (which only downloads main.js/manifest.json/styles.css)

Assets

  • main.js
  • manifest.json
  • styles.css

1.0.3

24 Jun 16:57

Choose a tag to compare

Fix

  • Fixed pluginDir to use __dirname instead of hardcoded folder name — now works regardless of folder name (BRAT, manual install, etc.)

Assets

  • main.js
  • manifest.json
  • styles.css

1.0.2

24 Jun 16:40

Choose a tag to compare

Preview

Light Dark Search
Light Dark Search

What is fixed in 1.0.2

  • Removed Node.js fs module, replaced with vault adapter API
  • Fixed eslint-disable comment with description
  • Bumped version for fresh scan

Assets

  • main.js - plugin code
  • manifest.json - plugin manifest
  • styles.css - plugin styles

GitHub

1.0.1

24 Jun 16:39

Choose a tag to compare

Preview

Light Dark Search
Light Dark Search

What is fixed in 1.0.1

  • Sidebar title now follows Obsidian settings
  • Browser tab title shows Vault Book
  • GitHub link in topbar opens repo
  • Fixed pluginDir path resolution
  • Added preview screenshots

Assets

  • main.js - plugin code
  • manifest.json - plugin manifest
  • styles.css - plugin styles

GitHub

1.0.0

24 Jun 16:23

Choose a tag to compare

Initial release of Vault Book — turn your Obsidian vault into a Gitbook-like website.

Preview

Light Dark Search
Light Dark Search

Features

  • Export vault notes to a browsable web format
  • Markdown rendering via showdown/marked
  • React-based web UI
  • Local dev server for preview
  • Built with esbuild and TypeScript

Assets

  • main.js — plugin code
  • manifest.json — plugin manifest
  • styles.css — plugin styles