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

    user

    06/23/2022, 4:14 PM
    it feels like a good tool to organize knowledge
  • u

    user

    06/23/2022, 4:14 PM
    doesn't dendron work in other workspaces?
  • u

    user

    06/23/2022, 4:15 PM
    or do you have to open the dendron workspace to save all the notes
  • j

    johndendron29

    06/23/2022, 5:20 PM
    Yes. Dendron works in other workspaces. Native workspaces allow you to use Dendron inside an existing workspace.
  • j

    johndendron29

    06/23/2022, 5:21 PM
    To initialize a Native Dendron workspace, use the Initialize Workspace command while the workspace you want to use is open. Select the option to create a native workspace and follow the prompts. You can refer to this link: https://wiki.dendron.so/notes/lamzybrD6SgQlJ9BpwkQk/ For more information about workspaces and different workspace types, see: https://wiki.dendron.so/notes/c4cf5519-f7c2-4a23-b93b-1c9a02880f6b/
  • u

    uFzK3VbZ8aAVmt2h

    06/23/2022, 11:34 PM
    Hey folks, does calendar-view support multiple journals? the default journal is
    daily.journal
    , what if I want to create another journal eg.:
    daily.til
    , what should I do?
    j
    • 2
    • 2
  • j

    jyeung

    06/24/2022, 7:08 AM
    Thanks for the report - I just added a fix, should roll out in a week or two
  • p

    pdina

    06/24/2022, 12:45 PM
    dummy question, do you know how to disable this from keep showing every time vs code is executed?
  • h

    hikchoi

    06/24/2022, 12:50 PM
    I believe Dendron should remember that this has been shown and stop showing. @jyeung is this the case?
  • p

    pdina

    06/24/2022, 12:52 PM
    nvm, was my fault (well, "Later" means remember next time)
  • p

    plazman30

    06/24/2022, 1:14 PM
    What is the current list of recommended Dendron extensions?
  • s

    SeriousBug

    06/24/2022, 1:15 PM
    Here are some recommendations from the community: https://github.com/dendronhq/awesome-dendron#community-vs-code--vscodium-extensions
  • p

    plazman30

    06/24/2022, 1:33 PM
    Is the Dendron Markdown Preview extension still needed?
  • j

    Joshi

    06/24/2022, 1:35 PM
    calendar-view.
  • j

    Joshi

    06/24/2022, 1:37 PM
    Dendron Markdown Preview Enhanced is legacy and we don't maintain it anymore. We recommend using built-in Dendron preview.
  • p

    plazman30

    06/24/2022, 1:43 PM
    Is it going to be pulled from the extension marketplace?
  • j

    Joshi

    06/24/2022, 1:52 PM
    Not at the moment. Although, VSCode did announce support for deprecated extensions. Maybe we could mark it as deprecated once it gets released.
  • s

    ScriptAutomate

    06/24/2022, 4:07 PM
    Is there a way to have a Markdown link work with frontmatter variables? Like:
    Copy code
    yaml
    myLink: https://github.com
    Then calling in markdown with:
    Copy code
    md
    # Summary
    
    Learn more at [the website]({{fm.myLink}})
    Right now it looks like I can only do:
    Copy code
    md
    # Summary
    
    Learn more at the website: {{fm.myLink}}
  • h

    hikchoi

    06/24/2022, 4:41 PM
    fm.myLink
    isn't actually being resolved to
    https://github.com
    . only rendered as
    https://github.com
    . So the preview will still see the markdown link as the raw string (which the preview doesn't understand)
  • s

    ScriptAutomate

    06/24/2022, 4:48 PM
    Ah, so if the preview isn't seeing the URL link that the variable renders to, would that be a bug?
  • s

    ScriptAutomate

    06/24/2022, 4:49 PM
    Or a feature request?
  • s

    ScriptAutomate

    06/24/2022, 4:49 PM
    Or wait, would I actually want the frontmatter value to be
    [the website](https://github.com)
  • h

    hikchoi

    06/24/2022, 4:50 PM
    I would say making that work would be an enhancement 😄
  • h

    hikchoi

    06/24/2022, 4:51 PM
    that actually works 👀
  • s

    ScriptAutomate

    06/24/2022, 4:51 PM
    Cool, I'll adopt that approach then 🙂
  • h

    hikchoi

    06/24/2022, 4:51 PM
    needs quotes around it though. yaml doesn't understand markdown links 😁
  • s

    ScriptAutomate

    06/24/2022, 4:53 PM
    Awesome, looks like both of these formats should work:
    Copy code
    yaml
    myLink: '[the website](https://github.com)'
    otherLink: >-
      [the website](https://github.com)
  • s

    ScriptAutomate

    06/24/2022, 6:11 PM
    I made this in the meantime: https://github.com/dendronhq/dendron/issues/3149
  • a

    aleksey

    06/24/2022, 6:48 PM
    https://github.com/dendronhq/dendron/issues/3138
  • u

    user

    06/24/2022, 8:47 PM
    Hey I'm trying to export my notes for use elsewhere and using the export pod is not really intuitive. I've gone to the page which tells me how to do it but it's... not really much to go off. Please help.
1...662663664...757Latest