From 0cc0562631933215d628322e7d364b75f740bfc1 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Wed, 22 Apr 2020 16:15:06 -0700 Subject: [PATCH] update from sparkleup --- diary/2020-04-22.html | 53 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/diary/2020-04-22.html b/diary/2020-04-22.html index 5863ab679..9c6eba055 100644 --- a/diary/2020-04-22.html +++ b/diary/2020-04-22.html @@ -71,13 +71,13 @@ garden in winter</divThis -{this} word is removed -I say, ~{out with the old}{in with the new} +I say, ~{out with the old}{*in* with the new} Here !{just a comment} is a line with a comment -You can also ?{add comments to some text}(Like this) +You can also ?{add comments to some text}(Like *this*!{And comment within comments}!{You can thread them that way} (2020-04-21)) -All -{new}(Redundant (Makyo)) edit marks can have comments with attributions and dates +{like this}(See? (Makyo 2020-04-22)) (though it's ignored with comments !{like this}(won't show)) +All -{new}(Redundant (Makyo)) edit marks can have comments with attributions and dates +{like this}(See? (Makyo 2020-04-22)) (for single comments, just put the attribution in there !{like this}(Makyo)) Bottom text @@ -93,6 +93,53 @@ garden in winter</divAll newRedundantMakyo edit marks can have comments with attributions and dates like thisSee?Makyo2020-04-22 (for single comments, just put the attribution in there like thisMakyo)

Bottom text

+

Using this stylehseet:

+
/* Editing extension */
+del.deletion, .substitution del {
+    text-decoration: line-through;
+    background-color: #fbb;
+    color: #555;
+}
+
+ins.addition, .substitution ins {
+    text-decoration: none;
+    background-color: #d4fcbc;
+}
+
+q.comment {
+    display: block;
+    float: right;
+    width: 33%;
+    border: 1px solid #ccc;
+    margin-left: 0.5rem;
+    padding: 0.5rem;
+    clear: both;
+}
+
+q.comment q.comment {
+    float: none;
+    width: auto;
+}
+
+q.comment .attribution, q.comment .date {
+    font-size: 10pt;
+    display: inline-block;
+    float: right;
+    clear: both;
+}
+
+q.comment::before, q.comment::after {
+    content: "";
+    display: table;
+    clear: both;
+}
+
+p {
+    clear: both;
+}
+
+ +

Which will let me mark potential changes I'm not sure about and leave notes to myself in the things I write, something I used to do with HTML comments.

So I hope that gives an idea of the types of things that I've been working on that, while not exactly writing in and of themselves, are things that can be used within the context of writing.

Thanks for peeking in!