update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 16:50:03 -07:00
parent af57363974
commit efc8c55674
4 changed files with 24 additions and 15 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-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/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 erotica writing/sawtooth/party/index.md 2;" vimwiki:writing/sawtooth/party/index\twriting/sawtooth/party/index
etc diary/2020-04-22.md 45;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#etc etc diary/2020-04-22.md 48;" 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-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 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 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/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 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 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 45;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag1 tag1 diary/2020-04-22.md 48;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag1
tag2 diary/2020-04-22.md 45;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag2 tag2 diary/2020-04-22.md 48;" vimwiki:diary/2020-04-22\tdiary/2020-04-22#tag2
tech tech/index.md 2;" vimwiki:tech/index\ttech/index 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/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 tech tech/md-ext/verse.md 2;" vimwiki:tech/md-ext/verse\ttech/md-ext/verse

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,13 +1,16 @@
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.
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
# Markdown and writing tech My entire writing setup has long since shifted over to Markdown. A lot of this started for two big reasons:
My entire writing setup has long since shifted over to Markdown. A lot of this started for two big reasons: 1. I needed to be able to write in a text-only setting such as on a remote machine.
2. I started using static site generators (Jekyll at first, then Hugo) to host my content.
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)
1. I needed to be able to write in a text-only setting such as on a remote machine.
2. 2. I started using static site generators (Jekyll at first, then Hugo) to host my content.
1. 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.
Instead, I'd like to post about some recent writing tech projects in the form of three Markdown extensions. Instead, I'd like to post about some recent writing tech projects in the form of three Markdown extensions.
# Verse extension # Verse extension
@ -45,16 +48,22 @@ Vimwiki, the personal wiki I use, has its own markup format which...is fine? Lik
Notably, I want the six-level to-do lists - representing rejected, not started, three levels of incomplete, and complete tasks - and for the tags vimwiki uses - in the format :tag1:tag2:etc: - to be displayed properly. Thus: Notably, I want the six-level to-do lists - representing rejected, not started, three levels of incomplete, and complete tasks - and for the tags vimwiki uses - in the format :tag1:tag2:etc: - to be displayed properly. Thus:
``` ```
* [-] Rejected
* [ ] Idea * [ ] Idea
* [ ] * [.] Stub * [.] Stub
* [ ] * [o] Alpha * [o] Alpha
* [ ] * [O] Beta * [O] Beta
* [ ] * [X] Released * [X] Released
``` ```
Turns into: Turns into:
![Rendered todo list](/assets/todo-rendered.png) * [-] Rejected
* [ ] Idea
* [.] Stub
* [o] Alpha
* [O] Beta
* [X] Released
when rendered into HTML. when rendered into HTML.