Link Search Menu Expand Document

Todos

This is a video of managing todos in Dendron. It goes over the following:

Resources

Below are some of the settings used in the above video

  • non-default settings
    "settings": {
      "dendron.defaultJournalDateFormat": "Y.MM.DD",
      "dendron.defaultScratchDateFormat": "Y.MM.DD-HHmmss",
    }
    
  • snippets used
    "todo": {
      "prefix": "to",
      "scope": "markdown",
      "body": "- [ ] ",
      "description": "todo box"
    }
    
  • search editor command used
    {
      "key": "ctrl+s t",
      "command": "search.action.openNewEditor",
      "args": {
        "query": "## Tasks",
        "triggerSearch": false,
        "focusResults": false,
        "includes": "*.journal.*"
      }
    }
    

Copyright © 2020 Thence LLC