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
20
.config/Zettlr/defaults/Microsoft Word.yaml
Normal file
20
.config/Zettlr/defaults/Microsoft Word.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# ZETTLR DEFAULTS FILE
|
||||
# ====================
|
||||
# Conversion: Markdown --> Microsoft Word
|
||||
# More info: https://pandoc.org/MANUAL.html
|
||||
reader: markdown
|
||||
writer: docx
|
||||
self-contained: true
|
||||
variables: {}
|
||||
metadata-files: []
|
||||
bibliography: []
|
||||
filters:
|
||||
- type: citeproc
|
||||
dpi: 72
|
||||
toc: false
|
||||
toc-depth: 2
|
||||
eol: lf
|
||||
strip-comments: false
|
||||
default-image-extension: .jpg
|
||||
tab-stop: 4
|
||||
fail-if-warnings: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue