https://www.dendron.so/ logo
Join Discord
Powered by
# questions
  • i

    iglooghost

    08/18/2022, 10:01 AM
    and neither is my custom.css seems to be working in production
  • j

    jyeung

    08/18/2022, 10:31 AM
    yeah - unfortunately there isn't a good solution for this right now that I'm aware of. You can't open the same workspace in multiple vs code windows, it'll just re-focus you to the existing window when you try
  • j

    jyeung

    08/18/2022, 10:38 AM
    Not a silly question at all - for working with the Dendron code base, we have a setup where we include the Dendron Wiki and Dev Docs as folders in the
    *.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.
    c
    • 2
    • 10
  • j

    jyeung

    08/18/2022, 11:48 AM
    Hi - were you maybe referring to the seed bank? We have a few vaults that can be pulled down to your workspace (one of them is about AWS Documentation) - to add that, you can use the
    Add Seed to Workspace
    command rather than
    Vault Add
    . More info below:
  • c

    ccamara

    08/18/2022, 11:53 AM
    dendrondendron-main.code-workspace at m...
  • r

    Raphaël

    08/18/2022, 4:00 PM
    https://discord.com/channels/717965437182410783/739186036495876126/1009853412516569138
  • z

    Z3r0(00L

    08/18/2022, 4:17 PM
    Can anyone please help me here?
    k
    • 2
    • 2
  • f

    foureyedsoul

    08/18/2022, 5:07 PM
    Bummer. But I'm glad it at least works locally! Have you tried looking at the production site from a private window? I'm not sure if netlify uses caching, but I've seen other providers cache css files and other style-related things in unpredictable ways. Same thing with your own browser.
  • f

    foureyedsoul

    08/18/2022, 6:35 PM
    Here's a couple workarounds. Neither will be ideal for presentations, only for getting another view into the same files. @vinniefm If you just want to create a second window of a single file that's already open, I recently learned that you can hit
    command + 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.
  • i

    iglooghost

    08/18/2022, 7:01 PM
    I was able to fix the error with custom.css by running
    npx dendron dev run_migration --migrationVersion=0.83.0
  • i

    iglooghost

    08/18/2022, 7:02 PM
    not sure what I can do about quotebacks in prod tho
  • f

    foureyedsoul

    08/18/2022, 7:38 PM
    Glad you fixed the css! Sorry I don't have any further suggestions about the Quotebacks script. I haven't tried publishing yet myself, but I'll probably want to add either Bigfoot or Littlefoot for nice footnote pop-ups. I can't remember if Dendron's site has those built-in. Hopefully someone else can help you with adding scripts, and I can learn as well! Maybe @ScriptAutomate or @hikchoi has more experience with that?
  • v

    vinniefm

    08/18/2022, 10:16 PM
    Thanks! I'll give this a go. I definitely see the value for presentations like the original @Tika post, but currently I'm spec'ing a large system in BDD/Gherkin and wanted the graph view to help me visualize what I've got, existing relationships, etc. The single window/multi-pane view wasn't causing too much distraction and taking up too much space. Thanks again.
  • k

    KombuSchach

    08/19/2022, 4:25 AM
    Why can't I drag and drop a document onto a Dendron page and Dendron copies it as an asset into the asset folder?
  • s

    Saine

    08/19/2022, 7:45 AM
    wild guess, but probably because it's not implemented. Or because something is wrong
  • k

    kevins8

    08/19/2022, 1:50 PM
    the former 😅
  • r

    runlevelrobot

    08/19/2022, 7:46 PM
    Hey guys
  • r

    runlevelrobot

    08/19/2022, 7:46 PM
    I am trying to use Bassman's schema file found here: https://github.com/Bassmann/dendron-schemas/blob/main/daily.schema.yml
  • r

    runlevelrobot

    08/19/2022, 7:47 PM
    My question is what do I type to trigger the weeklyreview?
  • r

    runlevelrobot

    08/20/2022, 2:53 PM
    For the template to work I mean
  • k

    kevins8

    08/20/2022, 10:06 PM
    looking at the schema, it would be something like the following
    daily.journal.2022.07.01.weeklyreview
  • k

    kevins8

    08/20/2022, 10:07 PM
    you could also use the apply template command to manually trigger the tempate
  • s

    seadude

    08/20/2022, 11:27 PM
    Hm...Does anyone have problems with the Live Server extension and Dendron Workspaces? ISSUE: - If I open a single directory in VS Code (non-Dendron Workspace) and click
    Live 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 workspace
  • r

    runlevelrobot

    08/21/2022, 2:34 AM
    Thanks Kevin I’ll try it.
  • k

    kevins8

    08/21/2022, 2:50 AM
    are you talking about this live server extension? https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
  • s

    seadude

    08/21/2022, 2:58 AM
    @kevins8 , yessir!
  • k

    kevins8

    08/21/2022, 3:00 AM
    so i haven't used this directly but could it be how live server deals with a multi folder workspace? that is, if you open any workspace and then add your index.html folder, will live server still work?
  • s

    seadude

    08/21/2022, 3:02 AM
    I'll have to test real quick. I use a single Dendron Workspace as of now.
  • k

    kevins8

    08/21/2022, 3:02 AM
    something else I would try is using your original folder and then adding the dendron workspace folder to it
  • s

    seadude

    08/21/2022, 3:06 AM
    I just: - Opened two directories in a fresh VS Code Window - One of the dirs contained
    index.html
    -
    File/Save workspace as
    stuck it on Desktop - Closed VSC -
    Open workspace from file
    - Clicked
    Go Live
    - Works as intended
1...691692693...757Latest