The following applies to Markdown files in Cacher. Create a new Markdown file by giving your snippet file a .md extension.
Task lists are lists with checkboxes. They are useful for keeping track of todos and procedures.
They are the same as ordinary Markdown lists, except with [ ] (for unchecked items) and [x] or [X] (for checked items) appended after the list item mark (-, * or 1.).
- [x] Deploy application
- [x] Post to Twitter.
- [ ] Post to blog.
- Non-checkbox itemGets rendered as:
- Deploy application
- Post to Twitter.
- Post to blog.
- Non-checkbox item
1. [X] Build the app.
2. [X] Market the app.
3. [ ] Profit.Gets rendered as:
- Build the app.
- Market the app.
- Profit.
Cacher Markdown Task Lists can be checked on/off directly from the UI (assuming you have edit permission for the snippet).
Clicking on a checkbox will automatically update the underlying syntax to match the current state.
Task Lists are available for all Markdown-enabled areas in Cacher. This includes:
- Snippet files created with
.mdextension - Snippet description
- Comments
