Xanaus
06/11/2022, 7:09 PM-
is already presnt else just move the cursorXanaus
06/11/2022, 7:10 PM-
intedention only when there is analready -
presentJosé 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": {}
}
Do you think there's a way to solve the issue?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: note
José Longo
06/13/2022, 12:41 AMhikchoi
06/13/2022, 2:21 AM.dendron.port
is in your workspace root, and the port in that file correctly forwarded in Codespaces?hikchoi
06/13/2022, 2:29 AMdailyDomain
set in dendron.yml
)
Daily Journals will always have the format {journal.dailyDomain}.{journal.name}.{dateFormat}
, so at this moment this behavior is not configurable with the Calendar View.
For now, you will have to create the schema so that it is applied to the daily domain you choose.
Do you mind creating an issue in Github for a request to make this configurable?: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=José Longo
06/13/2022, 3:15 PM- pattern: "[0-9][0-9]*"
to allow something after the numbers ? without to have another level on tree ?SeriousBug
06/13/2022, 3:17 PM12abc
, but not 12.abc
.
You can see more about the patterns here: https://wiki.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75cbb1052/#patternshshshsh
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.so
.Tika
06/14/2022, 4:44 AM