Xanaus
06/11/2022, 7:09 PM-Xanaus
06/11/2022, 7:10 PM--José Longo
06/11/2022, 7:13 PMJosé Longo
06/11/2022, 7:16 PMJosé Longo
06/11/2022, 7:19 PMXanaus
06/11/2022, 7:29 PMPhoebian
06/12/2022, 5:47 PMrlh1994
06/12/2022, 5:49 PMJosé Longo
06/12/2022, 9:28 PMpdina
06/12/2022, 11:50 PM{
  "stack": "Error: Network Error\n    at e.exports (https://vscode-remote+codespaces-XYZ/home/codespace/.vscode-remote/extensions/dendron.dendron-0.98.0/dist/static/js/index.bundle.js:2:2509819)\n    at p.onerror (https://vscode-remote+codespaces-XYZ/home/codespace/.vscode-remote/extensions/dendron.dendron-0.98.0/dist/static/js/index.bundle.js:2:2508788)",
  "message": "Network Error",
  "config": {}
}José Longo
06/13/2022, 12:39 AMversion: 1
schemas:
  # Daily is the top most schema since its parent is 'root' it must have an identifier
  # this identifier 'daily' will be used when using 'Lookup (schema)' command.
  - id: agenda
    parent: root
    # Children of the top most schema do not need to contain identifier and just
    # require a 'pattern' to be set to match the hierarchy of notes.
    children:
      - pattern: "[0-2][0-9][0-9][0-9]"
        children:
          - pattern: "[0-1][0-9]"
            children:
              - pattern: "[0-3][0-9]"
                # As with regular schema we can set the template to be used with
                # the match of our notes. Below is an example usage of shorthand templated
                # definition (which defaults to type: note).
                template:
                  id: templates.agenda
                  type: noteJosé Longo
06/13/2022, 12:41 AMhikchoi
06/13/2022, 2:21 AM.dendron.porthikchoi
06/13/2022, 2:29 AMdailyDomaindendron.yml{journal.dailyDomain}.{journal.name}.{dateFormat}José Longo
06/13/2022, 3:15 PM- pattern: "[0-9][0-9]*"SeriousBug
06/13/2022, 3:17 PM12abc12.abcshshshsh
06/13/2022, 4:33 PMsirkus
06/13/2022, 5:23 PMScriptAutomate
06/13/2022, 5:24 PMsirkus
06/13/2022, 5:27 PMsirkus
06/13/2022, 5:35 PMsirkus
06/13/2022, 6:41 PMcaraiiwala
06/13/2022, 6:44 PMsirkus
06/13/2022, 6:45 PMsirkus
06/13/2022, 6:49 PMsirkus
06/13/2022, 8:23 PMd1onys1us
06/13/2022, 10:24 PMkevins8
06/14/2022, 12:39 AMbpathakota
06/14/2022, 3:47 AMsupport@dendron.soTika
06/14/2022, 4:44 AM