tsnieman
11/13/2020, 5:04 AMlerna before, though i've seen it around a lot. I'll give it a go - thanks ๐tsnieman
11/13/2020, 5:10 AMtsnieman
11/13/2020, 5:12 AMkevins8
11/13/2020, 5:25 AMimport {...} from @dendronhq/engine-serverkevins8
11/13/2020, 5:25 AMkevins8
11/13/2020, 5:25 AMtsnieman
11/13/2020, 5:35 AMconsole.log({ DConfig }) shows up in the console, but the webview is broken because of a tls dep from common-server ๐คkevins8
11/13/2020, 5:36 AMtsnieman
11/13/2020, 6:01 AMlukecarrier
11/13/2020, 11:08 AMlukecarrier
11/13/2020, 11:09 AMkevins8
11/13/2020, 3:28 PMkevins8
11/14/2020, 2:37 AMDendronConfig type definitions are in common-all and it looks like you have the data inside next.
in the meanwhile, if you stub the following two methods on the form, I can supply you with the implementation ๐
save(payload: DendronConfig)
load(): DendronConfigtsnieman
11/14/2020, 5:43 AMlukecarrier
11/14/2020, 12:33 PMkevins8
11/14/2020, 3:46 PMinitialize workspace is called, launch a workspace with the default notes
2) on subsequent calls, add option to either initialize with default notes or an empty workspace
a few thoughts.
a) i think behavior on 1) is still okay. behavior for 2) can be changed to select from empty vault or one of a template
b) when a user adds a vault for multi-vault, do the same behavior as a)kevins8
11/14/2020, 4:44 PMworkspace/config.tsx. when you're ready for me to take a look, send me a pull request. once we get your changes merged, i will hook it up to our engine backend ๐Konrad
11/14/2020, 9:18 PMKonrad
11/14/2020, 9:20 PMkevins8
11/14/2020, 9:21 PMKonrad
11/14/2020, 9:21 PMkevins8
11/14/2020, 9:22 PMKonrad
11/14/2020, 9:22 PMkevins8
11/14/2020, 9:22 PMkevins8
11/14/2020, 9:22 PMKonrad
11/14/2020, 9:23 PMKonrad
11/14/2020, 9:50 PMkevins8
11/15/2020, 2:14 AMKonrad
11/15/2020, 2:18 AMKonrad
11/15/2020, 2:21 AM