Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgiath/asterion
Asterion archive
https://github.com/sgiath/asterion
Last synced: 6 days ago
JSON representation
Asterion archive
- Host: GitHub
- URL: https://github.com/sgiath/asterion
- Owner: Sgiath
- License: other
- Created: 2023-11-07T08:37:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-25T07:04:29.000Z (8 months ago)
- Last Synced: 2024-03-25T14:35:36.286Z (8 months ago)
- Language: Elixir
- Size: 8.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asterion
Convert Asterion archive XLSX file to Markdown files readable by [Obsidian](https://obsidian.md/)
## Usage
Download `asterion.zip` from [latest release](https://github.com/Sgiath/asterion/releases)
extract to a folder and in Obsidian "Open folder as vault"## Features
- [x] Places
- [x] People
- [x] Organizations
- [x] Races
- [x] Fauna
- [x] Thought beings
- [x] Artifacts
- [ ] Battles
- [ ] Dragons and deities## Generate ZIP archive
```bash
mix deps.get
mix convert
```