https://www.dendron.so/ logo
Join Discord
Powered by
# feedback
  • t

    Tika

    04/21/2022, 11:09 AM
    Or maybe related. See the comment I added here. https://github.com/dendronhq/dendron/issues/2702
  • a

    aleksey

    04/21/2022, 4:26 PM
    CROP - 2022-04-20
  • l

    L3n

    04/23/2022, 7:18 PM
    is Dendron planned to have a feature to order notes?
  • l

    L3n

    04/23/2022, 7:19 PM
    it would really help, possibly allowing for navigating them like a book
  • l

    L3n

    04/23/2022, 7:19 PM
    (each note a "page")
  • l

    L3n

    04/23/2022, 7:20 PM
    though these are 2 features of their own: - order - paging (of the hierarchy)
  • s

    SeriousBug

    04/23/2022, 7:21 PM
    You can control the order in the tree view and publishing using the `nav_order`: https://wiki.dendron.so/notes/f2ed8639-a604-4a9d-b76c-41e205fb8713/#nav_order
  • l

    L3n

    04/23/2022, 7:22 PM
    oh I hadn't seen it
  • l

    L3n

    04/23/2022, 7:23 PM
    lol and forgot about the tree view, thanks! 👍
  • a

    aleksey

    04/24/2022, 1:55 AM
    Oh, wow,
    nav_order
    affects the tree view! I thought it was only for publishing 🤦‍♂️ The docs are not very clear on that: > If set, denote order that item appears in the published nav bar
  • k

    kevins8

    04/24/2022, 4:09 PM
    yeah, it wasn't always the case. we've been doing a bunch of improvements, will make sure to clear up docs
  • a

    avhb

    04/25/2022, 11:46 AM
    Does anyone else find the wording "tried pulling 1 and pushing 1 repo" to be too ambiguous (especially the word "tried" 😉 )? I'm always in doubt if it actually succeeded or not. A better way (imo) would be to clearly print that the push/pull succeeded or not. That way I can see at a glance if my notes are synced or not.
  • h

    hikchoi

    04/25/2022, 12:54 PM
    I agree. do you mind creating an issue for this so we can track it? 🙂 https://github.com/dendronhq/dendron/issues/new/choose
  • a

    avhb

    04/25/2022, 6:10 PM
    done! https://github.com/dendronhq/dendron/issues/2816
  • t

    Tika

    04/26/2022, 11:41 PM
    Instead of a 100x increase in graph speed i see this in 92 in response to the Show Note Graph command
  • k

    kevins8

    04/27/2022, 12:00 AM
    was the graph working pre-92?
    t
    j
    • 3
    • 3
  • t

    Tika

    04/27/2022, 12:01 AM
    yes, i can downgrade and check if you want
  • s

    SeriousBug

    04/27/2022, 8:54 AM
    Hey, I just finished documenting how to configure where task notes are created. It's not published yet, but you can read it here: https://github.com/dendronhq/dendron-site/commit/dbd1e5722f3d1c0f0ac3e5e5111001b1056eb780 I think the following settings will do what you were looking for:
    Copy code
    yaml
    workspace:
      task:
        name: 'task'
        dateFormat: 'y.MM.dd'
        addBehavior: asOwnDomain
    Let me know if I can help with your setup. For the sane defaults, I agree and this is how the defaults originally were I think. I'll see why it was changed, and if we should change it back.
  • c

    C A

    04/27/2022, 7:43 PM
    I experienced a weird bug the other day - I started a notebook/vault using capital letters in the note filename/hierarchy. After I made a whole bunch of notes I realized that wasn't the standard hierarchy format, so I used the Refactor Hierarchy command to rename them - just down-casing (no structural changes). The notifications for the command listed through the files and reported success, but then when I tried to look at the Tree View, it appeared that Dendron had crashed. When I went into finder directory two copies of each file corresponding to the before & after refactor. The Tree View entirely refused to load until I manually deleted all the old files, and the FILE_VAULT pane only showed the new (refactored) files. I know this is perhaps an unusual edge case and could be VSCode weirdness, maybe? But it was super confusing and took me some time to figure out how to repair things.
  • d

    d1onys1us

    04/28/2022, 3:08 PM
    not sure how this happened but im thinking dendron didn't update this property in my yaml?
  • d

    d1onys1us

    04/28/2022, 3:10 PM
    oh it got resolved on reload! nice!
  • d

    d1onys1us

    04/28/2022, 3:13 PM
    holding command when trying to click on a backlink that is kebab-cased only underlines the delimited portions of the kebab casing, i.e. kebab-case (if i hold command hover kebab, only kebab is underlined)
  • d

    d1onys1us

    04/28/2022, 6:45 PM
    i was just told that scratch notes have no siblings when doing ctrl + option + bracket, i don't think that is correct and we can travel across the scratch hierarchy by year, month etc.
  • s

    SeriousBug

    04/28/2022, 6:51 PM
    I think this might be related to this issue: https://github.com/dendronhq/dendron/issues/688
  • k

    kevins8

    04/28/2022, 7:03 PM
    @hikchoi is currently looking into this issue
  • s

    Saad C

    04/29/2022, 3:22 PM
    How can I search the file title names of my dendron workspace?
  • s

    SeriousBug

    04/29/2022, 6:19 PM
    You can use the
    Go to File
    command, Ctrl+P by default. This is built into VSCode so it should work in all workspaces.
  • r

    RenStrike

    04/30/2022, 1:41 AM
    I get this if I try to move a note too recently after moving a previous one. It appears to let me move another note either after restarting vscode. Or... if i wait a little while?
  • s

    SeriousBug

    04/30/2022, 1:55 AM
    There're some bugs with the rename/move that should be fixed with the next release I think ( @hikchoi do you know if your fix is included in the next release?), please do file a bug report if that doesn't fix it though
  • h

    hikchoi

    04/30/2022, 4:48 AM
    There is a fix for this waiting to be released next week. Sorry about the inconvenience!
1...545556...78Latest