Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srid/gro
WIP: Exploring single file org-mode visualization
https://github.com/srid/gro
orgmode
Last synced: about 1 month ago
JSON representation
WIP: Exploring single file org-mode visualization
- Host: GitHub
- URL: https://github.com/srid/gro
- Owner: srid
- License: cc0-1.0
- Created: 2023-01-09T04:56:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T18:39:11.000Z (about 2 years ago)
- Last Synced: 2024-11-07T02:44:48.458Z (3 months ago)
- Topics: orgmode
- Language: Haskell
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gro
I want a way to process and visualize the contents of my single `.org` file.
## tasks
- [x] add org-parser dep, parse `one.org`, and dump in ``
- https://github.com/lucasvreis/org-mode-hs
- [ ] basic HTML rendering
- [ ] basic queries
- Keep GTD (à la Things) in mind.## ideas
### query
A special org heading can register queries that are 'expanded' on the web view with results.
Thus, there is no dynamism on the web view, in line with [Ema](https://ema.srid.ca/)'s philosophy.
### routes
A single `.org` file is read for simplicity. Thus, each heading can be reached via their own route (if required). This is useful for auto-reloading previews ([inside xwidgets](https://twitter.com/sridca/status/1604490544402632705), notably) of the requested section.
### folding
a la https://github.com/srid/chronicle
facilitate frequent journaling, but also enable "archiving" them all using summaries that are marked in "past calendar".