update from sparkleup
This commit is contained in:
parent
809c958cb7
commit
ead6a96abf
|
@ -5,20 +5,21 @@
|
|||
|
||||
I want to be able to have editing comments in Markdown, so I came up with some extensions to the syntax. The goal should be for the text to still be at least mostly readable.
|
||||
|
||||
* Additions `+{new text}`
|
||||
* Deletions `-{old text}`
|
||||
* Substitutions `~{old}{new}`
|
||||
* Comments `?{la de da}(comment)`
|
||||
* Resolutions `!{-{bad wolf}}(STET)`
|
||||
* [X] Additions `+{new text}`
|
||||
* [X] Deletions `-{old text}`
|
||||
* [X] Substitutions `~{old}{new}`
|
||||
* [X] Comments `?{la de da}(comment)`
|
||||
* [X] Resolutions `!{-{bad wolf}}(STET)`
|
||||
* Metadata:
|
||||
* Comments on all types in parentheses after `~{old}{new}(comment)` etc
|
||||
* Attribution in parentheses in comment `+{new}(comment (Commenter))`
|
||||
* Date with attribution `-{old}(comment (Commenter 2020-04-21))`
|
||||
* Comment as footnote `?{la de da}(^note) ... (^note) comment`
|
||||
* [X] Comments on all types in parentheses after `~{old}{new}(comment)` etc
|
||||
* [X] Attribution in parentheses in comment `+{new}(comment (Commenter))`
|
||||
* [X] Date with attribution `-{old}(comment (Commenter 2020-04-21))`
|
||||
* [ ] Comment as footnote `?{la de da}(^note) ... (^note): comment`
|
||||
* [ ] Comments can contain markup `?{la de da}(some *markup*)`
|
||||
|
||||
> She ~{brushed}{stroked}(I like this better. Attribution with date. (Makyo 2020-04-21)) her fingers +{softly}(Adverbs! Optional attributions!) along the edges of cabinet doors. Each !{-{one}(Do not want. Optional date (Makyo))}(STET (Makyo 2020-04-21)) was opened and inspected, leaving her standing on tiptoes to peer in those above the counters. Nothing but cups and glasses, plates and bowls, cutting boards and pots and pans and trays and dishes. ?{All clean and neatly stacked.}(^note)
|
||||
|
||||
(^note) Are you sure about this? Note at bottom of document (Makyo 2020-04-21)
|
||||
(^note): Are you sure about this? Note at bottom of document (Makyo 2020-04-21)
|
||||
|
||||
## How to use it
|
||||
|
||||
|
|
Loading…
Reference in New Issue