Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SaraVieira/obsidian-notes-publish-plugin
An Obsidian plugin to publish your notes
https://github.com/SaraVieira/obsidian-notes-publish-plugin
obsidian
Last synced: 3 months ago
JSON representation
An Obsidian plugin to publish your notes
- Host: GitHub
- URL: https://github.com/SaraVieira/obsidian-notes-publish-plugin
- Owner: SaraVieira
- License: mit
- Created: 2022-01-05T21:56:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T21:05:48.000Z (about 3 years ago)
- Last Synced: 2024-10-16T23:56:37.048Z (3 months ago)
- Topics: obsidian
- Language: CSS
- Homepage: https://notes.iamsaravieira.com/notes/oss-obsidian-publish-notes-docsmd
- Size: 3.46 MB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- project-awesome - SaraVieira/obsidian-notes-publish-plugin - An Obsidian plugin to publish your notes (CSS)
README
## Obsidian Publish Notes plugin
A DIY way to publish your Obsidian notes with anyone you want to.
This plugin has a vert technical setup and you will need an [Airtable Account](https://airtable.com/)
## How to install
You can find the docs in my own docs website.
[Publish Notes Docs](https://notes.iamsaravieira.com/notes/oss-obsidian-share-link-docsmd)
## Run locally
```
git clone [email protected]:SaraVieira/obsidian-notes-publish-plugin.git
cd obsidian-notes-publish-plugin
yarn && cd plugin && yarn && cd ../website && yarn && cd ..
yarn dev
```Please change the [dist of the plugin build](https://github.com/SaraVieira/obsidian-notes-publish-plugin/blob/0.0.1/plugin/esbuild.config.mjs#L30) to where you have your obsidian plugins folder.
## License
MIT