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

    seadude

    08/21/2022, 3:07 AM
    I'll try text 2 next
  • s

    seadude

    08/21/2022, 3:10 AM
    --- I just: - Moved my
    dendron.code-workspace
    to the dir where
    index.html
    resides - Closed VSC - Opened VSC then
    File/Open workspace from file
    - It errors out
    ENOENT: no such file or directory, open dendron.yml
    - Let me try moving the
    dendron.yml
    into this dir too...
  • s

    seadude

    08/21/2022, 3:13 AM
    --- hm... its asking me to install
    Dendron Markdown Preview Enhanced
    extension - and an error
  • s

    seadude

    08/21/2022, 3:16 AM
    It's not a big deal. It just caused me some head scratching earlier. I couldn't tell if it was VSC, Live Server, Dendron or the framework I'm hacking on that was the culprit.
  • k

    kevins8

    08/21/2022, 3:18 AM
    got it - yeah its hard to say. dendron shouldn't do anything that would interfere with liveshare. moving dendron.code-workspace won't work because it refers to vaults by relative path. i was suggesting opening up the folder first where index.html is and then adding the dendron folder (not the workspace file) to the new workspace
  • k

    kevins8

    08/21/2022, 3:24 AM
    Hey Seadude šŸ‘‹ Wanted to say thanks for being part of our community and also ask if you would be open to having a 30min conversation with me about how you use Dendron. This helps me make sure we're working on the right things as a team. If you're up for talking, you can find my schedule here (https://calendly.com/thence/dendron-user-interview?month=2022-07) or just ping me with a time that works for you. You'd have my eternal gratitude and a discord badge šŸ™
  • s

    seadude

    08/21/2022, 4:24 AM
    Booked!
  • z

    Z3r0(00L

    08/21/2022, 5:03 AM
    Does anyone know which font is kevins8 use in his videos on loom. Its good for readability.
  • a

    andrey-jef

    08/21/2022, 12:40 PM
    I see the use of Dendron discord bot looks great. - Does it connect to a specific Dendron vault as the source of info? - Do we have plan to use this bot in other server?
  • k

    kevins8

    08/21/2022, 2:19 PM
    are you talking about vscode? just using the system defaut
  • k

    kevins8

    08/21/2022, 2:20 PM
    currently its connecting to
    wiki.dendron.so
    . we're currently kicking the tires of the bot in this current server and iterating on the functionality before expanding. if you have any feedback, would love to hear it šŸ™‚
  • e

    exx

    08/21/2022, 9:54 PM
    for some reason in my next.js site, hovering over links selects the header itself
  • e

    exx

    08/21/2022, 9:54 PM
    hasn't done this before, so is there something I need to update?
  • e

    exx

    08/21/2022, 9:55 PM
    I did constantly get this popup but it will break the template if I migrate from v4 to v5
  • k

    kevins8

    08/22/2022, 12:17 AM
    hmm, that shouldn't be right. do you know what version of the template you are using?
  • k

    kevins8

    08/22/2022, 12:17 AM
    what template are you referring to here?
  • e

    exx

    08/22/2022, 1:16 AM
    I’m using the default next.js site template
  • e

    exx

    08/22/2022, 1:17 AM
    but I set it up with dendron v4 so I’m not sure if anything could have broken
  • k

    KingJoshington

    08/22/2022, 8:44 AM
    Hello. I am obviously playing around with things over my head, but how would I go about making something like this work? Is it possible?
  • k

    KingJoshington

    08/22/2022, 8:45 AM
    I had followed a guide to set up my task.schema.yml and had this:
  • k

    KingJoshington

    08/22/2022, 8:46 AM
    This works nicely ... but it's not what I want to do. I don't want to set tasks by date. I don't really care when they were created. I want to set categories, like: "Read", "Project", "Research", "Watch"
  • k

    KingJoshington

    08/22/2022, 8:46 AM
    I've realized you can't seem to have more than one child under the parent: root, based on the error messages.
  • h

    hikchoi

    08/22/2022, 9:02 AM
    The red squiggly line is there because there should be only one property called
    children
    , and
    children
    takes an array of objects If you remove line 13 in the first screenshot, you will have a valid schema, where the schema "task" has two children schema "Resources" and "Projects"
  • k

    KingJoshington

    08/22/2022, 9:16 AM
    Ok, that worked! Thank you!
  • k

    KingJoshington

    08/22/2022, 9:16 AM
    One last irk --
  • k

    KingJoshington

    08/22/2022, 9:16 AM
    When I go to create a task, it still autopopulates it with the date
  • k

    KingJoshington

    08/22/2022, 9:17 AM
    I thought it might have something to do with the Dendron.ymal:
  • k

    KingJoshington

    08/22/2022, 9:17 AM
    But we're not allowed to remove the dateFormat
  • h

    hikchoi

    08/22/2022, 10:02 AM
    Ah right.
    Create Task Note
    understands what is set in
    dendron.yml
    and not what the schema specifies. For the time being, I would suggest that you create task notes through lookup. With the schema defined you will have the children (reading, resources, etc) already in the selection when you just look up "task." Can you create a feature request for the
    Create Task Note
    so that the date format can be ignored? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • h

    hikchoi

    08/22/2022, 10:05 AM
    alternatively you could just set
    dateFormat
    to an empty string like so:
    Copy code
    ...
      dateFormat: ""
1...692693694...757Latest