update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 16:55:03 -07:00
parent efc8c55674
commit 62367afbf3
2 changed files with 17 additions and 5 deletions

6
.tags
View File

@ -104,7 +104,7 @@ erotica writing/sawtooth/party/1-2-hostess.md 2;" vimwiki:writing/sawtooth/party
erotica writing/sawtooth/party/1-3-breeding-pair.md 2;" vimwiki:writing/sawtooth/party/1-3-breeding-pair\twriting/sawtooth/party/1-3-breeding-pair
erotica writing/sawtooth/party/1-4-hostess.md 2;" vimwiki:writing/sawtooth/party/1-4-hostess\twriting/sawtooth/party/1-4-hostess
erotica writing/sawtooth/party/index.md 2;" vimwiki:writing/sawtooth/party/index\twriting/sawtooth/party/index
etc diary/2020-04-22.md 48;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#etc
etc diary/2020-04-22.md 60;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#etc
executive-function diary/2020-04-09.md 1;" vimwiki:diary/2020-04-09\tdiary/2020-04-09
executive-function diary/2020-04-10.md 1;" vimwiki:diary/2020-04-10\tdiary/2020-04-10
family writing/sawtooth/the-fool.md 3;" vimwiki:writing/sawtooth/the-fool\twriting/sawtooth/the-fool#family
@ -570,8 +570,8 @@ short-story writing/sawtooth/overclassification.md 3;" vimwiki:writing/sawtooth/
short-story writing/sawtooth/the-fool.md 3;" vimwiki:writing/sawtooth/the-fool\twriting/sawtooth/the-fool#short-story
short-story writing/sawtooth/what-defines-us.md 3;" vimwiki:writing/sawtooth/what-defines-us\twriting/sawtooth/what-defines-us#short-story
suicide writing/sawtooth/every-angel-is-terrifying.md 3;" vimwiki:writing/sawtooth/every-angel-is-terrifying\twriting/sawtooth/every-angel-is-terrifying#suicide
tag1 diary/2020-04-22.md 48;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag1
tag2 diary/2020-04-22.md 48;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag2
tag1 diary/2020-04-22.md 60;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag1
tag2 diary/2020-04-22.md 60;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag2
tech tech/index.md 2;" vimwiki:tech/index\ttech/index
tech tech/md-ext/editing.md 2;" vimwiki:tech/md-ext/editing\ttech/md-ext/editing
tech tech/md-ext/verse.md 2;" vimwiki:tech/md-ext/verse\ttech/md-ext/verse

View File

@ -1,3 +1,7 @@
%title Writing process update
[TOC]
Hello and welcome! It is with no small sense of irony that I start of a writing SubscribeStar with a bit of writing tech rather than writing itself, but hey, it's the first thing I had on hand. I'll be posting more writing to welcome folks in the coming days, though.
# Markdown and writing tech
@ -9,7 +13,7 @@ My entire writing setup has long since shifted over to Markdown. A lot of this s
The latter is particularly relevant lately as I've started to move toward using a personal wiki for storing my writing. The reasoning for this is that it allows me to move between projects and files without leaving my editor. Sounds easy, until you remember point number 1! I've got a whole setup working now, and have gone into that in-depth elsewhere. I'll hold off on the nuts and bolts for now, but here's how it looks:
![Zk](/assets/zk.webm)
<video src="/assets/zk.webm" autoplay loop></video>
Instead, I'd like to post about some recent writing tech projects in the form of three Markdown extensions.
@ -31,7 +35,7 @@ adorned with flowers and snow
garden in winter</div>
```
With the following style
which, with the following style
```css
.verse {
@ -39,6 +43,14 @@ With the following style
}
```
looks like:
'''
Arctic fox's den
adorned with flowers and snow
garden in winter
'''
I can write verse in an editor with newlines and indentation however I please, and it shows up just like that within the browser without using a `<pre>` tag, which defaults to monospace font. I can also overload what tag it uses, so I can even use my own `<verse></verse>` tag for something more semantically acurate.
# Vimwiki extensions