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

    Clifton

    12/30/2021, 10:27 PM
    I just discovered Dendron today (been using Obsidian) and installed it to go through the tutorials. I have run into several issues/questions and just wanted to ask them here. If there is a better place to ask them, please let me know. First one, on the left side of my screen, I have three 'Backlinks' sections and they all look slightly different. What's going on here? The only page I have open is the tutorial.5-conclusions.md file. Thanks
  • k

    kevins8

    12/30/2021, 10:29 PM
    here is good. what did you run into?
  • c

    Clifton

    12/30/2021, 10:29 PM
    Hey, thanks, Kevin. Nice to meet you.
    k
    • 2
    • 18
  • c

    Clifton

    12/30/2021, 11:39 PM
    I watched the video on how to import Obsidian notes, but the config.import.yml file has changed. I need to provide a vault name. I have tried using Dendron (the name of my vault, I think) and a new unique name. Both times it tells me that that vault does not exist. How do I get the import to work and what do I use as a vault name?
  • k

    kevins8

    12/30/2021, 11:40 PM
    ah, vault name should be
    vault
  • k

    kevins8

    12/30/2021, 11:40 PM
    Dendron
    is your workspace
  • c

    Clifton

    12/30/2021, 11:41 PM
    That was simple, and it worked. But was not intuitive. Thanks.
  • k

    kevins8

    12/30/2021, 11:42 PM
    no its not. we're working on a completely new pod interface that will make this process better
  • c

    Clifton

    12/30/2021, 11:43 PM
    The import added extended content to my asset names but did not update the links in my notes. Did I miss something or is that not working yet?
  • c

    Clifton

    12/30/2021, 11:45 PM
    Picture of issue
  • k

    kevins8

    12/30/2021, 11:47 PM
    hmm, it should update assets but going to ask @User to confirm
  • c

    Clifton

    12/30/2021, 11:47 PM
    Thanks. I don't have that many yet so it would be easy to fix manually. But thanks for checking.
  • c

    Clifton

    12/31/2021, 12:06 AM
    Though I understand the import not importing my custom dates or fields, isn't tags a standard field? I kind of expected it to migrate that. Does it not migrate anything from existing metadata, only content?
  • k

    kevins8

    12/31/2021, 12:42 AM
    we don't currently migrate frontmatter. can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • a

    andrey-jef

    12/31/2021, 7:12 AM
    @Clifton pls also share your feature req, so I can vote for it. Since I use combo of Obsidian and Dendron
  • j

    Jason Fehr

    12/31/2021, 2:56 PM
    How do I execute code in markdown code blocks. I saw a page a few days ago, I didn't note it down, and now I cannot find it again. Someone should make a convenient note taking app for devs or something. I remember the format being:
    Copy code
    python (cmd<blah blah>)
    code here
  • b

    benhsm | Jack of N trades

    12/31/2021, 3:18 PM
    Pretty sure this is a feature of "markdown preview enhanced" with a syntax like: \`\`\`python {cmd} print('hi') \`\`\` Reference: https://shd101wyy.github.io/markdown-preview-enhanced/#/code-chunk As far as I know though, the current Dendron markdown preview doesn't yet support this. there's other functionality you can leverage to execute code in various ways, which may or may not be adequate for you: - https://discord.com/channels/717965437182410783/735365126227493004/832952482853814342 VSCode command
    workbench.action.terminal.runSelectedText
    - https://discord.com/channels/717965437182410783/735365126227493004/914830544133570570 VSCodeVim filter command
  • c

    Clifton

    12/31/2021, 3:19 PM
    I added a request. Import metadata from Obsidian #2018 https://github.com/dendronhq/dendron/issues/2018
  • j

    Jason Fehr

    12/31/2021, 3:35 PM
    Thanks for the reply. I have lots of learning to do.
  • r

    redsolver

    12/31/2021, 4:09 PM
    Why is Dendron starting a local web server at
    0.0.0.0:41985
    ?
  • k

    kevins8

    12/31/2021, 4:32 PM
    dendron runs a local server to do indexing and lookup. see https://docs.dendron.so/notes/ENeBSPWAtTlQclXYWNm6c/
  • r

    redsolver

    12/31/2021, 4:34 PM
    makes sense, but why does it not bind to localhost only? atm anyone in the same wifi network can connect to it
  • k

    kevins8

    12/31/2021, 4:39 PM
    that's a bug. will fix it for the next release!
  • r

    redsolver

    12/31/2021, 4:45 PM
    Looks like the server has no auth, so this could be a pretty bad vulnerability
    k
    • 2
    • 3
  • r

    redsolver

    12/31/2021, 4:46 PM
    It enables anyone in the same wifi network to read and modify all of my Dendron data
  • r

    redsolver

    12/31/2021, 4:47 PM
    I recommend fixing this asap
  • k

    kevins8

    12/31/2021, 4:49 PM
    will have a patch out today
  • k

    kevins8

    12/31/2021, 5:49 PM
    localhost-restriction
  • l

    l2dy

    01/01/2022, 4:03 AM
    Does the bug have security implications?
  • k

    kevins8

    01/01/2022, 4:20 AM
    it’s been patched now. the bug meant that if someone else was on your network and knew the port that dendron was running on (this is randomized at startup), they would be able to access your notes.
1...484485486...757Latest