https://www.dendron.so/ logo
Join Discord
Powered by
# dev
  • k

    kzilla

    04/20/2021, 5:25 PM
    Good heavens!! I knew I had done this before, but forgot.. lol yes that works, thanks!
  • f

    fudo

    04/20/2021, 5:28 PM
    No Problem just be aware that when you have
    domain.parent.child1.note1
    and
    domain.parent.child2.note1
    then you would reference the notes from from booth children
  • k

    kzilla

    04/20/2021, 5:30 PM
    Thanks! Yeah, my use case is that the 'child' nodes here are scratch nodes under that parent node, and I wanted to be able to reference to "grand children" notes for specific dates.
  • k

    kevins8

    04/21/2021, 4:17 AM
    This surfaced on HN again the other week. One of my favorite short talks about programming https://www.destroyallsoftware.com/talks/wat
  • k

    Kiran

    04/21/2021, 9:11 AM
    Just enabled bots 🤖 in our project. I see that the stale bot has already tagged up some community issues (never fear, will go through them today and triage) 🙂 but if you see anything amiss, please let me know. More rationale here: https://wiki.dendron.so/notes/4e14f66f-4df2-4414-8e99-f37159de0f61.html
  • f

    fudo

    04/21/2021, 11:09 AM
    Like commented on the PR for it I would choose a different Label for Stale Issues -> https://github.com/dendronhq/dendron/pull/651#issuecomment-823975560
  • k

    Kiran

    04/21/2021, 2:03 PM
    Yeah, you're right - I'm good with that change. If anyone's got some more feedback, please comment here, will merge later today: https://github.com/dendronhq/dendron/pull/654
  • h

    hikchoi

    04/21/2021, 2:04 PM
    Will take a look in a bit!
  • h

    hikchoi

    04/21/2021, 2:05 PM
    woah when did github change their embed
  • k

    Kiran

    04/21/2021, 2:06 PM
    Yeah ... that's way fancier than I remember...
  • h

    hikchoi

    04/21/2021, 2:07 PM
    think we can do that for published dendron notes? 😄
  • u

    user

    04/23/2021, 10:26 AM
    Does auto-completion work on block references to headers inside pages as well or am I doing something wrong? (I.e.:
    [[design.mechanics# .. ]
    => autocomplete gives me everything inside
    design.mechanics
  • k

    kevins8

    04/23/2021, 3:12 PM
    not yet. can you submit a feature request?
  • f

    fudo

    04/27/2021, 7:54 AM
    @User For your question in #757779937833779361 if the Engine indexing is Markdown Dependent you would need to look into the Note Parser since they get Parsed for Links and such informations.
  • v

    vicrerdgz

    04/27/2021, 11:54 AM
    Ok so the indexing code uses remark to gather information useful for indexing. I wil try to to take a look, the big barries is to see if the server could accept org files!
  • k

    kevins8

    04/27/2021, 3:13 PM
    The logic for indexing notes is described here: https://wiki.dendron.so/notes/ebf58a4a-18f8-498d-95eb-04d856c0a000.html To make Dendron work with org files, you would need to update the
    store
    component as well as the
    noteparser
    component. you can see how that's currently implemented here: https://github.com/dendronhq/dendron/blob/dev-kevin/packages/engine-server/src/drivers/file/storev2.ts#L428:L428
  • k

    kevins8

    04/28/2021, 3:30 PM
    @User a little late but finally got around to leaving comments on your graph rfc: https://github.com/dendronhq/dendron/discussions/615#discussioncomment-670626 let me know what you (and for that matter, anyone else here) thinks. we should be ready to move forward with this in may/june
  • f

    fudo

    04/28/2021, 3:46 PM
    I will respond to it today after dinner probably, we could probably even combine multiple parts in the backend to create a system that is performant and benefits us in multiple ways.
  • v

    vicrerdgz

    04/28/2021, 4:39 PM
    Nice! I will take a look, let see if it's possible to decouple indexing from parsing. However I don't know too much about js so I will take it slow :slight_smile:
  • f

    fudo

    04/28/2021, 8:22 PM
    Geez I already wrote more than I thought i would I take a bit more time for it.
  • k

    kevins8

    04/28/2021, 8:53 PM
    no rush, take as much time as you need 🙂
  • k

    kevins8

    04/30/2021, 6:55 PM
    Hey All, Just wrote an RFC for Dendron block references which will be implemented this summer. This will let you link and embed to arbitrary blocks of text inside Dendron. https://wiki.dendron.so/notes/95f7193b-9940-42ba-841f-3e2a4d937ba3.html Interface wise, we will be adopting the obsidian syntax for referencing blocks. Please leave feedback in the discussion thread here: https://github.com/dendronhq/dendron/discussions/685 @User would love to have your input if you get a chance to look this over. would be great for us to be interoperable on this front
  • k

    Kiran

    05/03/2021, 7:57 PM
    Hello #748936364283920495 - in the spirit of streamlining our RFC process and providing more transparency on where we're at for each RFC, please take a look at this: https://wiki.dendron.so/notes/f143ca38-dcc6-4cd3-b84b-997aec1160ef.html . Feedback welcome - this was intended to simply write out what we've already been doing so if you see any gaps/adjustments needed let me know.
  • f

    fudo

    05/03/2021, 8:38 PM
    Top for structuring that and organising it
  • k

    kevins8

    05/03/2021, 8:45 PM
    yeah, it looks great!
  • f

    fudo

    05/03/2021, 8:59 PM
    Just a question Corresponding to it, should I update the Graph Rework RFC accordingly? Or should I leave that to the assigned Shepard?
  • k

    kevins8

    05/03/2021, 9:54 PM
    since you’re the original author, feel free to update. in the future, @User will also make adjustments as he’ll be working on the implementation
  • f

    fudo

    05/04/2021, 7:41 AM
    @User question, in regards to the RFC Process. currently they are incrementally numbered, should this be continued or should we find a better approach to that?
  • k

    Kiran

    05/04/2021, 8:31 AM
    Let’s continue incrementing for now, if it doesn’t scale and we get collisions we can just base it on the tracking issue number
  • u

    user

    05/05/2021, 8:08 AM
    Don't know if this is the right place to report this kind of things. Getting annoying error notifications all the time lately:
    Copy code
    {"ctx":"parseTree","err":{"status":"unknown","msg":"","payload":"{\"msg\":\"no childNote found: 8411ebfc-b0b4-4dac-ae92-307bc01bada3, current note: root\",\"fullDump\":[{\"fname\":\"root\",\"id\":\"root\",\"children\":[\"d8eaa6bb-ab36-43cf-a562-7f91648ba3e5\",\"98bf2617-d1c3-4682-9624-b1851628816d\",\"fe80b61d-e701-4fed-971e-f5d203e11cdc\",\"2d53c83b-25cf-4cda-acc7-3004e4d156ea\",\"1c40aa2c-4ac4-4b3d-bf21-fb4cffb3631b\",\"de78d48c-9013-4185-9f5d-ca83bfe65301\",\"25e54a0f-0e65-41b8-9a40-f0d83ff3cb87\",\"88163112-aece-438d-a0f4-c095a8656d75\",\"3267a5f1-0ee1-4c48-aded-82f4260cf540\",\"c4047292-42df-44c6-838e-7082d6bf7a1e\",\"8411ebfc-b0b4-4dac-ae92-307bc01bada3\",\"8371a49d-7d53-4958-ae20-1a8cfa16fdd8\",\"d9ead4af-6918-4fc5-badb-28fb6026f5df\",\"bb68c8d7-d8cf-4539-899a-57158add754a\",\"81df3aa9-fe89-4dca-ac36-82ad129135cb\",\"03d0024e-1d0c-41d2-865d-8296a5074fd8\",\"a48afec3-e3e9-44c2-a298-83b8cf76b50a\",\"36d3531c-54a3-4649-abd7-dc14c93b8108\",\"d67c482c-f6b0-4dfb-8850-8f1798771333\"],\...
1...616263...108Latest