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

    Tika

    05/12/2022, 3:33 AM
    this white region scrolling up looks like an error...
  • d

    d1onys1us

    05/12/2022, 3:31 PM
    if i add something to a note, and then save it, the updated frontmatter is updated. but then when i go back and delete that thing, i cannot undo the updated time, and it continues to persist. is this known?
  • k

    kevins8

    05/12/2022, 3:32 PM
    yeah - so the updated time logic just reports the last time the file was changed
  • k

    kevins8

    05/12/2022, 3:32 PM
    so even if you add something and then delete it, both those operations count as changing the file
  • d

    d1onys1us

    05/12/2022, 3:33 PM
    hmm i started a discussion on this but im curious.
  • d

    d1onys1us

    05/12/2022, 3:33 PM
    is this frontmatter field optional?
  • k

    kevins8

    05/12/2022, 3:34 PM
    yeah i saw that. not the way it is setup but it can be changed via feature request πŸ™‚
  • y

    Yupp1018

    05/14/2022, 7:28 AM
    In #928708273190883378 follow your last link:
  • y

    Yupp1018

    05/14/2022, 7:30 AM
    This guy here goes 404:
  • j

    jyeung

    05/16/2022, 3:07 AM
    Thanks @Yupp1018 for the catch. The link should point here: https://github.com/dendronhq/handbook/blob/main/notes/ext.md (we recently moved some locations around). Let us know if you have questions on this feature. @johnknowles can you update the link in 'releases' when you get a chance?
  • a

    anonrunner

    05/16/2022, 6:31 AM
    Not sure if that's a right place for a feature suggestions.. But I'd like to suggest to make a Reminders feature. Dendron already has a calendar, so ability to add tasks (repeatable) into the future.. and get reminders (days before) would be awesome. Thank you!
  • s

    SeriousBug

    05/16/2022, 6:45 AM
    You can send a feature request here: https://github.com/dendronhq/dendron/issues/new/choose
  • c

    chess_account

    05/16/2022, 12:39 PM
    Hello. You're rapidly heading to the 1.0.0. What are your plans beyond that point? I'm worrying about possible paid updates 😨
  • k

    kevins8

    05/16/2022, 4:16 PM
    we'll actually be rolling into
    v0.100.0
    πŸ™‚ in terms of paid plans - dendron for individual use is free and will always will be (plus the source code is available so you don't have to take our word for it). our plan is to charge for server side collaborative features that will allow for dendron to be a confluence replacement. see [Dendron Inc](https://blog.dendron.so/notes/N9VxT7G5SovmncezBAGO2) for more details
  • k

    kevins8

    05/16/2022, 4:18 PM
    this being said, we're currently actively rolling out "dendron enterprise" with some select customers. this is just regular dendron subject to a commercial license (some companies, notably FAANG, do not like the AGPL licence). if someone reading is interested in using dendron at work but your company is prohibiting it due to licensing issues, please DM me πŸ™‚
  • a

    alexis<3

    05/17/2022, 12:21 AM
    https://github.com/dendronhq/dendron/issues/2927
  • a

    alexis<3

    05/17/2022, 12:21 AM
    ticket for the list nesting issue
  • b

    bluesky

    05/17/2022, 3:55 AM
    I found a typo under 'selection2link' on this page: Dendron/Topics/Lookup/Modifiers/Filter Modifiers/SelectionType/selection2link.
    Copy code
    ENABLING SELECTION2LINK MODIFIER
    There are three ways to enable selectionExtract:'
    I think that 'selectionExtract' must be 'selection2link'.
  • s

    SeriousBug

    05/17/2022, 3:57 AM
    That sounds like a mistake! There's an edit button at the bottom of the page, would you mind sending us a fix for the typo? (You'll get a Discord badge for contributing! πŸ˜„ )
  • b

    bluesky

    05/17/2022, 4:01 AM
    I see... Thanks
  • l

    lordfrikk

    05/18/2022, 1:19 PM
    Just wanted to say thanks for allowing easy custom CSS, I've been pondering lately how to do it and this just solved my issue πŸ™‚
  • a

    aleksey

    05/19/2022, 1:15 AM
    @User! It's CROP time (every other Wednesday). πŸ™‚ Please vote for your favored community issue πŸ‘¨β€πŸŒΎπŸ‘©β€πŸŒΎ: 1. [Dendron loses emoji in yaml](https://github.com/dendronhq/dendron/issues/364) 2. [Display vault name in the open tab title](https://github.com/dendronhq/dendron/issues/1168) 3. ["Insert note" to insert frontmatter from template](https://github.com/dendronhq/dendron/issues/2311) 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
    • 1
  • n

    NorbertK

    05/19/2022, 5:34 AM
    3
  • c

    chess_account

    05/20/2022, 5:25 AM
    Thanks for the transparent answer!
  • a

    anonrunner

    05/20/2022, 8:14 AM
    That's awesome news! In my company we're looking into Confluence replacement as it moved 100% to cloud.. we have still some room/time buffer to organize it, but very soon we will have to figure something out. I hope you will be open for new customers by that time
  • k

    kevins8

    05/20/2022, 1:52 PM
    we will. feel free to message, either in the forum or directly if you have any questions or concerns
  • s

    synthetic_penguin

    05/20/2022, 6:33 PM
    Unless I'm overlooking something, the only thing that's missing for me in Dendron is semantic web Sparql support. Like this Sparql extension for Roam Research:

    https://www.youtube.com/watch?v=SjGHqTQAhPEβ–Ύ

    Is there a possibility that a Sparql extension could be developed for Dendron?
  • s

    synthetic_penguin

    05/20/2022, 6:33 PM
    https://roamjs.com/extensions/sparql
  • s

    SeriousBug

    05/20/2022, 6:43 PM
    There's a JSON export pod which can export your notes into a JSON format. You could then write some code to convert it into the format you need. See here: https://wiki.dendron.so/notes/PTj1tVa4wp2PaaJ2bEY6r/ You could also create your own export pod, we'd be happy to add it to Dendron. You can drop a message in #748936364283920495 if you are interested and we can share some links to help you get started.
  • s

    synthetic_penguin

    05/20/2022, 6:54 PM
    Thanks. I'll take a look at that. However, the Roam Research Sparql extension allows you to search WikiData, then import the results into Roam. i.e it adds to your personal knowledge base. I'm looking for a way to import open linked data into Dendron in a similar way. Thanks
1...565758...78Latest