Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csb324/eleventy-obsidian-ninareth
another attempt at making my dnd notes available
https://github.com/csb324/eleventy-obsidian-ninareth
Last synced: 16 days ago
JSON representation
another attempt at making my dnd notes available
- Host: GitHub
- URL: https://github.com/csb324/eleventy-obsidian-ninareth
- Owner: csb324
- License: mit
- Created: 2021-12-02T17:58:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T21:12:52.000Z (4 months ago)
- Last Synced: 2024-07-14T20:56:25.212Z (4 months ago)
- Language: CSS
- Size: 75.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Eleventy-Garden
Cloned from [binyamin/eleventy-garden](https://github.com/binyamin/eleventy-garden)
An 11ty repo made to work with [Obsidian](https://obsidian.md/) notes.
## :house: About
- Displays backlinks
- copies [Dataview](https://github.com/blacksmithgu/obsidian-dataview) inline tags into the frontmatter for querying
- Uses wiki style links
- uses breadcrumbs... sorta (this part only kind of works, frankly)
- Embeds images in the obsidian style
- Is very specific to my file structure -- i will make this more general, I swear## To do:
- [ ] the formatNotes.js only sometimes runs its transformations.... gotta figure out why that's happenig
- [ ] make breadcrumbs look for relationships more comprehensively (it can be O(n^2) if it wants, this is a static site generator and I am zero percent worried about build times because at the end of the day, six people want to read my dnd notes)## :scroll: License
This project is under the [MIT](https://github.com/csb324/eleventy-obsidian-ninareth/blob/main/LICENSE) license.