kevins8
10/14/2021, 4:55 PMless
. As far as next steps in the design-system, the most immediate feature would be showing how different components would look under different color schemes. Currently doing some work to isolate our main components (eg. preview, toolbar, etc) - this should be ready next week. I can ping you at that point if you want to take a crack at putting those components in the design-system!
For rush, that's new to me. Will take a look. Lerna has had some learning curves in the beginning but its been working well for us since then8brandon
10/16/2021, 9:27 AMkevins8
10/20/2021, 9:02 PMkevins8
10/20/2021, 9:20 PMSeriousBug
10/20/2021, 9:25 PMkevins8
10/21/2021, 2:17 AMhikchoi
10/21/2021, 5:16 AM--version
option, but doesn't seem like it provides a way to access it dynamicallydj radon
10/21/2021, 1:37 PMfudo
10/21/2021, 2:07 PMpackage.json
to get the version that way, Import would not be possible since the package.json
is outside of the src/
directorykevins8
10/21/2021, 3:47 PMpackage.json
. cli should execute in dendron-cli/lib/bin/cli.js
when bundled so you should be able to get to it by traversing
we have a utility function to do that here -> https://github.com/dendronhq/dendron/blob/52145354331d1a9a84e55520550458762eba6df5/packages/common-server/src/filesv2.ts#L239kevins8
10/23/2021, 8:28 PMkevins8
10/24/2021, 2:40 PMSeriousBug
10/25/2021, 6:01 AMiconOff: "chrome-maximize",
iconOn: "menu-selection",
hikchoi
10/25/2021, 6:16 AMhikchoi
10/25/2021, 6:16 AM5h1rU
10/25/2021, 2:58 PM5h1rU
10/25/2021, 3:00 PM5h1rU
10/25/2021, 3:01 PMcodeluggage
10/26/2021, 9:20 AM8brandon
10/28/2021, 3:25 PMScriptAutomate
10/28/2021, 8:05 PMJens
10/30/2021, 8:34 PMSeriousBug
10/30/2021, 8:39 PMdendron-main.code-workspace
file to load the workspace. Then you should have a "Run Extension: Local" entry in the run and debug menu. There should be some docs in the wiki, I'm AFK right now but I can link them later :)SeriousBug
10/30/2021, 8:41 PM./bootstrap/bootstrap.sh
then ./bootstrap/watch.sh
to build everything & have your code changes load tooSeriousBug
10/30/2021, 8:42 PMJens
10/30/2021, 8:44 PMSeriousBug
10/30/2021, 8:46 PMJens
10/30/2021, 8:46 PMJens
10/31/2021, 12:46 AMsrc\markdown\utils.ts
as renderFromNote
or renderFromNoteWithCustomBody
but I can't set breakpoints there (assuming it's the Engine and I need to run separately) and even making changes to the code seems to make no difference. Am I on the right track? Trying to add created and updated to the fm: object. It has just title at the moment). Using Preview V2 - assuming that's significant!SeriousBug
10/31/2021, 1:00 AMdendronPub.ts
in combination with other compile
functions for all markdown elements.