forked from chrisgrieser/shimmering-obsidian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprefs.plist
42 lines (42 loc) · 1.32 KB
/
prefs.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>append_prefix</key>
<string>- </string>
<key>backup_destination</key>
<string>~/Library/Mobile Documents/com~apple~CloudDocs/Dotfolder/Backups/Obsidian Backups</string>
<key>h_lvl_ignore</key>
<string>h1 h3 h4 h5 h6</string>
<key>input_append</key>
<string>clipboard</string>
<key>link_type_to_copy</key>
<string>Wikilink</string>
<key>max_number_of_bkps</key>
<string>5</string>
<key>merge_nested_tags</key>
<true/>
<key>new_note_location</key>
<string>Knowledge Base</string>
<key>ocr_languages</key>
<string>eng+deu</string>
<key>open_after_appending</key>
<false/>
<key>scratchpad_append_prefix</key>
<string>- [ ] </string>
<key>scratchpad_note_path</key>
<string>Writing/Academic Paper/Acceleration of Research/Acco Scratchpad.md</string>
<key>supercharged_icon_file</key>
<string>~/main-vault/Meta/supercharged-icons.md</string>
<key>template_note_path</key>
<string>/Meta/Templater/T Basic.md</string>
<key>workspace_1</key>
<string>Default</string>
<key>workspace_2</key>
<string>Longform</string>
<key>workspace_3</key>
<string>Temp</string>
<key>workspace_to_spellcheck</key>
<string>Longform, Temp</string>
</dict>
</plist>