added keyd config with mapping altgr+oklm as navigation and other
This commit is contained in:
parent
f2f98d6fee
commit
64bbe514fb
203 changed files with 10630 additions and 3 deletions
14
.config/Zettlr/defaults/Microsoft Word to Markdown.yaml
Normal file
14
.config/Zettlr/defaults/Microsoft Word to Markdown.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# ZETTLR DEFAULTS FILE
|
||||
# ====================
|
||||
# Conversion: Microsoft Word --> Markdown
|
||||
# More info: https://pandoc.org/MANUAL.html
|
||||
reader: docx
|
||||
writer: markdown
|
||||
# Set track-changes to "reject" to revert all changes.
|
||||
# Set to "all" to include everything.
|
||||
track-changes: accept
|
||||
# Extract images etc. from the document into this directory
|
||||
extract-media: ./assets
|
||||
wrap: none
|
||||
# Set to setext to produce underlined h1 and h2
|
||||
markdown-headings: atx
|
||||
Loading…
Add table
Add a link
Reference in a new issue