update from sparkleup
This commit is contained in:
parent
2a959bee3d
commit
103e57ca4e
18
1
18
1
|
@ -0,0 +1,18 @@
|
||||||
|
Traceback (most recent call last):
|
||||||
|
File "/usr/local/bin/vimwiki_markdown", line 8, in <module>
|
||||||
|
sys.exit(main())
|
||||||
|
File "/usr/local/lib/python3.9/dist-packages/vimwiki_markdown.py", line 148, in main
|
||||||
|
content = md.convert(content)
|
||||||
|
File "/usr/local/lib/python3.9/dist-packages/markdown/core.py", line 268, in convert
|
||||||
|
newRoot = treeprocessor.run(root)
|
||||||
|
File "/usr/local/lib/python3.9/dist-packages/markdown/extensions/footnotes.py", line 372, in run
|
||||||
|
footnotesDiv = self.footnotes.makeFootnotesDiv(root)
|
||||||
|
File "/usr/local/lib/python3.9/dist-packages/markdown/extensions/footnotes.py", line 179, in makeFootnotesDiv
|
||||||
|
self.parser.parseChunk(surrogate_parent, self.footnotes[id])
|
||||||
|
File "/usr/local/lib/python3.9/dist-packages/markdown/blockparser.py", line 105, in parseChunk
|
||||||
|
self.parseBlocks(parent, text.split('\n\n'))
|
||||||
|
File "/usr/local/lib/python3.9/dist-packages/markdown/blockparser.py", line 123, in parseBlocks
|
||||||
|
if processor.run(parent, blocks) is not False:
|
||||||
|
File "/usr/local/lib/python3.9/dist-packages/markdown_verse/extension.py", line 69, in run
|
||||||
|
el.text += '\n\n'
|
||||||
|
AttributeError: 'NoneType' object has no attribute 'text'
|
|
@ -22,6 +22,9 @@ But a year, in particular, spirals up. It carries embedded within it a certain c
|
||||||
Our years are delineated by the seasons, though, and the count of them is so few, and the duration long enough that we can run up against that first scent of snow late in the autumn and immediately be kicked down one level of the spiral in our memories. What were we doing the last time we smelled that non-scent? What about the time before?
|
Our years are delineated by the seasons, though, and the count of them is so few, and the duration long enough that we can run up against that first scent of snow late in the autumn and immediately be kicked down one level of the spiral in our memories. What were we doing the last time we smelled that non-scent? What about the time before?
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!-- move to after spring -->
|
||||||
|
Dwale (1979--2021; it/its) was a poet living in the Southern United States. Its work is described as focusing on "altered states of consciousness...poverty, addiction, subjectivity, and the transience of existence" \parencite{dwale}, though to reduce its body of work to any or all of those provides an inexact picture of its writing. This will be touched on in a future section on translation, but needless to say, this paper will focus on its work through the lens of seasonal progression.
|
||||||
|
|
||||||
The power of the cyclical nature of the year is of an importance that draws the heart onward[^spirals], and that which moves the heart is fair game for poetry. The demarcations for this cycle are the two solstices, with secondary markers at the equinoxes. One finds oneself at the longest night of the year and knows that, from there onwards, it is downhill into summer.[^slopes] One finds oneself at the longest day of the year and before oneself lies cooler times.
|
The power of the cyclical nature of the year is of an importance that draws the heart onward[^spirals], and that which moves the heart is fair game for poetry. The demarcations for this cycle are the two solstices, with secondary markers at the equinoxes. One finds oneself at the longest night of the year and knows that, from there onwards, it is downhill into summer.[^slopes] One finds oneself at the longest day of the year and before oneself lies cooler times.
|
||||||
|
|
||||||
[^spirals]: To be more exact, due to the (generally) linear nature of time, years spiral up. Days, of course spiral forward.
|
[^spirals]: To be more exact, due to the (generally) linear nature of time, years spiral up. Days, of course spiral forward.
|
||||||
|
@ -31,13 +34,11 @@ The concept of seasons and seasonality is well known within poetry. Exploring th
|
||||||
|
|
||||||
[^abilities]: Or perhaps my abilities as an author.
|
[^abilities]: Or perhaps my abilities as an author.
|
||||||
|
|
||||||
Dwale (1979--2021; it/its) was a poet living in the Southern United States. As a member of the furry fandom, it presented itself as a 'cabbolf' --- a cat/rabbit/wolf hybrid --- often dressing in a Russian kosovorotka or Middle Eastern shalwar kameez. \parencite{dwale}
|
|
||||||
|
|
||||||
Its work is described as focusing on "altered states of consciousness...poverty, addiction, subjectivity, and the transience of existence" \parencite{dwale}, though to reduce its body of work to any or all of those provides an inexact picture of its writing. This will be touched on in a future section on translation, but needless to say, this paper will focus on its work through the lens of seasonal progression.
|
|
||||||
|
|
||||||
## Spring
|
## Spring
|
||||||
|
|
||||||
Spring is commonly associated with newness. New growth, new life, new warmth under a new sun.
|
Spring is commonly associated with newness and beginnings. New growth, new life, new warmth under a new sun. One things of green things: of buds greening bare trees, of grass poking through late snows, or perhaps the greenery of gardening as one buys flats of flowers or sows vegetable seeds in the expectation of a harvest later on.
|
||||||
|
|
||||||
|
Spring is the season of expectations, as well
|
||||||
|
|
||||||
'''
|
'''
|
||||||
The seasonal storms have poured upon the grassy flat,
|
The seasonal storms have poured upon the grassy flat,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
1. Spring: "The seasonal storms have poured upon the grassy flat"
|
1. Spring: "The seasonal storms have poured upon the grassy flat"
|
||||||
* Growth
|
* Growth
|
||||||
* Beginnings
|
* Beginnings
|
||||||
* Demarcations
|
* Expectations
|
||||||
2. Summer: "Summer, season of hot insomnia"
|
2. Summer: "Summer, season of hot insomnia"
|
||||||
* Flourishing
|
* Flourishing
|
||||||
* Productivity
|
* Productivity
|
||||||
|
|
Loading…
Reference in New Issue