The Obsidian Server Plugin is a plugin for Obsidian that allows you to launch arbitrary Express servers within Obsidian. It also includes a sub-project for syncing bookmark history live from the web browser.
- Launch arbitrary Express servers within Obsidian
- Sync bookmark history live from the web browser
- Download the latest release of the Obsidian Server Plugin from the Releases page.
- Open Obsidian and go to the "Community Plugins" settings.
- Click on "Browse" and select the downloaded plugin file.
- Enable the Obsidian Server Plugin.
- Launch Obsidian and open the "Obsidian Server" plugin.
- Configure the settings for your Express server, such as the port number and routes.
- Start the server and observe the logs for any errors or messages.
- Use the synced bookmark history feature by following the instructions in the SYNC.md file.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.