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

    SeriousBug

    04/11/2022, 5:09 AM
    You also need to set
    assetsPrefix
    to `user`: https://wiki.dendron.so/notes/zvFzP2vGufKPBZJ2KvvfQ/
  • s

    steven

    04/11/2022, 5:12 AM
    I've tried that too. Not seeing any indication that it worked.
  • s

    steven

    04/11/2022, 5:12 AM
    E.g. assests folder doesn't have the prefix so it doesn't render the index.hfml correctly
  • s

    steven

    04/11/2022, 5:19 AM
    In index.html I see some json StatusSymbols: { assetPrefix: [user] }
  • s

    steven

    04/11/2022, 5:19 AM
    So I have the build configured correctly I assume
  • s

    SeriousBug

    04/11/2022, 5:20 AM
    Oh sorry, I may have misread your question. You are running the command in the folder where
    dendron.yml
    file is right? You have to run it in that folder.
  • s

    steven

    04/11/2022, 5:22 AM
    I think you get it, it's just it seems like it could be a bug. Yeah running the command in the workspace root that has dendron.yml
  • s

    steven

    04/11/2022, 5:22 AM
    Also the vault of interest, & node modules, dendron.code-workspace
  • s

    steven

    04/11/2022, 5:24 AM
    Also I appreciate the help. I've been banging my head against this for hours and been up and down the dendron wiki
  • s

    steven

    04/11/2022, 5:27 AM
    Might try pinning back to a previous release
  • s

    steven

    04/11/2022, 6:52 AM
    https://github.com/dendronhq/dendron/issues/2726
  • u

    user

    04/11/2022, 12:28 PM
    May I remove these (greyed-out) settings in
    dendron.code-workspace
    - why is that? It is taken from default template.
  • h

    hikchoi

    04/11/2022, 1:40 PM
    This is for when you have Dendron Markdown Preview Enhanced (https://marketplace.visualstudio.com/items?itemName=dendron.dendron-markdown-preview-enhanced). This used to provide our preview functionality, but we have moved to supporting it natively within Dendron. This is for when you want to use the legacy preview. You can safely remove it if you don't use it.
  • a

    alexis<3

    04/11/2022, 5:55 PM
    is there a way to view the current note in the tree view
  • a

    alexis<3

    04/11/2022, 5:56 PM
    i mean i know i can expand until i get there
  • a

    alexis<3

    04/11/2022, 5:56 PM
    but like a shortcut to expand the path to the note
  • k

    kevins8

    04/11/2022, 5:59 PM
    it should expand automatically. it doesn't if you immediately focus on the tree view in which case switching editors/notes will re-toggle the focus
  • a

    alexis<3

    04/11/2022, 6:02 PM
    ah ok i never noticed that i will try that
  • a

    alexis<3

    04/11/2022, 6:02 PM
    yup refocusing is all it took
  • a

    alexis<3

    04/11/2022, 6:03 PM
    that is really a great feature i do that action all the time in my ides but it usually requires a button press
  • p

    personjerry

    04/11/2022, 6:49 PM
    Is there a way to make dendron:// links in browser automatically open Dendron to the correct file?
  • s

    SeriousBug

    04/11/2022, 6:50 PM
    No, Dendron doesn't support that. I think there was a feature request for it already, let me see if I can find it I can't find the related feature request, it would be nice if you create one. Thanks!
  • u

    user

    04/11/2022, 6:56 PM
    Hey, now that I've got it all configured, I really love taking notes on Dendron! I was, however, wondering whether it'd be possible to add some sort of indication on the 'level' of the title/subtitle presented in the navigation bar. In this example you can see how all of the elements within the nav-bar have the same hierarchy which makes it - in my opinion - more difficult to display complex structures. Would it be possible to add a small indication showing that it is a sub-section (even just a small indent to the right or something)?
  • u

    user

    04/11/2022, 6:57 PM
    So you'd get something like this:
  • s

    SeriousBug

    04/11/2022, 6:58 PM
    There's no way to do it yet, but there's a feature request for this. We'd appreciate it if you upvoted it or left a comment: https://github.com/dendronhq/dendron/issues/1871
  • u

    user

    04/11/2022, 6:58 PM
    Wasn't aware of this. Will leave my upvote there right now. Thanks!
  • a

    alexis<3

    04/11/2022, 9:24 PM
    are schemas meant to work (at least in some ways) like templates
  • a

    alexis<3

    04/11/2022, 9:24 PM
    i was thinking i wanted to make a basic jira ticket template that i can fill out when i get assigned a task, and it seems that schemas are the best way to do that?
  • s

    SeriousBug

    04/11/2022, 9:29 PM
    Templates are basically example notes that fill out new notes you create. So if you want to pre-fill your jira ticket notes with a template like
    ticket: ... ## Problem ... ## Solution
    then you'd want a template. Schemas organize a structure in your notes. If you want all your jira ticket notes to be organized under
    jira.2022.04.11.<area>.<ticket-number>
    , you'd want a schema for that. Schemas can automatically apply templates to notes, so you also might want both.
  • a

    alexis<3

    04/11/2022, 9:32 PM
    huh ok so my understanding of schemas is now like (simplistic im guessing) match a new ticket name to a heirarchy, and optionally apply a template at creation (and probably some other stuff)
1...605606607...757Latest