pawelel
11/12/2022, 6:37 PMpawelel
11/12/2022, 6:38 PMMat
11/12/2022, 7:00 PM%userprofile%\.dendron\meta.json
(or ~/.dendron/...
on non windows OS).
If you mean the workspace list, that shows up when pressing Ctrl + R
instead: When you hover over those there is an x
icon on the right. That deletes it from the recent list.pawelel
11/12/2022, 7:01 PMpawelel
11/12/2022, 7:11 PMMat
11/12/2022, 7:13 PM%userprofile%
is for the Dendron list. The Ctrl+R
is the VScode list.pawelel
11/12/2022, 7:18 PMpawelel
11/12/2022, 7:20 PMpawelel
11/12/2022, 7:21 PMpawelel
11/12/2022, 7:21 PMMat
11/12/2022, 7:21 PMpawelel
11/12/2022, 7:22 PM~~
11/12/2022, 10:49 PMpawelel
11/13/2022, 7:45 AMpawelel
11/13/2022, 9:19 AMJohnMi
11/13/2022, 10:13 AMcustom.css
file in Dendron's root folder (under .vscode
folder)
2. via settings, preview:styles
option I added the relative path of custom.css
3. reload window
& reload index
i also disabled any other extension but nothingJohnMi
11/13/2022, 10:14 AMpawelel
11/13/2022, 10:29 AMdoctorboy
11/13/2022, 12:30 PMcould not find the page with ID:
. I've added a database to the page, and I've connected the page with the integration, but still no success.
I've also noticed the following: in the error, four hyphens are being added to the ID, whilst in the configuration and notion shared link, the hyphens don't appear. Not sure if this is having any kind of influence.
Thanks for any help.Preston
11/13/2022, 6:23 PMengine.unreal-engine.md --> engines.unreal-engine.md
engine.source2.arch.md --> engines.source2.arch.md
engine.source2.hollow-block.md --> engines.source2.hollow-block.md
engine.source2.pivot-manipulation.md --> engines.source2.pivot-manipulation.md
engine.unreal-engine.best-practices.md --> engines.unreal-engine.best-practices.md
engine.unreal-engine.blueprint-interface.md --> engines.unreal-engine.blueprint-interface.md
engine.unreal-engine.cpp-and-blueprints.md --> engines.unreal-engine.cpp-and-blueprints.md
engine.unreal-engine.directory.md --> engines.unreal-engine.directory.md
----------------------------------------------------------------------------------------------
here
-----------------------------------------------------------------------------------
engine.unreal-engine.post-process-volume.md --> engines.unreal-engine.post-process-volume.md
lexicon.unreal-engine.actor.md --> lexicon.unreal-engines.actor.md
lexicon.unreal-engine.ai-controller.md --> lexicon.unreal-engines.ai-controller.md
lexicon.unreal-engine.casting.md --> lexicon.unreal-engines.casting.md
lexicon.unreal-engine.character.md --> lexicon.unreal-engines.character.md
lexicon.unreal-engine.component.md --> lexicon.unreal-engines.component.md
lexicon.unreal-engine.pawn.md --> lexicon.unreal-engines.pawn.md
Preston
11/13/2022, 6:23 PMPreston
11/13/2022, 6:24 PMPreston
11/13/2022, 6:26 PMPreston
11/13/2022, 6:27 PMpawelel
11/13/2022, 7:46 PMpawelel
11/13/2022, 7:47 PMMat
11/13/2022, 10:16 PM^engine\.(.+)
and then replace with engines.$1
. Didn't test it yet, but I think it is what you were looking for.
Check this for an explanation of the pattern: https://regex101.com/r/AgTcVB/1nickolay-kond
11/14/2022, 12:27 AMView: Show All Editors By Most Recently Used
useless (since it will always be the same file).Mat
11/14/2022, 12:41 AMworkbench.editor.enablePreview
to false
in the vscode settings of your Dendron workspace. This prevents tab reuse and opens multiple notes (if that is what you meant)
Of course it would be better, if Dendron could open multiple tabs no matter what the setting isnickolay-kond
11/14/2022, 12:49 AM