kevins8
01/20/2022, 10:08 PMLicat
01/21/2022, 12:59 AMkevins8
01/21/2022, 2:06 AMMrTango
01/21/2022, 9:46 AMmihaiconstantin
01/21/2022, 11:18 AMdendron.yml
we use extract
or link
for the selectionMode
property.
In keybindings.json
we use selectionExtract
or selection2link
for the selectionType
key.
Perhaps it would help to use the same key-value names for consistency?hikchoi
01/21/2022, 12:11 PMdendron.yml
used to be the same but has been change because we are in the middle of consolidating configuration related types. There are a lot of config keys in Dendron so we are doing these by increments.
There will be a last bit of namespace consolidation which will then be followed up by cleaning up these old values.L3n
01/21/2022, 8:42 PML3n
01/21/2022, 8:42 PMseadude
01/22/2022, 5:57 PMseadude
01/22/2022, 6:08 PMdockthepod
01/22/2022, 6:25 PMjyeung
01/24/2022, 12:52 PMdockthepod
01/24/2022, 4:14 PMScriptAutomate
01/24/2022, 6:35 PMcameron
01/26/2022, 1:03 AMaleksey
01/26/2022, 4:35 PMkevins8
01/27/2022, 4:42 AMseadude
01/29/2022, 11:50 PM[[link]]
) format text like Markdown links ([link]()
?
Reason:
- I like the effect of having backticks around certain words
## How to install (Windows)
- Install `npm`
- This gives some neat highlighting and my eyes can scroll the screen looking for packages/modules/etc.
- When using Markdown links, the styling is retained:
## How to install (Windows)
- Install [`npm`]()
- But when using wikilinks, it interprets the backticks as part of the word. You also don't get the styling.
## How to install (Windows)
- Install [[`npm`]]
- Same for labelled wiki links ([[label|link]]
)
## How to install (Windows)
- Install [[`npm`|npm]]
SeriousBug
01/30/2022, 12:48 AMseadude
01/30/2022, 1:12 AM[npm]()
.withnoroof
01/30/2022, 11:23 AMlukecarrier
01/30/2022, 2:30 PMseadude
01/31/2022, 4:58 AMCTRL+L
does not search inside vault/<anything below here>
..
Or is there a setting I can tweak to get into the vault?benhsm | Jack of N trades
01/31/2022, 2:17 PMseadude
01/31/2022, 4:16 PMbenhsm | Jack of N trades
01/31/2022, 4:24 PMctrl-p
when you need those filesseadude
01/31/2022, 4:27 PMCTRL+L
for finding or creating a Dendron file
- CTRL+P
for finding a non-Dendron fileScriptAutomate
01/31/2022, 10:27 PMelliot
01/31/2022, 11:09 PMSeriousBug
01/31/2022, 11:10 PM