kevins8
09/08/2021, 5:03 PMbritt
09/09/2021, 5:22 PMkevins8
09/09/2021, 5:57 PMtfer
09/10/2021, 3:50 AMNPM SCRIPTS
in the side bar). You can run those scripts via debug and follow and the warnings and errors. One final thing, I once suggested making DendronHQ into a Dev Container, and this monorepo, is one.
Get this up and running took choosing Clone this Dev Container
, when Vscode noticed it was one, running yarn install
in the terminal, then running, (via debug), the bootstrap
and start
scripts. the website came up on localhost:8000
, plus you get a quarriable GrapphQL ~ on another port.
All under an MIT license.kevins8
09/10/2021, 4:40 AMSeriousBug
09/10/2021, 6:00 AMpackages
, what's the difference between dendron-next-server
and nextjs-template
? What's each package for?SeriousBug
09/10/2021, 6:03 AMdendron-next-server
has UI components for the web interfaces in editor (like Preview V2) while nextjs-template
has components for publishing.kevins8
09/10/2021, 2:50 PMtfer
09/11/2021, 11:38 PMNPM-SCRIPTS
, and hit its run
button. After a few prerequisite scripts, the start
tool/script/task under packages/dendron-next-serv...
opened a browser window on relevant port. However, the is no nav pane or notes,SeriousBug
09/11/2021, 11:41 PMtfer
09/11/2021, 11:42 PMSeriousBug
09/11/2021, 11:44 PMtfer
09/11/2021, 11:44 PMnickolay-kond
09/13/2021, 10:56 AMhikchoi
09/13/2021, 11:36 AMkevins8
09/13/2021, 3:29 PMkevins8
09/13/2021, 3:30 PMtfer
09/13/2021, 3:54 PMtfer
09/13/2021, 3:55 PMtfer
09/13/2021, 3:58 PMtfer
09/13/2021, 4:14 PMError: C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\data\notes.json: ENOENT: no such file or directory, open 'C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\data\notes.json'
at Object.openSync (node:fs:505:3)
at Object.readFileSync (node:fs:401:35)
at Object.readFileSync (C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\node_modules\jsonfile\index.js:50:22)
at getNotes (C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\.next\server\pages\index.js:255:68)
at getStaticProps (C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\.next\server\pages\index.js:188:70)
at renderToHTML (C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\node_modules\next\dist\next-server\server\render.js:28:1695)
at async C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\node_modules\next\dist\next-server\server\next-server.js:111:97
at async __wrapper (C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\node_modules\next\dist\lib\coalesced-function.js:1:330)
at async DevServer.renderToHTMLWithComponents (C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\node_modules\next\dist\next-server\server\next-server.js:136:387)
at async DevServer.renderToHTML (C:\VC\git\Dendron-Notebanks\Bank.Markdown\vault\.next\node_modules\next\dist\next-server\server\next-server.js:137:610) {
errno: -4058,
syscall: 'open',
path: 'C:\\VC\\git\\Dendron-Notebanks\\Bank.Markdown\\vault\\.next\\data\\notes.json'
}
kevins8
09/13/2021, 5:29 PMtfer
09/13/2021, 6:37 PM.next
folders were scattered all over, moved contents in to their /vault/.next/
position, and it's working now. It is next.js generated, it has the same hiccups as V2 preview, (no svg images, no table borders).
thxkevins8
09/13/2021, 7:05 PMkevins8
09/13/2021, 10:53 PMbritt
09/14/2021, 4:48 PMbritt
09/14/2021, 4:49 PMkevins8
09/14/2021, 4:52 PMbritt
09/14/2021, 4:57 PMtitle
generated by Dendron creates all sorts of strange behavior in the Journal view in Logseq (which should be fixed there), but had me wondering if something like dendron:title
was a good idea, or how people namespace in Frontmatter generally.kevins8
09/14/2021, 5:11 PM