https://github.com/jaypyles/obsidiantobookstackplugin
Companion to my CLI tool "obsidian-to-bookstack". Allows for CLI tool usage in Obsidian.
https://github.com/jaypyles/obsidiantobookstackplugin
bookstack obsidian
Last synced: 4 months ago
JSON representation
Companion to my CLI tool "obsidian-to-bookstack". Allows for CLI tool usage in Obsidian.
- Host: GitHub
- URL: https://github.com/jaypyles/obsidiantobookstackplugin
- Owner: jaypyles
- License: mit
- Created: 2024-01-13T02:43:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T01:42:32.000Z (about 2 years ago)
- Last Synced: 2025-04-12T11:57:57.781Z (10 months ago)
- Topics: bookstack, obsidian
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObsidianToBookstack
Obsidian plugin wrapper over my project [`obsidian_to_bookstack`]([https://github.com/jaypyles/obsidian-to-bookstack). Allows for easy use of the CLI tool whilst in Obsidian.

## 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.
```bash
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.

## 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.