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

    Saad C

    05/02/2022, 12:48 PM
    Thanks, but it searches only file names. What if I wanted to search a specific folder name?
  • b

    benhsm | Jack of N trades

    05/02/2022, 1:08 PM
    I believe
    Ctrl+P
    will also take sub-folder/directory names into account, so you can search by vault folders, and within the assets directories
  • s

    Saad C

    05/02/2022, 8:14 PM
    Hi there, I have the following files: lang.metapractices.md lang.metapractices.code-review.md I would like to refactor them into: lang.metaskills.md lang.metaskills.code-review.md I matched the files with lang.metapractices.* but I didn't find how to refactor them to the desired output
  • s

    SeriousBug

    05/02/2022, 8:33 PM
    Could you try doing "Dendron: Refactor Hierarchy"? For the first prompt write
    lang.metapractices
    , then for the second prompt write
    lang.metaskills
    . You don't need the
    *
    , the unmatched parts remain unchanged so just match the part you want to replace.
  • s

    Saad C

    05/02/2022, 8:37 PM
    How to do that without overwritting files?
  • s

    SeriousBug

    05/02/2022, 8:41 PM
    Could you try
    lang.metapractices.
    and
    lang.metaskills.
    (same, but with dots at the end)? That will only rename
    lang.metapractices.codereview
    , and you can manually merge
    lang.metapractices
    into
    lang.metaskills
    yourself
  • s

    Saad C

    05/02/2022, 11:43 PM
    Is there a way to merge a note into a new one with dendron?
  • s

    SeriousBug

    05/02/2022, 11:44 PM
    You can copy and paste the contents, I don't think there's a command
  • a

    aleksey

    05/04/2022, 6:32 PM
    Love the new Dendron sidebar, but I find it annoying that if I reload VSCode, the Dendron sidebar loses focus and the Explorer gets the focus instead. I have other extensions that add additional sidebars and it seems they keep the focus on reload, but they do load almost immediately. It take a bit for Dendron to load the additional sibebar icon to appear at all. Is this the problem? Is it possible to somehow keep the Dendron sidebar focused after reloading VSCode?
  • r

    rlh1994

    05/04/2022, 6:45 PM
    It doesn't solve that specific issue, but I have created a keyboard shortcut to focus it (I chose ctrl+# as I had nothing mapped to that) at least
  • a

    aleksey

    05/04/2022, 6:46 PM
    Thanks for the workaround! I think I'll open a new issue about this.
  • k

    kevins8

    05/04/2022, 7:18 PM
    @jyeung is working to make the sidebar persistent across reloads
  • a

    aleksey

    05/04/2022, 10:27 PM
    Wonderful, thank you. So, since you are already tracking this, you don't need a separate Github issue.
  • a

    aleksey

    05/05/2022, 2:22 AM
    @User! It's CROP time (every other Wednesday). 🙂 Please vote for your favored community issue 👨‍🌾👩‍🌾: 1. [Journal Sibling navigation does not cross month threshold](https://github.com/dendronhq/dendron/issues/688) 2. [Move Note between vaults should move assets as well](https://github.com/dendronhq/dendron/issues/525) and its duplicate [Move note leads to broken images](https://github.com/dendronhq/dendron/issues/2202) 3. [Allow doctor to differentiate between notes in different vaults](https://github.com/dendronhq/dendron/issues/2540) and its duplicate [Additional scopes for Doctor commands](https://github.com/dendronhq/dendron/issues/2809) 4. None of these (if there's an issue you'd like to add to rotation, please reply with a Github issue). To vote, respond with a 1️⃣ 2️⃣ 3️⃣ or 4️⃣ to this message. Voting closes Monday at noon Pacific Time.
    • 1
    • 2
  • p

    pengurrito

    05/06/2022, 1:20 PM
    I wrote about dendron: https://dev.to/mshiltonj/my-personal-weekly-reviews-in-dendron-3929
  • c

    cameron

    05/07/2022, 3:15 PM
    I finally read the atlassian outage report, and started thinking about what are the some of the(frontend only, excluding all the enterprise stuff like I’d need to be able to switch from confluence for publicly shareable forms of team documentation. I think these are - option to insert a generated page table of contents for headers in a long docs (rather than the current sidebar) - collapsible blocks where it’s clear the block is clickable (the native HTML detail/summary element is decent but people routinely don’t notice it’s expandable, I use confluence expandable blocks heavily - Colorful “status blocks” (info, status, warn, error) - obsidian and several doc frameworks call them “admonitions”
  • k

    kevins8

    05/07/2022, 4:33 PM
    we're working on it 😇
  • k

    kevins8

    05/07/2022, 4:42 PM
    Nice writeup and liking the weekly journal + schema setup. A bunch of folks seem to prefer the weekly over/with the daily - we might add better native integration for the use case in the future. Also if you're so inclined, considering adding your entry here to share more broadly with future dendronites 🙂 https://github.com/dendronhq/awesome-dendron/blob/main/README.md#read
  • f

    foureyedsoul

    05/07/2022, 7:06 PM
    As you're doing theme work, you might want to add some kind of CSS indicators for the html / elements, since I've also run into that "it's not obviously expandable" problem @cameron mentions. If it's any help, here's my attempt to make them more obviously interactive from a few months ago: https://infolit-idaho.github.io/infolit-for-everyone/sift/#sift-details Quickly looking at the source, I think I mostly just added: - underlining to the elements -a border around the entire element - and maybe a triangle for the list item / disclosure indicator?
  • k

    kevins8

    05/07/2022, 7:39 PM
    tag @SeriousBug for visibility
  • s

    SeriousBug

    05/07/2022, 7:49 PM
    Sure, I'll go ahead and add it to the built-in theme. You'll be able to override that with a custom theme too since custom themes are just CSS
  • a

    aleksey

    05/09/2022, 1:54 AM
    Doctor: fixFrontmatter removes
    stub: false
    now, awesome!
  • h

    hikchoi

    05/09/2022, 4:41 AM
    now any note that persists in the file system will remove the
    stub
    property if it exists (true and false both)
  • a

    aleksey

    05/10/2022, 2:27 AM
    Journal Sibling navigation does not cros...
  • k

    kevins8

    05/10/2022, 7:48 PM
    @TomDuffield @nickolay-kond FYI > latest release (v0.94) now supports navigating uri's of frontmatter: [Go to](https://wiki.dendron.so/notes/vikda112zw2sss8lbit4qey)
  • m

    mihaiconstantin

    05/10/2022, 9:42 PM
    Kudos for the improved tree view! It feels super snappy.
  • k

    kevins8

    05/10/2022, 10:21 PM
    @hikchoi did the bulk of the work there 🙂
  • a

    alexis<3

    05/10/2022, 10:23 PM
    @SeriousBug thank you so much for the cli bugfix my work flow is so much nicer again
  • k

    kevins8

    05/11/2022, 3:32 PM
    @rlh1994 heads up (coming next release or this friday for early seed) > https://github.com/dendronhq/dendron/pull/2887
  • r

    rlh1994

    05/11/2022, 3:38 PM
    I was thinking you would be saving this until the 100 release! Fantastic news!
1...555657...78Latest