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

    deadvoid

    05/06/2021, 12:42 PM
    hi guys, can i request that keybindings for
    Dendron: Go Up
    &
    Dendron: Go Down
    to not use these combos by default? These are the system wide defaults for highlighting text from current cursor to beginning/end positions
  • h

    hikchoi

    05/06/2021, 4:32 PM
    I had the exact frustration too. here is the issue I've submitted for this matter: https://github.com/dendronhq/dendron/issues/481 as stated in the thread, keybindings are a bit tricky in a platform where a lot of things are happening. If you have any ideas on what keybindings would be a good default feel free to comment. If we can come up with a better default for the particular commands, it will be an easy thing to change, but to have a cohesive set of keybindings as a whole we might have to have more discussions on this matter.
  • h

    hikchoi

    05/06/2021, 5:26 PM
    I started a more general discussion about keybindings here: https://github.com/dendronhq/dendron/discussions/700 would love to have other people join in on this 🙂
  • k

    Kiran

    05/07/2021, 9:09 PM
    Hello! If you’ve been @here for a while or have a submitted an issue recently, you might have noticed that we have a rather large backlog (248 as of today). While we would love to get to all of them, we have limited bandwidth. To help us prioritize what we work on, we are introducing the weekly community issue. Every week, we’ll pick three top ranking issues in our backlog for you to vote on. Small features will be shipped the next week, bigger features we will commit to making progress on. The issues for next week: 1. [Document Display Order in the Dendron Tree View](https://github.com/dendronhq/dendron/issues/440) 2. [Support for arguments in dendron commands](https://github.com/dendronhq/dendron/issues/544) 3. [Option to fold frontmatter automatically](https://github.com/dendronhq/dendron/issues/489) To vote, respond with a 1️⃣ 2️⃣ or 3️⃣ to this message
  • k

    Kiran

    05/07/2021, 9:13 PM
    quick clarification - this will be an issue we intend to ship with v42 (17-May)
  • a

    Agent A.

    05/07/2021, 9:14 PM
    Will the candidates always be posted in this channel? Also, what if all three candidates are big or turn out to be big issues?
  • k

    Kiran

    05/07/2021, 9:15 PM
    Yup, that's the plan. At the very least we will come out with an RFC/implementation plan for the issue if it proves too big for the next week.
  • a

    Agent A.

    05/07/2021, 9:16 PM
    Where or how will we find out what the feature development progress is going?
  • k

    Kiran

    05/07/2021, 9:17 PM
    We'll keep track of it in the linked issue against a particular milestone. Based on community voting, I'll add the issue we choose to v42 milestone and whoever picks it up from the team will keep it up to date with progress/PRs.
  • k

    kevins8

    05/08/2021, 12:30 AM
    we'll also refer to progress in the changelog https://wiki.dendron.so/notes/9bc92432-a24c-492b-b831-4d5378c1692b.html
  • d

    DarrenBrierton

    05/08/2021, 2:32 PM
    I voted for "1. [Document Display Order in the Dendron Tree View]" because I find the current sort-order a bit perplexing, but if you're planning on re-writing the Tree View completely is there any point in fixing this? I have to confess that I don't really understand "2. [Support for arguments in dendron commands]" (the most popular choice right now).
  • k

    kevins8

    05/08/2021, 4:14 PM
    sort order will be fixed in next week's release (its alphanumeric but new notes are currently added at the end). for arguments, its possible to create custom keyboard shortcuts for lookup: https://wiki.dendron.so/notes/66d734d2-07bd-4ac6-be0b-a38b55bc1099.html custom args means you can create keyboard shortcuts for commonly used hierarchies (eg. trigger a lookup for a journal note of a specific hierarchy). this means you can create your own daily journal notes https://wiki.dendron.so/notes/5c213aa6-e4ba-49e8-85c5-1bdcb33ce202.html#daily-journal
  • k

    kevins8

    05/10/2021, 6:12 PM
    @User @User we just released a new hook system in 0.41. this initial release comes with support for
    onCreate
    but we'll be exposing other lifecycle methods gradually as we build this out. would love both of y'all's feedback on this. got an example of using hooks with pogo's script here: https://wiki.dendron.so/notes/61055b5f-6216-4fd3-b9a1-82f79017b59e.html
  • k

    kevins8

    05/10/2021, 6:17 PM
    the treeview sort issue should now be fixed
  • u

    user

    05/11/2021, 2:43 AM
    I just got the hooks working with the todo carryover.
  • u

    user

    05/11/2021, 2:43 AM
    It's so beautiful I can cry.
  • u

    user

    05/11/2021, 2:45 AM
    I'm thinking I might use hooks instead of templates.
  • u

    user

    05/11/2021, 2:45 AM
    Much more dynamic.
  • k

    kevins8

    05/11/2021, 2:47 AM
    hooks definitely open up the possibility of doing a lot more. we're going to also make templates more powerful in the future by introducing nunjucks into the templating syntax: https://mozilla.github.io/nunjucks/
  • u

    user

    05/11/2021, 2:47 AM
    ooo,
  • u

    user

    05/11/2021, 2:49 AM
    I do like how hooks can abstract to external commands. It lets me go to my comfort zone -- likely python.
  • h

    habitual_revers

    05/11/2021, 9:31 AM
    Amazing ❤️
  • c

    codefriar

    05/11/2021, 4:33 PM
    This is amazing. I'm really excited to play with this.
  • c

    codefriar

    05/11/2021, 4:42 PM
    @User could you explain more about what pogo.js is? what's the significance of the name? is it possible to invoke npm modules? is there a template for getting started writing your own plugin for dendron?
  • k

    kevins8

    05/11/2021, 4:52 PM
    this is our current guide for writing your own hook: https://wiki.dendron.so/notes/070f5adf-3ea3-4e83-b468-75d1b4b6094a.html let me know if parts of it are unclear
  • c

    codefriar

    05/11/2021, 5:54 PM
    @User would the community find it useful to have a dendron-enabled code-server docker image?
  • s

    ScriptAutomate

    05/11/2021, 6:26 PM
    Loving Dendron. Finally making use of it in my daily life, and getting the hang of how it works. Constant refactoring as I go, since experience is showing me better and better ways to organize my notes, content, to do list item, etc. as I go. When it comes to the published result, I have really been liking the SSG themes that make use of a right-hand nav, as it helps breakdown and show what content exists on the page (a TOC for all the local headers/anchors). I've opened an issue, with some example sites, for those that may see the feature as something beneficial in the Dendron site theme: https://github.com/dendronhq/dendron/issues/667
  • k

    kevins8

    05/11/2021, 7:29 PM
    the community and this guy as well 🙂
  • k

    kevins8

    05/11/2021, 7:31 PM
    i'm thinking of adding a community contributions section to the wiki to highlight plugins and any docker images people share 😇
  • k

    kevins8

    05/11/2021, 7:31 PM
    the toc is high in our priority queue 🙂 currently doing some revamping of internals but aiming to have the toc out late jun-ish
1...212223...78Latest