◊(Local Yarn Code "View Ticket")

2018-09-19
19:08 Closed ticket [ce23bb40]: Implement markup and styles for Notes plus 4 other changes artifact: 1437a04e user: joel
19:04
Add support for Notes, closing [ce23bb4086]. The old dates.rkt is now dust.rkt: helper functions for use everywhere. Functions returning HTML strings have html$ prefix. check-in: de9f1215 user: joel tags: trunk
2018-08-22
03:02 Ticket [ce23bb40] Implement markup and styles for Notes status still Open with 4 other changes artifact: 6f614594 user: joel
03:01 New ticket [ce23bb40]. artifact: dcb7c4bc user: joel

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:

Add a ◊note tag function.

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

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


joel added on 2018-09-19 19:08:29:
Closed, preliminary support in [de9f1215]