Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1.49 KB

File metadata and controls

32 lines (20 loc) · 1.49 KB

ObsidianToBookstack

Obsidian plugin wrapper over my project obsidian_to_bookstack. Allows for easy use of the CLI tool whilst in Obsidian.

Screenshot_20240113_182012

Setup

Configure obsidian_to_bookstack using the guide in the repo (https://github.com/jaypyles/obsidian-to-bookstack). This will use all of the config from that. Until I get this officially published, follow this to install into your Obsidian Vault.

Download the latest release from the releases tab.

cd ~/obsidian_vault/.obsidian/plugins
mkdir ObsidianToBookstackPlugin
mv ~/Downloads/main.js ~/obsidian/.obsidian/plugins/ObsidianToBookstackPlugin
mv ~/Downloads/manifest.json ~/obsidian/.obsidian/plugins/ObsidianToBookstackPlugin

All you need for the plugin to work is the main.js and manifest.json

Turn off restricted mode and enable "Obsidian to Bookstack"

You may choose to set the config file and env file through the settings menu.

image

Functionality

The ribbon will now include a book icon with two different options, pushing and pulling. Pull will download any missing pages, books, chapters, or shelves into the Obsidian Vault, then it will update any notes which need updating. Push will do the same, but in the Bookstack instance.