Created
February 16, 2018 09:33
-
-
Save wangeleile/eb8e15197875fa29abdbf2b26b1da6c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"new_note_template": "# {title}\ntags: \n\n## Verknüpfungen\n\n- [[{origin_id}]] {origin_title}\n\n\n## Beschreibung\n\n", | |
// These settings override both User and Default settings for the sublime_zk syntax | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
// Mit oder ohne Titel | |
"insert_links_with_titles": true, | |
"bibfile": "C:\\Users\\XXX\\Dropbox\\zk\\zk.bib", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment