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

    shnathans

    11/16/2021, 3:21 AM
    @User Highly reccomend you checkout Baserow ( https://baserow.io/ ), open source airtable.
  • m

    Meron35

    11/16/2021, 3:31 AM
    I've noticed that Dendron's webpage image paths are annoyingly different to standard markdown/pandoc paths. In pandoc, ./assets/images/image.png OR assets/images/image.png is required to work, but Dendron's website requires the path be specified as /assets/images/image.png. Is there a way to fix this so that images are working both on the website and pandoc?
  • n

    NZ-John

    11/16/2021, 9:02 AM
    have checked out baserow, am instead using NocoDB (seems more developed). check it out https://nocodb.com/ πŸ™‚
  • n

    NZ-John

    11/16/2021, 9:03 AM
    ^ the idea here being that Dendron is great for notes and if you want more structured data, you can share/embed into Dendron
  • k

    kevins8

    11/16/2021, 4:01 PM
    thanks for the highlight, aware of them πŸ™‚
  • k

    kevins8

    11/16/2021, 4:01 PM
    if you submit a feature request, we can prioritize this in our backlog
  • m

    Meron35

    11/16/2021, 10:30 PM
    done https://github.com/dendronhq/dendron/issues/1724
  • u

    user

    11/16/2021, 10:33 PM
    Is there a clean way to change the name of the workspace in dendron? I have a couple of separate projects, but in the recent files list in VSCode, they are all named dendron. I've not done much with the workspace functionality in VSCode, so I apologize in advance if the question is silly.
  • s

    SeriousBug

    11/16/2021, 10:43 PM
    You could open the folder without opening the
    dendron.code-workspace
    , i.e. use "Open Folder" then just select where the Dendron workspace is. It should just show up as the folder name then.
  • u

    user

    11/16/2021, 10:50 PM
    Right, but then dendron won't work, right?
  • s

    SeriousBug

    11/16/2021, 10:51 PM
    It actually should! With the "Native Workspaces" features we've been adding, this is now supported. You don't have to open the Dendron workspace file.
  • n

    NZ-John

    11/17/2021, 12:18 AM
    RE: the
    .gitignore
    file in the top level workspace... what needs to be in here? - I keep removing my vault's directory from the
    .gitignore
    file - so that my spellchecker ext would work - and somehow it keeps coming back in the .gitignore file... confused - nothing seems to break when my vault's dir it's not in there either - although spellchecker does not spellcheck when it is in there - not sure what is generating that..
  • n

    NZ-John

    11/17/2021, 12:42 AM
    I've locked the
    .gitignore
    file, will see if this helps..
  • s

    SeriousBug

    11/17/2021, 12:53 AM
    That sounds like a bug actually, we add the vault to gitignore when the vault is first added, but it shouldn't be re-created after that. We add it in case the workspace is already a git repository, I think it can cause bugs otherwise
  • c

    cconrad

    11/17/2021, 9:31 AM
    Is there a way to run "Dendron: Workspace: Sync" automatically when opening a Dendron code-workspace?
  • s

    SeriousBug

    11/17/2021, 9:33 AM
    An extension like this might let you do that: https://marketplace.visualstudio.com/items?itemName=gabrielgrinberg.auto-run-command
  • c

    cconrad

    11/17/2021, 9:39 AM
    Thank you, works great!
  • g

    guilhermesfc

    11/17/2021, 11:50 AM
    Hi. Is Mermaid no longer supported?
  • c

    cconrad

    11/17/2021, 12:13 PM
    This picture shows that Mermaid is running - but there is a syntax error in the diagram code
  • k

    kevins8

    11/17/2021, 2:24 PM
    mermaid should work fine. can you show the syntax that you’re using?
  • c

    cconrad

    11/17/2021, 3:45 PM
    Is it a mistake in my syntax, or should this item be rendered with the number 4 in front of the checkbox?
  • l

    lnicola

    11/17/2021, 3:47 PM
    How does it render if you remove the checkbox?
  • c

    cconrad

    11/17/2021, 3:47 PM
    Then the number 4 is rendered
  • k

    kevins8

    11/17/2021, 3:48 PM
    so that is a property of github flavored markdown I believe (we use its rendering logic for checkbox). checkbox takes precedence over numbered items
  • k

    kevins8

    11/17/2021, 3:49 PM
    https://www.loom.com/share/d8edb76b52f941a8b16095310090c5fa?from_recorder=1&focus_title=1
  • b

    Bassmann

    11/17/2021, 8:10 PM
    Took me way longer to create the issues but now added them: https://github.com/dendronhq/dendron/issues/1733 and https://github.com/dendronhq/dendron/issues/1734 @User
  • a

    andrey-jef

    11/18/2021, 5:14 AM
    I’m interested in integrating comments sector, into static site published using Dendron. I have just learned that there are some 3rd party solution like utterances or cusdis [0]. Did anyone have experience with any mentioned tool that work with Dendron? If yes pls teach me 😊 [0] https://darekkay.com/blog/static-site-comments/
  • t

    teflinfoki

    11/18/2021, 3:15 PM
    Local links in preview mode don't function and look like [[link]]. ubuntu 20.04.3 LTS, VS Code 1.62.2 (snap/electron)
  • k

    kevins8

    11/18/2021, 3:16 PM
    by local links, you mean markdown links?
    []()
    ?
  • t

    teflinfoki

    11/18/2021, 3:19 PM
    on the left pane [[link]] (Ctrl+click works), on the right pane, it looks like this [[link]] and isn't activated.
1...452453454...757Latest