johndendron29
10/29/2021, 4:37 PMJopp
10/29/2021, 5:02 PMkevins8
10/29/2021, 8:51 PMuser
10/31/2021, 12:28 AMkevins8
10/31/2021, 3:10 AMuser
10/31/2021, 3:48 AMhikchoi
10/31/2021, 5:46 AMnote and schema. This has been removed and separated. So The command key dendron.lookup doesn't exist any more and should be dendron.lookupNote and dendron.lookupSchema respectively.kimsia
10/31/2021, 6:58 AMhikchoi
10/31/2021, 7:07 AMkimsia
10/31/2021, 7:08 AMhikchoi
10/31/2021, 7:24 AMkimsia
10/31/2021, 9:53 AMkimsia
10/31/2021, 9:53 AMpro.learn-orgmode.i.<something> Is there a command for this?riddyrayes
10/31/2021, 11:55 AM<something> and Enter. Does that help?riddyrayes
10/31/2021, 11:56 AMkimsia
10/31/2021, 11:57 AMcconrad
10/31/2021, 12:13 PMhikchoi
10/31/2021, 12:40 PM<something>, it will create a note <something>.md. You need to type it after the pre-populated note name like so
pro.learn-orgmode.i.<something>.
Alternatively, you could do the following.
1. In the note pro.learn-orgmode.i, write <something>
2. Select the text <something>
3. Trigger note lookup (ctrl/cmd + L)
4. Enable selection2link modifier by clicking on the chain icon on the top right corner of the lookup bar (more about this here: https://wiki.dendron.so/notes/ad270a7d-2aed-4273-8319-eb6536e38b29/#selection2link)
5. Hit enter
At this point, a note pro.learn-orgmode.i.<something> would be created and opened. Also, in pro.learn-orgmode.i, the text you have selected in step 2 will be converted into a wikilink to the new note.
Also note that selection2link can be set to be the default behavior or lookup by setting it in `dendron.yml`: https://wiki.dendron.so/notes/F9LWJEjscrGkxnYi2JNby/#note
Or you could add a separate keybinding for lookup with this modifier enabled:
json
{
"key": "{desired keybinding}",
"command": "dendron.lookupNote",
"args": {
"selectionType": "selection2link"
}
}hikchoi
10/31/2021, 12:41 PMkimsia
10/31/2021, 12:41 PMriddyrayes
10/31/2021, 1:15 PMgravelcrab
10/31/2021, 9:59 PMgravelcrab
10/31/2021, 10:03 PMgravelcrab
10/31/2021, 10:04 PMSeriousBug
10/31/2021, 10:09 PMuseFMTitle: false in your dendron.yml (see https://wiki.dendron.so/notes/f83c1d87-eac0-48f3-a5cf-8a69989d8ec1/#usefmtitle). For the colors, we're working on allowing custom themes for the preview.
2: That shouldn't be happening, could it be another extension doing this?gravelcrab
10/31/2021, 10:12 PMgravelcrab
10/31/2021, 10:22 PMkevins8
10/31/2021, 11:25 PMitsamemarkus
11/01/2021, 6:59 AMpython
print("python")
where does Dendron pull the syntax highlight information? Is there a list of supported languages somewhere?
Thanks for all your work.Preston
11/01/2021, 1:13 PM