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

    Ruvanoit

    05/10/2023, 1:55 PM
    I was gonna ask why I can't see markdown previews here. Apparently there is a problem with markdown previews with VSCodium 1.78.1. FYI
  • t

    Tika

    05/10/2023, 2:24 PM
    Previews work fine here
  • t

    Tika

    05/10/2023, 2:25 PM
    Spell Right supports multiple languages
  • b

    Bassmann

    05/10/2023, 6:25 PM
    Thanks I'll check it out
  • r

    Ruvanoit

    05/10/2023, 7:24 PM
    https://github.com/VSCodium/vscodium/issues/1503

    https://cdn.discordapp.com/attachments/735365126227493004/1105938446381502525/image.png▾

  • e

    epound

    05/10/2023, 8:59 PM
    Hi folks. Sorry to jump in head first but I am looking to move away from DevonThink and I'm curious if the development is continuing on Dendron. Seems to be some conflicting evidence. Hopefully it is...I'm a big fan of the features and want to get on board.
  • t

    Tika

    05/11/2023, 1:40 AM
    Ah, sorry. I just use the standard VSCode, not Codium....
  • i

    isaacium

    05/11/2023, 5:07 PM
    It is in maintenance mode. https://discord.com/channels/717965437182410783/737323300967022732/1072563304289030164So no new features, but still maintained as the dev team uses it personally.
  • t

    TDS Jarvan

    05/11/2023, 7:55 PM
    yepp, just did the same...had issues with spellcheck but spellright works like a charm! Wonder why there's probs with spellcheck but thanks for the info!
  • e

    Eddx

    05/13/2023, 9:40 PM
    Hi. I'm having this error when launching markdown preview enhanced. Someone having this problem too? I tried to uninstall and change the version but doesn't work

    https://cdn.discordapp.com/attachments/735365126227493004/1107059932018266202/image.png▾

  • s

    sefulbnr

    05/14/2023, 7:12 AM
    Hello! Where can I learn more about templates/schemas besides the official website and chat GPT which gives me wrong config info? I am trying to build the following: create daily food journal note command (similar to create daily journal note) -> only difference is that the notes will have #breakfast #lunch and #dinner in them. Thanks for all your hard work with dendron. It's amazing! 🙂
  • b

    Bassmann

    05/14/2023, 7:14 PM
    i guess you looked at https://wiki.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75cbb1052/#inline-schema-anatomy? Maybe my brief writeup here helps you https://mstempl.netlify.app/post/dendron-schemas/ or my repo of schemas and templates here https://github.com/Bassmann/dendron-schemas/. Another option would be to use notes with a custom trait as explained here on the wiki https://wiki.dendron.so/notes/bdZhT3nF8Yz3WDzKp7hqh/
  • l

    LividJava

    05/15/2023, 12:57 AM
    heyo, having issues getting any dendron specific windows to render is VSCodium
  • l

    LividJava

    05/15/2023, 12:57 AM
    don't know where to start troubleshooting
  • b

    Bassmann

    05/15/2023, 5:48 AM
    Can you share more details? Which windows?
  • r

    Redders

    05/19/2023, 8:36 AM
    Hi, if I try to create a note I get this error "Cannot read properties of undefined (reading '0')", any ideas on how to debug it? Everything used to be fine 😦
  • r

    Redders

    05/19/2023, 12:27 PM
    I've just tried using VSCodium and getting "error while running command: Cannot read properties of undefined (reading 'map')"
  • a

    aldum

    05/19/2023, 1:35 PM
    check the Dendron output on the Output tab for detailed logs I did create a note today on VSCodium, something is up with your setup
  • s

    sefulbnr

    05/19/2023, 5:21 PM
    @Bassmann Hi! Thanks for answering my question! 🙂
  • f

    foureyedsoul

    05/19/2023, 6:30 PM
    I haven't used it on VSCodium, but I believe I've seen similar "Cannot read properties of" errors, usually if either a note's YAML is weird or I've done something wrong with a schema. Any chance you have a note without a valid ID in the YAML?
  • r

    Redders

    05/19/2023, 7:51 PM
    I'm getting it on a brand new install (which was the purpose of trying Vs codium) with a new vault 😕
  • f

    foureyedsoul

    05/19/2023, 10:21 PM
    Yuck. I'm sorry to hear that. Unfortunately, I don't know what to suggest.
  • n

    Nekkrad

    05/21/2023, 8:28 AM
    Hello! I am pretty new to Dendron but I was not able to find any informatio on the website. I have two questions. 1) Is it possible to have two parents note share the same children (basically I would like to reach the same note from two different pathways)? 2) Is it possible to add the link to the parent note as the bottom of the note (basically the same as the children's link but for the parent note)
  • f

    foureyedsoul

    05/21/2023, 8:43 PM
    Hi there! I hope you're enjoying Dendron! Are you asking about having these links made automatically? You should be able to add the links manually, but I don't know of an easy way to make them appear automatically. For 1, I believe each note can only have a single parent. Of course, you can definitely link from that child note to the other potential parent. In a note
    parentA/child.md
    , you can link to another hierarchy with
    [[parentB]]
    , as an example. As for 2), you can manually add whatever links you want. There may be a fancy way to do what you want using templates and schema, but those are sort of "expert mode" usage.
  • n

    Nekkrad

    05/21/2023, 9:44 PM
    Thank you very much! I am using what you suggested for 1. (I also might try tags). For 2 I will take a look at template and schema but maybe is not so worth it
  • m

    madspooky

    05/22/2023, 1:43 PM
    I have a question around schemas. I've read the documentation but I'm not really understanding properly. I've look at the official schema repo that says to use the Lookup Schema task and then create a new one, but it keeps complaining about me trying to do nested schemas which aren't supported. Maybe I'm not understanding the usage properly? I'm trying to use the following schema: https://github.com/Bassmann/dendron-schemas/blob/main/cloud.schema.yml
  • f

    foureyedsoul

    05/22/2023, 5:24 PM
    Tags are another great approach!
  • b

    Bassmann

    05/22/2023, 7:37 PM
    Hmm that should work. At least it did when I created the repo 😉. Actually I think it should suffice to copy the yml file into your vault. Let me take a look.
  • k

    kevins8

    05/24/2023, 4:09 AM
    the markdown preview is now bundled with dendron. you should no longer need to use a separate preview
  • r

    ruph0us

    05/24/2023, 8:44 AM
    Has anyone been able to get the Notion Export Pod to work? I'm leaving my current job and I think my manager will struggle to use Git/Dendron/VS Code
1...753754755756757Latest