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

    user

    01/31/2022, 11:13 AM
    I am accessing it from my phone as well as my laptop/PC
  • j

    josh

    01/31/2022, 12:43 PM
    I have my published vault running on a custom domain, let's say
    dendron.example.com
    . If I click on the green title on the upper left corner I expect to get to the landing page, but it brings me to this url:
    dendron.example.com/dendron.example.com
    . That results in a 404 error. Is that a bug or could I have done something wrong?
  • j

    josh

    01/31/2022, 12:44 PM
    My ideal setup would be to have a not as a landing page which isn't shown in the sidebar and only accessible through the title / back links.
  • u

    user

    01/31/2022, 1:39 PM
    only a few users on the dendron reddit.. where is the bulk of the community? here on discord?
  • k

    kevins8

    01/31/2022, 3:42 PM
    you can use file links for this -> [[File Links|dendron://dendron.dendron-site/dendron.topic.links#file-links]] they create links relative to your vault
  • k

    kevins8

    01/31/2022, 3:42 PM
    yep!
  • k

    kevins8

    01/31/2022, 3:44 PM
    hmm, did you set an
    assetPrefix
    ? if you have a custom domain, that shouldn't be set
  • j

    josh

    01/31/2022, 3:48 PM
    nope
  • k

    kevins8

    01/31/2022, 3:49 PM
    can you share your dendron.yml setup?
  • j

    josh

    01/31/2022, 3:53 PM
    yes, so this is the site part of my dendron.yml:
    Copy code
    yml
    site:
        copyAssets: true
        siteHierarchies:
            - tuc
            - semester
            - 'mathematik-iii'
            - 'theoretische-informatik'
            - softwareengineering
            - rechnerorganisation
            - 'mensch-computer-interaktion-i'
            - 'medienretrieval'
        siteRootDir: docs
        usePrettyRefs: true
        title: TUC - Joshua Jeschek
        description: Joshs Uniaufzeichnungen
        author: Joshua Jeschek
        siteLastModified: true
        gh_edit_branch: main
        siteUrl: tuc.jeschek.eu
    you can also take a look at the site itself and try clicking on "TUC - Joshua Jeschek" in the upper left corner
  • k

    kevins8

    01/31/2022, 4:46 PM
    ah, this is a bug on our end, specifically for text based logo urls 😥 could you submit a bug report [here](https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=) ? i'll make sure we get it shipped for next week!
  • j

    josh

    01/31/2022, 4:56 PM
    will do! thanks!
  • u

    user

    01/31/2022, 6:40 PM
    ok so I have a link that works when i hit CTRL+Enter (open link) in the editor side of things
    [test](/../../../Documents/Bytes%20of%20Myself.pdf)
    on the preview, the test link doesn't open a pdf
  • u

    user

    01/31/2022, 6:40 PM
    I have also tried.
    [[/../../../Documents/Bytes%20of%20Myself.pdf]]
    according to this page: https://wiki.dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2/#file-links
  • s

    SeriousBug

    01/31/2022, 6:42 PM
    The preview doesn't support links to non-note files right now, but we are planning to fix that soon. Could you please upvote this issue so we can track the interest in this feature? https://github.com/dendronhq/dendron/issues/2306
  • u

    user

    01/31/2022, 6:42 PM
    oh.. thanks, i was banging my head on it 🙂
  • u

    user

    01/31/2022, 6:44 PM
    updooted
  • u

    user

    01/31/2022, 6:45 PM
    i'm still going back and forth.. between dendron and obsidian.. one thing that i don't like about obsidian is the various plugins break markdown formatting .. if you rely on it too much you end up with garbage without the app
  • u

    user

    01/31/2022, 6:45 PM
    mostly the dataview stuff
  • v

    vishal.gandhi

    02/01/2022, 2:13 AM
    Two questions - Is draw.io integration supported for preview? Any plans to integrate in the future? - Is there a step-by-step video available for publishing notes to GitHub pages?
  • s

    ScriptAutomate

    02/01/2022, 2:29 AM
    An example of Dendron with Draw io can be seen in this section of the awesome list (not supported with preview atm): - https://github.com/dendronhq/awesome-dendron/#dendron-enhancers - Dendron published on GitHub Pages with GitHub Actions: https://github.com/dendronhq/template.publish.github-action
  • p

    pdina

    02/01/2022, 2:33 AM
    How is it supposed to create a workspace using the CLI? (I mean, how to initialize an empty directory as a Dendron workspace?). I tried
    Copy code
    mkdir workspaceC
    npx @dendronhq/dendron-cli workspace init --wsRoot workspaceC/
    but got the following error:
    Copy code
    Error: ENOENT: no such file or directory, open 'workspaceC/dendron.yml'
        at Object.openSync (node:fs:585:3)
        at Object.readFileSync (node:fs:453:35)
    ...
      errno: -2,
      syscall: 'open',
      code: 'ENOENT',
      path: 'workspaceC/dendron.yml'
    I also tried using the absolute path but nothing changed.
  • v

    vishal.gandhi

    02/01/2022, 2:55 AM
    @User thank you Dendron Note preview for draw.io is not working. Any plugin to install ?
    l
    • 2
    • 2
  • b

    b3z

    02/01/2022, 8:45 AM
    Can you not only link files or pages but also text blogs and paragraphs?
  • b

    Bassmann

    02/01/2022, 12:02 PM
    I noticed a difference in the frontmatter for a journal note depending on how I create it - using the new journal command (ctrl+shift+j) adds the full date as title as well as adding a trait entry - creating it using lookup doesn't add the trait and also just adds the day as title Is this something in my config or does something different happen in these cases? I noticed since I sometimes create journal notes for future days.
    k
    • 2
    • 20
  • j

    johndendron29

    02/01/2022, 3:42 PM
    wikilinks can actually link to headers and blocks like paragraphs but not to specific/individual words.
  • j

    johndendron29

    02/01/2022, 3:43 PM
    you may also find this useful: https://wiki.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c/
  • l

    lukecarrier

    02/01/2022, 4:56 PM
    Draw.io diagrams in preview
  • s

    scionow

    02/01/2022, 5:17 PM
    Hello everyone :)! Just a quick question. Is there any way to create a non-journal note including the date in its name? For example, I would like to create project1.meetings.2022.02.01.md with the date included automatically. Is it possible? Thanks a lot
  • s

    SeriousBug

    02/01/2022, 5:35 PM
    You could configure your scratch notes to be formatted like that: https://wiki.dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202/#scratch-note We have plans for "note types" that will also allow people to add their own types, like a meeting type that's formatted like what you want. This is currently in development I believe: https://github.com/dendronhq/dendron/discussions/1494
1...533534535...757Latest