Update from lagopus
This commit is contained in:
parent
720a79fae0
commit
ad35535ede
|
@ -5,12 +5,3 @@
|
|||
!_TAG_PROGRAM_NAME Vimwiki Tags
|
||||
!_TAG_PROGRAM_URL https://github.com/vimwiki/vimwiki
|
||||
!_TAG_PROGRAM_VERSION 2.5
|
||||
book writing/post-self/index.md 2;" vimwiki:writing/post-self/index\twriting/post-self/index\twriting/post-self/index
|
||||
fiction writing/post-self/index.md 2;" vimwiki:writing/post-self/index\twriting/post-self/index\twriting/post-self/index
|
||||
food food/index.md 2;" vimwiki:food/index\tfood/index\tfood/index
|
||||
fossils writing/poetry/fossils.md 2;" vimwiki:writing/poetry/fossils\twriting/poetry/fossils\twriting/poetry/fossils
|
||||
poetry writing/poetry/fossils.md 2;" vimwiki:writing/poetry/fossils\twriting/poetry/fossils\twriting/poetry/fossils
|
||||
scifi writing/post-self/index.md 2;" vimwiki:writing/post-self/index\twriting/post-self/index\twriting/post-self/index
|
||||
writing writing/index.md 2;" vimwiki:writing/index\twriting/index\twriting/index
|
||||
writing writing/poetry/fossils.md 2;" vimwiki:writing/poetry/fossils\twriting/poetry/fossils\twriting/poetry/fossils
|
||||
writing writing/post-self/index.md 2;" vimwiki:writing/post-self/index\twriting/post-self/index\twriting/post-self/index
|
||||
|
|
17
1
17
1
|
@ -1,17 +0,0 @@
|
|||
Traceback (most recent call last):
|
||||
File "/usr/local/bin/vimwiki_markdown", line 10, in <module>
|
||||
sys.exit(main())
|
||||
File "/usr/local/lib/python3.8/dist-packages/vimwiki_markdown.py", line 89, in main
|
||||
md = markdown.Markdown(extensions=extensions)
|
||||
File "/usr/local/lib/python3.8/dist-packages/markdown/core.py", line 96, in __init__
|
||||
self.registerExtensions(extensions=kwargs.get('extensions', []),
|
||||
File "/usr/local/lib/python3.8/dist-packages/markdown/core.py", line 123, in registerExtensions
|
||||
ext = self.build_extension(ext, configs.get(ext, {}))
|
||||
File "/usr/local/lib/python3.8/dist-packages/markdown/core.py", line 163, in build_extension
|
||||
module = importlib.import_module(ext_name)
|
||||
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
|
||||
return _bootstrap._gcd_import(name[level:], package, level)
|
||||
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
|
||||
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
|
||||
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
|
||||
ModuleNotFoundError: No module named 'markdown_strikethrough'
|
|
@ -1,3 +1,11 @@
|
|||
%title What are fandoms and subcultures?
|
||||
|
||||
For the purposes of this project, I'm leaning on two working definitions, one for 'fandom' and one for 'subculture'.
|
||||
|
||||
Fandoms are groups of people focused on consuming media from a particular canon and, in this case, producing content related to that canon. This can take the form of art, music, costuming, or fanfiction, with the last being the natural choice for workshopping in a writing context.
|
||||
|
||||
Subcultures, on the other hand, are groups of individuals focused on consuming media from no one, single canon, yet sharing an interest related to some aspect of media, culture, or identity. This can be anything from anime to LGBTQIA+ identities to furries. Without a central canon, there is no concept of fanfiction, and yet they can still serve in the role of a meta-genre, informing the style and content of the creations associated with the subculture, regardless of the core genre of the work itself.
|
||||
|
||||
Both of these serve an important role in building community in a playful way. Association with fandom and subculture is often seen as frivolous, silly, or in many ways 'not real', despite the fact that members may make a very real living off their creations.
|
||||
|
||||
Still, it's that very playfulness that allows a set of styles and tropes to arise within these areas. When the works created aren't necessarily beholden to popular tastes, fandom and subculture creators have a lot of freedom to explore.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
1. [o] [Intro](Intro)
|
||||
2. [.] On fandoms and subcultures
|
||||
1. [ ] [What are they](001)
|
||||
3. [ ] What's important to them in their writing
|
||||
3. [ ] [What's important to them in their writing](002)
|
||||
4. [ ] How is that usually accomplished
|
||||
3. [ ] Introducing furry
|
||||
1. [ ] What are they
|
||||
|
|
Loading…
Reference in New Issue