Dat
02/10/2022, 1:27 PMaleksey
02/10/2022, 2:32 PMrrf
02/10/2022, 4:38 PMgrndstt
02/10/2022, 7:12 PMgrndstt
02/10/2022, 7:12 PMRun cd .next && yarn export && cd ..
yarn run v1.22.17
$ next build && next export
info - Checking validity of types...
warn - No ESLint configuration detected. Run next lint to begin setup
info - Creating an optimized production build...
info - Compiled successfully
info - Collecting page data...
> Build error occurred
TypeError: Cannot read properties of undefined (reading 'id')
at /home/runner/work/dendron-global/dendron-global/.next/.next/server/chunks/884.js:457:152
at /home/runner/work/dendron-global/dendron-global/.next/node_modules/lodash/lodash.js:10661:37
at arrayFilter (/home/runner/work/dendron-global/dendron-global/.next/node_modules/lodash/lodash.js:596:11)
at Function.reject (/home/runner/work/dendron-global/dendron-global/.next/node_modules/lodash/lodash.js:9817:14)
at getNotePaths (/home/runner/work/dendron-global/dendron-global/.next/.next/server/chunks/884.js:457:63)
at buildStaticPaths (/home/runner/work/dendron-global/dendron-global/.next/node_modules/next/dist/build/utils.js:498:37)
at /home/runner/work/dendron-global/dendron-global/.next/node_modules/next/dist/build/utils.js:641:125
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Span.traceAsyncFn (/home/runner/work/dendron-global/dendron-global/.next/node_modules/next/dist/trace/trace.js:75:20) {
type: 'TypeError'
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Process completed with exit code 1.
grndstt
02/10/2022, 7:13 PMSeriousBug
02/10/2022, 7:24 PMdendron.yml
file. Make sure there aren't any vaults that you deleted, and that all of them have correct `fsPath`s. I'm happy to take a look over it if you can't see something wrong.Xanaus
02/11/2022, 3:06 AMChingyi
02/11/2022, 7:11 AM[[mash potato|recipe.vege.mash-potato]]
I could use mash-potato-tag
as alias.
Similar to original markdown syntax, define the link in the footnote
[mash potato][mash-potato-tag]
======
[mash-potato-tag]: [[recipe.vege.mash-potato]]
Or would you have any better tip for this usage?
Thanks very muchSeriousBug
02/11/2022, 7:43 AM([^books]: here is my [[books]])
, but that's not the same of course.DarkZelus
02/11/2022, 11:56 AMjohndendron29
02/11/2022, 2:13 PMDarkZelus
02/11/2022, 3:24 PMuser
02/11/2022, 7:32 PMSeriousBug
02/11/2022, 8:37 PMuser
02/11/2022, 8:37 PMuser
02/11/2022, 8:50 PM[link-name](../../path/to/audio/file.mp3)
but suffice it to say that it doesn't work. Is there another method?SeriousBug
02/11/2022, 8:56 PM[link-name](/assets/audio/file.mp3)
should work if you put the file inside the assets folder in the vaultuser
02/11/2022, 9:29 PM[music-link](/notes/music/Peaceful/music-file.mp3)
and it's not embedding properly, Just displaying as plain text in the note preview.user
02/11/2022, 9:29 PMuser
02/11/2022, 9:30 PMmichaelvolk
02/11/2022, 10:02 PMkevins8
02/12/2022, 1:39 AMkevins8
02/12/2022, 1:52 AMuser
02/12/2022, 2:52 AMdendron publish export
got an error value.replace is not a function
. I'm not able to figure out how to debug and fix any issue; How to go about debugging? (for context: I did a massive refactoring of hierarchy)codemuncher
02/12/2022, 6:22 AMcodemuncher
02/12/2022, 6:22 AMSeriousBug
02/12/2022, 6:46 AMSeriousBug
02/12/2022, 6:49 AM