dentropy
08/14/2021, 1:48 AM#!/bin/bash
rm -rf docs
cd dentropydaemon-wiki && git pull
cd ..
npx dendron buildSiteV2 --stage prod
rsync -avzhe ssh ./build/site/* test@wiki.dentropydaemon.io:/home/test/dentropycloud-traefik/static/_site
False alarm, it works now, I hope someone finds this script usefulkevins8
08/14/2021, 4:21 AMShein
08/14/2021, 8:26 AMstyle.less for markdown preview. I want to use a dark background for code block while preferably using the existing syntax highlighting.Shein
08/14/2021, 8:27 AMkevins8
08/14/2021, 2:11 PMShein
08/14/2021, 5:53 PMichimga
08/15/2021, 2:20 PMid into a dendron vault and run Doctor and gets errors. there are too many variables and can't pin-point why Doctor doesn't work, but it seems likely that Dendron can't re-write a pre-existing id and can't accept that id as a valid YAML id.
the error I get is error running command: e.id.match is not a function and sometimes i get title.md could not be parsed.
i used a tool to export Google Keep notes into .md files with YAML frontmatter, the id do not follow a structure pattern, some are parsed fine by Dendron some are not.
UPDATE: i just found regenerate note id in Doctor, that worked sweet!manunamz
08/15/2021, 3:36 PMmanunamz
08/15/2021, 3:39 PMjyeung
08/16/2021, 1:50 AMmanunamz
08/16/2021, 3:23 PMkevins8
08/16/2021, 3:31 PMplazman30
08/17/2021, 3:19 AMBassmann
08/17/2021, 5:33 AMTika
08/17/2021, 7:18 AMkevins8
08/17/2021, 1:22 PMpeople.{kebabCase(first, last)}. For example, people.sam-adams would be an entry. If you look at our [template seed](https://wiki.dendron.so/notes/861cbdf8-102e-4633-9933-1f3d74df53d2.html), we have an example of a people schema to get you started
https://github.com/dendronhq/templates/blob/main/templates/people.schema.yml#L1:L1
https://github.com/dendronhq/templates/blob/main/templates/templates.people.md#L18:L18Tika
08/17/2021, 1:27 PMkevins8
08/17/2021, 1:55 PMplazman30
08/17/2021, 7:20 PMBassmann
08/17/2021, 8:41 PMnotyourmojito
08/18/2021, 4:07 AMSite Preview, I am prompted to upgrade the dependencies. But I am facing a specific error repeatedly
error running command: Command failed with exit code 4294963248: npm install --save @dendronhq/dendron-11ty@1.55.1 npm ERR! code EPERM npm ERR! syscall rmdir npm ERR! path c:\Users\parth\Desktop\Code\Notes\node_modules\.staging\get-stream-90b62ddd npm ERR! errno -4048 npm ERR! Error: EPERM: operation not permitted, rmdir 'c:\Users\parth\Desktop\Code\Notes\node_modules\.staging\get-stream-90b62ddd' npm ERR! [Error: EPERM: operation not permitted, rmdir 'c:\Users\parth\Desktop\Code\Notes\node_modules\.staging\get-stream-90b62ddd'] { npm ERR! errno: -4048, npm ERR! code: 'EPERM', npm ERR! syscall: 'rmdir', npm ERR! path: 'c:\\Users\\parth\\Desktop\\Code\\Notes\\node_modules\\.staging\\get-stream-90b62ddd' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It's possible that the file was already in use (by a text editor or antivirus), npm ERR! or that you lack permissions to access it. npm ERR! npm ERR!user
08/18/2021, 7:43 AMuser
08/18/2021, 7:44 AMhikchoi
08/18/2021, 7:46 AMuser
08/18/2021, 7:53 AMhikchoi
08/18/2021, 8:00 AMhikchoi
08/18/2021, 8:04 AMDendron Markdown Preview Enhanced and Preview V2 is now included in the plugin itself. You can safely remove Dendron Markdown Preview Enhanced and use the command Dendron: Show Preview V2 instead now.plazman30
08/18/2021, 3:14 PMBassmann
08/18/2021, 3:45 PMichimga
08/18/2021, 11:25 PM