iglooghost
08/18/2022, 10:01 AMjyeung
08/18/2022, 10:31 AMjyeung
08/18/2022, 10:38 AM*.code-workspace
file of our src code project (if that makes sense). That way, we can use Dendron and lookup notes in our developer docs while we work on...Dendron haha. If you wanna see the setup of the code-workspace
file, take a look at the folders
setup here: https://github.com/dendronhq/dendron/blob/master/dendron-main.code-workspace
Not sure if this answers your question.jyeung
08/18/2022, 11:48 AMAdd Seed to Workspace
command rather than Vault Add
. More info below:ccamara
08/18/2022, 11:53 AMRaphaël
08/18/2022, 4:00 PMZ3r0(00L
08/18/2022, 4:17 PMfoureyedsoul
08/18/2022, 5:07 PMfoureyedsoul
08/18/2022, 6:35 PMcommand + k
, then let go of command and o
. This will "knock out" that single file into another window. I can't get it to work with any of the panels or Dendron views, only single files.
A more robust option is to create a second workspace that you direct back to the same set of files. You make a new workspace, then put the path to the "main" workspace's files. So for me, that's a second workspace called dendron-alt
and the first key in its configuration says "path": "../dendron/"
to direct the alternate workspace back to the regular one's files. (I also use the Peacock extension to color the bottom "information" pane of each window separately, so I can be in different vaults and know which is in which vault quickly.)
This second workspace is really handy, but it only runs in parallel to the first. The graph and tree views won't mirror across the two; navigating in the regular one isn't displayed in the alternative one. It's really handy for more views into your files on a second monitor, but it wouldn't work well if you wanted to have a presenter / presentation sort of set up like with slideshows. It's not like Reveal.js, etc.iglooghost
08/18/2022, 7:01 PMnpx dendron dev run_migration --migrationVersion=0.83.0
iglooghost
08/18/2022, 7:02 PMfoureyedsoul
08/18/2022, 7:38 PMvinniefm
08/18/2022, 10:16 PMKombuSchach
08/19/2022, 4:25 AMSaine
08/19/2022, 7:45 AMkevins8
08/19/2022, 1:50 PMrunlevelrobot
08/19/2022, 7:46 PMrunlevelrobot
08/19/2022, 7:46 PMrunlevelrobot
08/19/2022, 7:47 PMrunlevelrobot
08/20/2022, 2:53 PMkevins8
08/20/2022, 10:06 PMdaily.journal.2022.07.01.weeklyreview
kevins8
08/20/2022, 10:07 PMseadude
08/20/2022, 11:27 PMLive Server
on say, an index.html
file, ALL GOOD
- If I open a Dendron Workspace, then Add folder to Workspace
, then click Liver Server
on the same index.html
file (now remember, this file is outside of the Dendron Workspace), I get strange behaviors
- In the browser I'm shown a directory of my Dendron Vault, but no option for selecting the index.html
file outside the workspacerunlevelrobot
08/21/2022, 2:34 AMkevins8
08/21/2022, 2:50 AMseadude
08/21/2022, 2:58 AMkevins8
08/21/2022, 3:00 AMseadude
08/21/2022, 3:02 AMkevins8
08/21/2022, 3:02 AMseadude
08/21/2022, 3:06 AMindex.html
- File/Save workspace as
stuck it on Desktop
- Closed VSC
- Open workspace from file
- Clicked Go Live
- Works as intended