-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathquick_simplenote.sublime-settings
43 lines (42 loc) · 1.52 KB
/
quick_simplenote.sublime-settings
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
43
{
// --------------------------------
// Credentials:
// --------------------------------
"username": ""
,"password": ""
// --------------------------------
// QuickSimplenote global syntax setting:
// (If you are using MarkdownEditing, try
// "note_syntax": "Packages/MarkdownEditing/Markdown.tmLanguage"
// )
// --------------------------------
,"note_syntax": ""
// --------------------------------
// Sync settings:
// --------------------------------
// Sync when sublime text starts:
,"autostart": true
// Sync automatically (in seconds)
,"sync_every": 30
// Conflict resolution (If a file was edited on another client and also here, on sync..)
// Server Wins (Same as selecting 'Overwrite')
,"on_conflict_use_server": false
// Local is left unchanged (Same as selecting 'Cancel')
,"on_conflict_leave_alone": false
// --------------------------------
// Autosave (beta)
// --------------------------------
// Activate autosave and tell how much (in seconds) to wait
// after you stop typing to send the save
// ,"autosave_debounce_time": 1
// --------------------------------
// File extension support
// --------------------------------
// Which file extension should the temporal files use?
// This allows you to interact with other plugins such as
// PlainTasks defining an extension for certain note title
// ,"title_extension_map": [{
// "title_regex": "\\[ST\\]",
// "extension": "todo"
// }]
}