Working with smaller chunks of thoughts
Working with smaller chunks of thoughts; adding anchors to paragraphs in Org Mode HTML export
Sacha Chua explains how to add links to different levels of granularity:
- Heading
- Paragraph
- Text fragments
I’m using ox-hugo
, and it’s easy to add links for headings, see Transform ox-hugo anchors to links.
Using #+ATTR_HTML: :id
to link paragraphs and text fragments to link specific text are really powerful, but I haven’t found an easy way to integrate this into my workflow, as it involves manually coding the links.