orgself
orgself copied to clipboard
Exploring calendar outlining
- [ ] Figure out a way to make it general enough, allowing library user to apply arbitrary CSS classes to any node - [ ] Test in https://github.com/srid/language/issues/1
The page for a tag should not simply link to daily notes, but it should be a dedicated page that *inlines* that sub-heading (and its children) of any daily note...
Requires adding drawer parsing to `org-mode` library https://orgmode.org/manual/Clocking-Work-Time.html 
A simple 5-star mood tracking works, but there is possibly a better model. - Mood in different contexts - Identification of behaviour/affect patterns that may span multiple days (and summarizing...
`Foo.org` should render at `/Foo`, albeit not marked as a daily not of course. The project is now called `orgself` - so it is about not only journaling thoughts but...
It should be possible to mark any heading (anywhere in the outline) as a *reference*. There should be a route that lists all references. References are like bookmarks too.
When linking using URLs like ``` file:///2021-04-22.org::*Some%20heading ``` ... the rendered website should link to the generated HTML and to the heading anchor correctly.
Handle megaparsec error instead of https://github.com/fosskers/org-mode/blob/3c2d7b5cf2c9de271ac0cef3d016d1487e02e718/org-mode/lib/Data/Org.hs#L197-L199