hulke
04/06/2022, 7:23 AMSeriousBug
04/06/2022, 7:24 AM.next
folder and then try again?hulke
04/06/2022, 7:26 AMgit clean -dfx
another weird thing i'm experiencing now is after running dendron publish dev
i'm getting Error: Cannot find module 'ajv/dist/compile/codegen'
error
when checking in node_modules
i see that ajv
has only ajv.min.js
in the dist
folder (no index.js
) ..SeriousBug
04/06/2022, 7:27 AM.dendron.cache.json
files inside your vault(s) and then try again then? Maybe the cache is not updating for some reasonhulke
04/06/2022, 7:28 AMpublish dev
again?
or run entire clean
flow?SeriousBug
04/06/2022, 7:29 AMpublish dev
, although now that I think about it git clean -dfx
would have deleted those alreadyhulke
04/06/2022, 7:30 AMhulke
04/06/2022, 8:28 AM"@dendronhq/dendron-cli": "^0.89.0"
in my devDeps
- My dendron workspace (where the dendron.yml
and vault
is found at <root>/docs
- I'm running yarn dendron publish init --wsRoot docs/
, Then it runs the install process of .next
which results in a weird structure of .next/docs/.next
(nested inside my <root>/docs
dir.
- Running yarn dendron publish init --wsRoot docs/
returns the long error starting with Error: Cannot find module 'ajv/dist/compile/codegen'
.
** Trying to run dendron
via npx
returns command dendron not found
(could be since i'm on a private registry but not sure that this is the case since it used to work until today).
I'm losing it 😅Tika
04/06/2022, 11:03 AMTika
04/06/2022, 11:09 AMandrey-jef
04/06/2022, 1:58 PMsiteHierarchies
config, can I use indented list for nested hierarchy?
example:
yaml
publishing:
siteHierarchies:
- dendron
- community
- topic
https://wiki.dendron.so/notes/8Qpabm7YvMzxJ7Xs5uFU9/andrey-jef
04/06/2022, 2:03 PMsiteHierarchies
config?
example: with this yaml config below, will the anotherRandomHierarchyName
hierarchy will be published or not?
yaml
publishing:
siteHierarchies:
- dendron
- community
- topic
anotherRandomHierarchyName:
publishByDefault: true
https://wiki.dendron.so/notes/yAuiMNdBK0IDWBoSAAQ4D/kevins8
04/06/2022, 3:23 PMkevins8
04/06/2022, 3:24 PMsiteHierarchies
kevins8
04/06/2022, 3:25 PMFiveFinger
04/06/2022, 4:00 PMandrey-jef
04/06/2022, 4:27 PMuser
04/06/2022, 5:43 PMImport Markdown
pod to move from Obsidian, how long should I reasonably wait for it to copy over about 2k notes?kevins8
04/06/2022, 6:00 PMuser
04/06/2022, 6:05 PMerror while running command: Maximum call stack size exceeded
config.import.yaml
yaml
# description: Where to import from
# type: string
# required: true
src: /Users/glitch/Documents/vault/
# description: name of vault to import into
# type: string
# required: true
vaultName: vault
# description: whether to concatenate everything into one note
# type: boolean
# concatenate: TODO
# description: frontmatter to add to each note
# type: object
# frontmatter: TODO
# description: use the file name as the id
# type: boolean
# fnameAsId: TODO
# description: If concatenate is set, name of destination path
# type: string
# destName: TODO
# description: Don't add uuid to assets
# type: boolean
# noAddUUID: TODO
# description: If you have an index file per directory, merge that file with the directory note
# type: string
# indexName: TODO
# description: Import note metadata. In case of any conflicts, the conflicting fields are prefixed with _import
# type: boolean
# importFrontmatter: true
# description: An optional set of variable mappings, with the key being the variable name in the import source and the value being the resulting variable name in Dendron. See https://wiki.dendron.so/notes/f23a6290-2dec-45dc-b616-c218ee53db6b.html for examples.
# type: object
# frontmatterMapping: TODO
user
04/06/2022, 6:05 PMSeriousBug
04/06/2022, 6:27 PMd1onys1us
04/06/2022, 6:48 PMd1onys1us
04/06/2022, 6:48 PMSeriousBug
04/06/2022, 7:04 PMd1onys1us
04/06/2022, 7:08 PMd1onys1us
04/06/2022, 7:09 PMd1onys1us
04/06/2022, 7:16 PMfoureyedsoul
04/06/2022, 7:25 PMd1onys1us
04/06/2022, 7:26 PM