https://www.dendron.so/ logo
Join Discord
Powered by
# chat
  • k

    kevins8

    07/20/2020, 7:49 PM
    you can do that. dendron uses the first folder found in your
    folders
    setting to index files
  • k

    kevins8

    07/20/2020, 7:49 PM
    https://github.com/dendronhq/dendron-template/blob/master/vault/pro.dendron.cook.md
  • k

    kevins8

    07/20/2020, 7:50 PM
    the one limitation is that its looking for a
    dendron.code-workspace
    file when setting up a workspace. have an issue to make this configurable
  • u

    user

    07/20/2020, 7:51 PM
    So if I'm in a Python repo I just need to set the path to the folder for
    ~/Dendron
    ?
  • k

    kevins8

    07/20/2020, 7:52 PM
    yeah - so add the folder to dendron, and add this to the settings
    "dendron.rootDir": "."
  • k

    kevins8

    07/20/2020, 7:52 PM
    see this as an example workspace: https://github.com/dendronhq/dendron-template/blob/master/dendron.code-workspace
  • k

    kevins8

    07/20/2020, 7:52 PM
    you'll also need to change your workspace name to dendron.code-workspace
  • k

    kevins8

    07/20/2020, 7:52 PM
    at that point, you can run
    Dendron: Change Workspace
    to use your new workspace
  • k

    kevins8

    07/20/2020, 7:53 PM
    as far as your earlier message about windows - its a path separator issue. working on that now and should be ready before end of the day
  • u

    user

    07/20/2020, 7:57 PM
    Cool 👍
  • k

    kevins8

    07/21/2020, 12:56 AM
    @User heads up that windows support just landed in the latest version of dendron! https://github.com/dendronhq/dendron/issues/38#issuecomment-661508563
  • u

    user

    07/21/2020, 1:04 AM
    Nice. I’ll try it out tomorrow
  • u

    user

    07/24/2020, 3:20 AM
    Hi! I've bounced between Roam and Obsidian and now giving Dendron a try. I got the windows edition working and I'm curious about Markdown preview image support.
  • u

    user

    07/24/2020, 3:23 AM
    For example, I have my markdown notes formatted like this, but the image preview doesn't work. This works in Zettlr and Obsidian. Do you support image linking? Also, I use a lot of #tags, but I see there is no tag autocomplete. Is there a way to enable this? Apologies, I am not super familiar with VSCode, thank you!
  • k

    kevins8

    07/24/2020, 3:25 AM
    @User yep, we support image linking. whats confusing is that vscode has its own markdown preview which contributes a button. you want to click on the other identical preview button to get the dendron version 😅
  • k

    kevins8

    07/24/2020, 3:26 AM
    (if you hover, it will say markdown preview enhanced)
  • u

    user

    07/24/2020, 3:27 AM
    thanks for the very quick reply @User! I am seeing the same behavior when I click that button, although I do get a white background and different formatting
  • k

    kevins8

    07/24/2020, 3:27 AM
    that being said, either preview you use should support image linking. can you try using posix style paths? (so a '/' instead of a '\') and making sure the file exists?
  • u

    user

    07/24/2020, 3:27 AM
    I will give that a shot
  • k

    kevins8

    07/24/2020, 3:29 AM
    as for tag autocomplete - we don't support that yet. we do support auto complete on wiki-links
  • k

    kevins8

    07/24/2020, 3:29 AM
    feel free to open an issue for tagging if that's important for your use case https://github.com/dendronhq/dendron/issues
  • u

    user

    07/24/2020, 3:34 AM
    Thanks! I've tried tweaking the image path a few different ways and unfortunately no dice. I also see in the markdown preview that a #tag is formatted like a header.
  • u

    user

    07/24/2020, 3:35 AM
    In Zettlr the same file renders like this:
  • u

    user

    07/24/2020, 3:35 AM
    But I will continue trying Dendron because I like the ease of search and the input experience. Thank you for making it. 🙂
  • k

    kevins8

    07/24/2020, 3:36 AM
    glad to hear it and thanks for using it, especially for the preview
  • k

    kevins8

    07/24/2020, 3:36 AM
    for the tags, we're still experimenting with different ways of presenting it. currently, the best way to add it is as a bullet under the title
  • k

    kevins8

    07/24/2020, 3:37 AM
    eg:
    Copy code
    # Street Fighter
    - tags: #foo #bar #foobar
  • k

    kevins8

    07/24/2020, 3:37 AM
    as for images, the easiest way of getting images in dendron is using the
    > Paste Image
    command
  • k

    kevins8

    07/24/2020, 3:37 AM
    if you copy an image to your clipboard, you can paste it in
  • u

    user

    07/24/2020, 3:37 AM
    Great, I'll try that.
12345...148Latest