SeriousBug
10/07/2021, 5:44 PMboxian
10/07/2021, 6:07 PMZorbaCodium
10/07/2021, 6:14 PMboxian
10/07/2021, 6:28 PMaleksey
10/07/2021, 6:38 PMBritt 2
10/07/2021, 9:24 PMkevins8
10/08/2021, 12:41 AMeroc
10/08/2021, 4:28 AMkb.notes. I want an easy way to create a new note so that the file name will default to kb.note.{yyyyMMddhhmmss} (just spitballing the date format). It’s a bit like how journal or scratch notes might be handled.ZorbaCodium
10/08/2021, 5:49 AMZorbaCodium
10/08/2021, 5:53 AMTika
10/08/2021, 6:05 AMZorbaCodium
10/08/2021, 6:11 AMZorbaCodium
10/08/2021, 6:18 AMZorbaCodium
10/08/2021, 7:48 AMkevins8
10/08/2021, 2:51 PMawaydiscordthrow
10/09/2021, 8:52 AMkevins8
10/09/2021, 2:52 PMawaydiscordthrow
10/09/2021, 4:59 PMTika
10/10/2021, 12:47 AMcodeluggage
10/10/2021, 7:54 AMctrl+enter - Dendron: Goto Note) in the other open editor group? If not, has anyone hacked this together by chaining commands? I could imagine this series of steps:
1. Dendron: Goto Note
2. View: Move Editor into Next Group
3. View: Focus Previous Editor Groupkevins8
10/10/2021, 3:53 PMgotonote to open the document [here](https://github.com/dendronhq/dendron/blob/e1180e66e8ac29c82f34cf1e6797f1ab473ef510/packages/plugin-core/src/utils.ts#L383-L383)
There currently a limitation in the VSCode API to get open editors and editor groups which make these operations tricky to get right (https://github.com/microsoft/vscode/issues/15178#issuecomment-928213855)user
10/10/2021, 4:59 PMkevins8
10/10/2021, 5:09 PM"editor.suggest.showSnippets": true,user
10/10/2021, 5:12 PMdj radon
10/10/2021, 6:21 PMdj radon
10/10/2021, 6:42 PMaleksey
10/10/2021, 6:59 PMmultiSelect and copyNoteLink modifiers during a lookup, Dendron opens selected notes one by one in a new editor in quick succession leaving the last note open. The flickering of notes as they are opened is annoying and I also need to close the last note manually to go back to the note I was working on when the lookup was triggered. Is this behaviour expected--the opening of notes when I just want the links to them?Bassmann
10/10/2021, 7:41 PMBassmann
10/10/2021, 7:43 PMkevins8
10/10/2021, 8:20 PMreferences because roam introduced the concept of block references. agree that its not the most intuitive term.
transclusion or embedding can both work, i would lean towards transclusion especially as embedding means something very different in the machine learning domain