Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gBasil/anise
⭐ A simplistic alternative to Obsidian Publish and Quartz.
https://github.com/gBasil/anise
Last synced: about 1 month ago
JSON representation
⭐ A simplistic alternative to Obsidian Publish and Quartz.
- Host: GitHub
- URL: https://github.com/gBasil/anise
- Owner: gBasil
- License: mit
- Created: 2022-10-10T02:17:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:26:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:39:26.524Z (4 months ago)
- Language: Astro
- Homepage:
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - gBasil/anise - ⭐ A simplistic alternative to Obsidian Publish and Quartz. (Astro)
README
# ⭐ Anise
![Sitemap screenshot](media/screenshot1.png)
![Example page screenshot](media/screenshot2.png)A simplistic alternative to [Obsidian Publish](https://obsidian.md/publish) and [Quartz](https://github.com/jackyzha0/quartz). Made over the weekend with [Astro](https://astro.build), for fun.
## Building
To prepare your vault for Anise, download my slightly tweaked version of the plugin [obsidian-link-converter](https://github.com/ozntel/obsidian-link-converter) from the `olc` directory and run the `Obsidian Link Converter: Vault: Links to Markdown` command from the command palette. Copy the vault to `vault` in this directory, install Node.js and Yarn, and run `yarn build`. The static site is now in `dist`, do whatever you want with it.
## Known Issues
Markdown parsing is hard. Although I use a remark plugin to fix some things, there are some other things that just don't work. For example:
- Embedding videos (they embed as images, therefore don't work)
- Embedding audio (didn't test, presumably also doesn't work)
- Sometimes fails to remove the ".md" from a link in a page. In those cases, removing it will fix it.## Potential Improvements
- Fixing aforementioned issues
- Better icon for external links instead of emoji
- Don't require the use of the converter plugin
- Backlinks