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

    Lodra

    08/10/2022, 2:47 AM
    did today's update break schemas for anyone? specifically, it looks like "children" are being ignored suddenly
  • k

    KombuSchach

    08/10/2022, 3:03 AM
    that's what I do šŸ˜‰
  • d

    d1onys1us

    08/10/2022, 3:07 AM
    Try to restart vs code (updating dendron) , there was some bug but a patch has been issued
  • t

    Tika

    08/10/2022, 5:00 AM
    I thought there was a decision to rename 'children' into something else, am I imagining that?
  • l

    Lodra

    08/10/2022, 12:43 PM
    I tried a few things to troubleshoot including restarting vscode and separate, rolling back to 106 currently on 107 again but no luck changing "children" would explain it perfectly!
  • l

    Lodra

    08/10/2022, 12:54 PM
    Copy code
    version: 1
    imports: []
    schemas:
      - id: root
        parent: root
        children:
          - a
          - b
          - c
      - id: a
      - id: b
      - id: c
    this is how I had things structured seems to be broken currently I managed to get things working again by splitting this into separate schema files
  • d

    d1onys1us

    08/10/2022, 4:25 PM
    hmmm.. i feel like people love to use dates like 2022.08.10 (for today), because its naturally sorted properly. but in the published site its a little awkward to see the hierarchies named as integers like that. I think "August" would be better. How can i name this correctly in the sidebar? do i change the title of the parent note?
  • d

    d1onys1us

    08/10/2022, 4:28 PM
    also, anyone know why this might be happening? its definitely prepended with a "0" in the title and filename
  • l

    Lodra

    08/10/2022, 4:38 PM
    this is something I've struggled with as well yesterday's journal note displays as "9" in the hierarchy, despite the title being "09" I haven't figured out why or how to control it yet another odd behavior that I see is when the journal hierarchy is named "session" or "sessions" specifically the new journal notes are titled with the entire date for some reason for the moment, I'm just changing '2022-08-10' to '10' as journals are created strange as it is, you could choose to adopt this format if you'd like
  • j

    johndendron29

    08/10/2022, 4:47 PM
    this may have been overlooked. to simply answer about scratch note, it works like scratchpad. You can use it you can use it however you want it to be: https://wiki.dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202/#scratch-note
  • l

    Lodra

    08/10/2022, 4:48 PM
    quick question is the cli a separate download? or is it installed along with the vscode extension?
  • r

    rlh1994

    08/10/2022, 5:05 PM
    Separate install, it's a node package https://wiki.dendron.so/notes/RjBkTbGuKCXJNuE4dyV6G/
  • l

    Lodra

    08/10/2022, 5:05 PM
    perfect, thanks
  • a

    aleksey

    08/10/2022, 5:49 PM
    @Lodra could you please read this issue ? https://github.com/dendronhq/dendron/issues/2739 I think it might relate to the problem you are describing.
  • t

    Tanamr

    08/10/2022, 5:51 PM
    Is there an explanation anywhere for how the default task status options are intended to be used? Like how
    pending
    differs from
    blocked
    , or
    assigned
    vs
    delegated
    Or should I just roughly go by the definitions of those words?
  • l

    Lodra

    08/10/2022, 5:55 PM
    thanks @aleksey! I'll give that a close look
  • o

    omaromar

    08/10/2022, 6:08 PM
    Hello, I got Dendron extension working, but the markdown previews do not show up, I can see this message in the logs: I understand from the log that the Dendron client cannot connect to the engine. Did someone encountered a similar issue? Is there any steps to debug this issue further?
  • k

    kevins8

    08/10/2022, 9:07 PM
    do you have something that is blocking connections on localhost? see https://wiki.dendron.so/notes/a6c03f9b-8959-4d67-8394-4d204ab69bfe#dendron-is-stuck-on-loading
  • t

    Tanamr

    08/10/2022, 9:17 PM
    What's this lock icon in the graph panel?
  • k

    kevins8

    08/10/2022, 9:37 PM
    ah - its meant for the preview but doesn't do anything for the graph -> https://wiki.dendron.so/notes/nwv3payyyb0wgrwiap111aa we'll be removing that
  • k

    kevins8

    08/10/2022, 9:37 PM
    @nam ā˜ļø
  • t

    Tanamr

    08/10/2022, 9:40 PM
    it appears in the main note graph as well
  • k

    kevins8

    08/10/2022, 10:17 PM
    yep, we'll remove it from both
  • h

    hikchoi

    08/11/2022, 1:46 AM
    Those are just defaults set by us and could be changed to your liking if those specific options don't work for you. See https://wiki.dendron.so/notes/g35ew0xgi09w3s0srqj0r75/
  • t

    Tanamr

    08/11/2022, 2:27 AM
    I just noticed it appears in the calendar pane too, just in case that hasn't been caught yet
  • o

    omaromar

    08/11/2022, 3:59 PM
    Is there a way to instruct Dendron to use 127.0.0.1 instead of localhost? In my case, I have a proxy for VS Code that runs locally, I noticed that if I the proxy configuration points to localhost:XXXX, VS Code cannot download extensions, but if the proxy configuration points to 127.0.0.1:XXXX, VS Code download extensions correctly. I made sure that localhost points to 127.0.0.1 in the hosts file, but it did not helped. My theory is that if Dendron used 127.0.0.1 instead of localhost, the client engine connection will be permitted.
  • k

    KombuSchach

    08/11/2022, 7:10 PM
    Have tried to import assets from outlook at work and I was a bit disapointed that the asset won't immediately goes to the asset directory. The asset was linked to ../../AppData/Temp/blah blah. It this the expected behaviour ? If so, it definetely is not a desired outcome for me šŸ™‚
  • a

    awlego

    08/11/2022, 7:50 PM
    Is there a way to have a list of all the children show on a parent note? i.e.
    tv.md
    shows a list of all
    tv.x
    children it has?
  • o

    omaromar

    08/11/2022, 11:53 PM
    I finally found a way (hack) to get Dendron client to communicate with the engine: In the file .vscode\extensions\dendron.dendron-0.107.2\dist\extension.js Replace:
    Copy code
    getLocalEndpoint(e){return`http://localhost:${e}`}
    with:
    Copy code
    getLocalEndpoint(e){return`http://127.0.0.1:${e}`}
    šŸŽ‰
  • k

    KombuSchach

    08/12/2022, 2:34 AM
    Can someone explain/clarify differences between these 3 concepts: noteTrait, templates and snippet ? I mean they all do the same thing (more or less) . And beyond what they are, which method is preferred. Sort of best practice.
1...684685686...757Latest