SeriousBug
03/18/2022, 6:09 PMxg
03/18/2022, 6:12 PMSeriousBug
03/18/2022, 6:13 PMhikchoi
03/18/2022, 6:38 PMcommands.insertNoteLink.aliasMode
to selection
in dendron.yml
...
commands:
insertNoteLink:
aliasMode: "selection"
...
or
Create a custom keybinding for insert note link with aliasMode: selection
as argument:
/* in keybindings.json.
* Use `Preference: Open Keyboard Shortcuts (JSON)` to open.
*/
[
...
{
"key": "{desired keybinding}",
"command": "dendron.insertNoteLink",
"args": {
"aliasMode": "selection" // choose one from the list
}
},
...
]
Then you can select some text in the editor and run Dendron: Insert Note Link
to use the selection as an alias to a wikilink you choose to inserthikchoi
03/18/2022, 6:41 PMxg
03/18/2022, 6:41 PMxg
03/18/2022, 7:02 PMSeriousBug
03/18/2022, 7:05 PMDendron:Dev: Diagnostic Report
command), that would be very helpful to figure out what's wrong.d1onys1us
03/18/2022, 7:40 PMd1onys1us
03/18/2022, 7:40 PMd1onys1us
03/18/2022, 7:40 PMd1onys1us
03/18/2022, 7:40 PMd1onys1us
03/18/2022, 7:40 PMd1onys1us
03/18/2022, 7:41 PMd1onys1us
03/18/2022, 7:41 PMd1onys1us
03/18/2022, 7:41 PM```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```user
03/18/2022, 9:32 PMmihaiconstantin
03/18/2022, 9:52 PMkevins8
03/18/2022, 10:06 PMuser
03/18/2022, 10:12 PMkevins8
03/18/2022, 10:17 PMuser
03/18/2022, 10:19 PMTika
03/19/2022, 9:48 AMNaiveRed
03/20/2022, 2:48 AMSeriousBug
03/20/2022, 2:56 AMNaiveRed
03/20/2022, 3:02 AMd1onys1us
03/20/2022, 4:24 AMSeriousBug
03/20/2022, 4:26 AMvscode-reveal
to do it. It's in the awesome-dendron list: https://github.com/dendronhq/awesome-dendron/#markdown-enhancersseadude
03/21/2022, 4:16 AMvscode-reveal
is SUPERCOOL. I had to write a good deal of HTML to get img's to line up correctly, but one you get that dialed, presentations are quick to create AND beautifulAtlas
03/21/2022, 8:10 AM