◊(Local Yarn Code "View Ticket")

Ticket Hash: ce23bb4086cca6151e6eacf014a595243cd154c2
Title: Implement markup and styles for Notes
Status: Closed Type: Feature Proposal
Severity: Important Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2018-09-19 19:08:29
Version Found In:
User Comments:
joel added on 2018-08-22 03:01:50: (text/x-fossil-wiki)
Add a <code>◊note</code> tag function. 

Notes should permlink that uses appends onto the end of the parent article like <code>#note:2018-08-21_Joel</code>

Need a function in <code>crystalize.rkt</code> that splits out the notes from the document body. And save them to a different table in the SQLite database. And make the <code>note_count</code> column in the <code>articles</code> table accurate.

joel added on 2018-09-19 19:08:29: (text/x-fossil-plain)
Closed, preliminary support in [de9f1215]