L3n
04/16/2022, 5:06 PMfoureyedsoul
04/16/2022, 8:17 PMSeriousBug
04/16/2022, 8:39 PMDendron:Dev: Open Logs
?
You can also revert to an older version temporarily by right clicking the extension and picking "Install Version" or something like that (sorry not on my PC)foureyedsoul
04/16/2022, 8:55 PMOpen Logs
?SeriousBug
04/16/2022, 9:23 PMfoureyedsoul
04/16/2022, 9:24 PMSeriousBug
04/16/2022, 9:24 PMSeriousBug
04/17/2022, 2:39 AMkevins8
04/17/2022, 3:35 AMkevins8
04/17/2022, 3:36 AMmihaiconstantin
04/17/2022, 7:24 AMmihaiconstantin
04/17/2022, 7:34 AMSeriousBug
04/17/2022, 7:42 AMid
and add the title
, created
and updated
fields.
The other option is calling the "Note Lookup" command programatically to create a note, but it looks like it's not possible to fully automate that. You could prefill the initial value in the lookup and change lookup settings, but that's about it: https://github.com/dendronhq/dendron/blob/master/packages/plugin-core/src/commands/NoteLookupCommand.ts#L73
(For the second option, docs on executing a command from the API are here: https://code.visualstudio.com/api/references/vscode-api#commands)SeriousBug
04/17/2022, 7:45 AMmihaiconstantin
04/17/2022, 7:48 AMmihaiconstantin
04/17/2022, 7:49 AMCommandRunOpts
fields are more than enough for what I need to do.SeriousBug
04/17/2022, 7:50 AMmihaiconstantin
04/17/2022, 7:51 AMSeriousBug
04/17/2022, 7:54 AM/note/write
) which requires you to add all the note properties π
And here's those properties (https://github.com/dendronhq/dendron/blob/b59da747fe8a0dce747438855d0f3170b783db0d/packages/common-all/src/types/foundation.ts#L143)
Yeah the API is about as useful as just creating the file π
glad the lookup is good enough thoughmihaiconstantin
04/17/2022, 8:02 AMNZ-John
04/17/2022, 9:02 AMfoureyedsoul
04/17/2022, 6:30 PMkevins8
04/17/2022, 9:20 PMshaughnpuppy
04/18/2022, 7:04 PMfoureyedsoul
04/18/2022, 8:05 PMshaughnpuppy
04/18/2022, 8:13 PMshaughnpuppy
04/18/2022, 8:13 PMshaughnpuppy
04/18/2022, 8:25 PMfoureyedsoul
04/18/2022, 8:31 PMalexis<3
04/18/2022, 8:44 PM