-
-
Notifications
You must be signed in to change notification settings - Fork 115
Settings
This page documents settings in sleek, which are not accessible in the user interface. These settings must be set in sleek's config file.
- Default:
null
- Expects:
Array
- Introduced:
v2.0.10
This attribute can be used to exclude lines in the todo.txt file from being parsed. If you utilize comments in your todo.txt file, you can make sure these will not be parsed in sleek. An example for a todo.txt file with comments:
## commented line, which must not be parsed by sleek
(A) An actual todo, which should be +parsed
To exclude the first line set "excludeLinesWithPrefix": ['##']
- Default:
{ "awaitWriteFinish": { "stabilityThreshold": 100, "pollInterval": 100 } }
- Expects:
object
- Introduced:
v2.0.13
In certain cases, when files are synchronized using tools like Syncthing or Dropbox, the synchronization process may erroneously appear as a file deletion. sleek is incorporating chokidar as filewatcher. This setting allows you to apply all available chokidar options. To learn how and when to change these settings, please to this documentation.