Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shincurry/obsidian-universal-publish
Publish Obsidian notes through server.
https://github.com/shincurry/obsidian-universal-publish
obsidian obsidian-plugin obsidian-publish
Last synced: 4 days ago
JSON representation
Publish Obsidian notes through server.
- Host: GitHub
- URL: https://github.com/shincurry/obsidian-universal-publish
- Owner: shincurry
- Created: 2023-03-06T15:01:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-11T02:46:03.000Z (over 1 year ago)
- Last Synced: 2024-04-18T06:19:57.282Z (7 months ago)
- Topics: obsidian, obsidian-plugin, obsidian-publish
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obsidian Universal Publish Plugin
The function of this plugin is simply to package the content of the Obsidian Vault (which can include the Obsidian configuration folder if you need) into a zip file, and then send it to a supported server, and the server will generate website for public access.
This plugin requires a supported server, you can use this project [obsidian-universal-publish-server](https://github.com/shincurry/obsidian-universal-publish-server) directly, or refer to implement your own server.