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

    VFansss

    01/26/2023, 11:37 AM
    Hi there! I have a question regarding Dendron on VS Code Web I'm trying to use my dendron vault on several machines, and I've suceeded in converting my local vault into a remote vault, and upload it to a Github private repo. However, would be good to directly work on Dendron on Github provided vs code for web. Actually, I've found this: https://wiki.dendron.so/notes/svmryfk3iwexs7pfty1j6at/ That explicitly say that Dendron should work, at least in some basic functionality. Unfortunately, the most basic function doesn't work: note lookup. If I press CTRL+L or I manually launch lookup command from VS Code command palette give me the same error: command 'dendron.lookupNote' not found Also seems that, at VS Code web startup, I get a message that "something gone wrong when loading the extension". Surely is related to the missing command loading, but worth is something worth noting... There's something I can do to fix this?
  • m

    McLovin

    01/26/2023, 4:52 PM
    Does dendron also have a graph view, besides the tree hierarchy ? The kinds that would show links between notes which are [[mentioned]] , or are parents/children?
  • m

    madspooky

    01/26/2023, 7:12 PM
    Hi everyone. I'm trying to wrap my head around Dendron but still having some difficulty. I'm a little confused on how to create templates that I can use to quickly create notes with specific headings/etc in it?
  • i

    ishkabibble

    01/27/2023, 4:37 AM
    Hi all! I was looking at the “Dendron Markdown Preview Enhanced” extension, as it mentions PDF export of previews. Has anyone got this working? I’m interested because I hope a Dendron-official fork of such an extension would support things like mermaid graphs. However I am having trouble even getting the extensions previews to open, let alone getting them to export. I saw another user had similar issues back in September but in their case the file was missing the .md extension and frontmatter, whereas mine has both of those things
  • m

    McLovin

    01/27/2023, 12:37 PM
    Can the VS Code extension Excalidraw be used w/ Dendron?
  • m

    McLovin

    01/27/2023, 1:29 PM
    Can my Dendron workspace instead of being on my physical laptop be on my network drive?
  • m

    McLovin

    01/27/2023, 1:36 PM
    Hi Dendron, is it possible to host my Dendron knowledge base instead of locally on my laptop on my attached backup network drive; and read/write/work to it from my laptop?
  • m

    McLovin

    01/27/2023, 1:37 PM
    My workplace has high security demands and I can not put certain information in my notes unless they’re being written/read from their secure network drive. The network drive is navigable via windows explorer and I have full access
  • m

    McLovin

    01/27/2023, 1:40 PM
    Can the workspace be on my network drive?
  • m

    McLovin

    01/27/2023, 1:47 PM
    I think I got it. I used the command “initialise workspace” which then asked me where; and I simply chose my network drive. However, I had to delete my old workspace which was the tutorial one. How can I re initialise the tutorial workspace on my network drive?
  • d

    d1onys1us

    01/28/2023, 2:59 AM
    Yes
  • d

    d1onys1us

    01/28/2023, 3:00 AM
    I think you can run initialize workspace again
  • m

    MathEvan

    01/29/2023, 10:35 AM
    hey everyone, its a kind of urgent, I worked on a note and it showed up the message that the content has been changed etc, I opened the editor but accidentally discard the changes instead of keep them. is there any way to get them back?
  • m

    MathEvan

    01/29/2023, 10:41 AM
    eventually a simple undo saved the situation!
  • m

    MathEvan

    01/30/2023, 1:17 PM
    hello guys, until two ago when changed a note an update/save was happening automatically. this behaviour seems to stopped yesterday. I don't remember to change anything. does anyone else faces something similar?
  • i

    itsamemarkus

    02/01/2023, 3:35 PM
    Hi. Is there any known workflow for copying clipboard images from Windows Visual Studio Code which is connected via ssh to a remote workspace?
  • k

    Kulukimaki

    02/01/2023, 8:11 PM
    Hi, it used to be the case that when I applied a template with a snippet in it that the snippet would be applied. In my case my template has hh:mm in it which is a snippet in my markdown snippets for the current time. Recently this stopped working. Is there a a different way to automatically insert the time when applying a template? I don't have handlebars enabled, but I will if this is the only way.
  • m

    michaelvolk

    02/01/2023, 9:53 PM
    Is anyone seeing that upon making a new note, the title sometimes misses the last character of the note name?
  • s

    Sylvan

    02/01/2023, 11:59 PM
    Yes. It happened to me. I don't know what it could be.
  • a

    aleksey

    02/02/2023, 12:46 AM
    Yeap, this has been reported before: https://github.com/dendronhq/dendron/issues/3875
  • j

    joneshf

    02/02/2023, 4:27 PM
    Is exporting a pod to markdown broken for anyone else? I get an error about
    i is not iterable
    .
  • s

    ScriptAutomate

    02/02/2023, 7:46 PM
    Are you using podv2?
  • j

    joneshf

    02/03/2023, 1:54 AM
    Sorry, I'm not sure how I'd know. Is there a way to check?
  • n

    Nico Baier

    02/03/2023, 3:07 AM
    Is there a dendron url scheme?
  • s

    ScriptAutomate

    02/03/2023, 4:52 AM
    Follow these steps here, should be of help: https://discord.com/channels/717965437182410783/940064438910865460/1004218694882295838
  • s

    ScriptAutomate

    02/03/2023, 4:54 AM
    Default URL scheme is
    https://<website>/notes/<note-id>
    - the
    id
    of a note is used for the URL so that if you change the title or hierarchy of the note itself, the URL link doesn't break, as the note ID remains the same. If that's what you meant by URL scheme? Is for published website links?
  • n

    Nico Baier

    02/03/2023, 5:58 AM
    I meant something like
    dendron://<file>
    where that would open
    <file>
    in dendron
  • n

    Nico Baier

    02/03/2023, 6:03 AM
    I'm trying to find a solution to link to local files in my Dendron workspace from apps outside vscode that will also activate Dendron when that file is opened
  • r

    ricsan

    02/03/2023, 9:48 AM
    Hey everyone. I have been using a dendron that's embedded within the folder of an obsidian vault for a while now. I was wondering when/if there were any plans to provide a config that allows for obsidian style links within dendron notes. If I am not mistaken it's simply a swap of what comes before/after the | pipe symbol within the [[]] square brackets.
  • r

    ricsan

    02/03/2023, 9:48 AM
    This would be huge for me. Would be happy to write the config myself if given a bit of guidance on what needs to be done.
1...746747748...757Latest