-
-
Notifications
You must be signed in to change notification settings - Fork 120
Settings
ransome edited this page Feb 25, 2024
·
7 revisions
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
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"# : ['##']