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

    Stephen

    01/20/2021, 4:25 PM
    That would be great πŸ‘
  • k

    kevins8

    01/20/2021, 4:42 PM
    wrote up some rough notes here: https://dendron.so/notes/87d90002-f480-45eb-a8c4-d00df4d61557.html#create-a-new-pod happy to add more details so feel free to ping on more details πŸ™‚
  • s

    Stephen

    01/23/2021, 7:56 PM
    Since I can just checkout dendron-site and view it locally, the main reason for me to visit dendron.so is to use search. It crosses my mind each time I visit that I'd rather tab into the search box first rather than tab over half the DOM or... grab the mouse. Thought I'd take a minute to find a way to add tabindex=1 to the search box. I think I'm going to need to edit and test dendron-11ty/raw-assets/sass/minimal-mistakes/_page.scss maybe
    Copy code
    .search-content {
      flex: 1 0 auto;
      tabindex: 1;
    }
    maybe I need to unpack this a bit more
  • h

    hikchoi

    01/24/2021, 10:48 PM
    @User fyi. made some changes to my pr: https://github.com/dendronhq/dendron/pull/458
  • k

    kevins8

    01/25/2021, 6:07 PM
    thanks for the changes. just merged πŸ™‚
  • h

    hikchoi

    01/30/2021, 8:30 AM
    checking if anyone is working on this before picking it up : https://github.com/dendronhq/dendron/issues/410
  • k

    kevins8

    01/30/2021, 3:20 PM
    no one is as far as i know πŸ™‚
  • h

    hikchoi

    01/30/2021, 3:21 PM
    great πŸ‘
  • k

    kevins8

    01/30/2021, 4:03 PM
    just left an update on the ticket
  • h

    hikchoi

    01/30/2021, 4:04 PM
    will check
  • h

    hikchoi

    01/30/2021, 4:22 PM
    man,
    watch.sh
    is absolutely killing my poor 2018 macbook πŸ˜„
  • k

    kevins8

    01/30/2021, 4:53 PM
    heh, it should just be on startup πŸ˜…
  • h

    hikchoi

    01/30/2021, 4:54 PM
    then it's probably something else. this boy struggles to keep up with Intellisense and linters lol
  • h

    hikchoi

    01/30/2021, 5:12 PM
    @User quick question: how do I initialize
    LookupControllerV2
    with the Selection Extract button on? trying to write a test for it.
  • k

    kevins8

    01/30/2021, 5:30 PM
    https://github.com/dendronhq/dendron/blob/master/packages/plugin-core/src/test/suite-integ/LookupScratch.test.ts#L35:L35
  • h

    hikchoi

    01/30/2021, 5:32 PM
    Doh. I remember glossing over that file πŸ˜„
  • h

    hikchoi

    01/31/2021, 9:57 AM
    Copy code
    js
    await new LookupCommand().execute({
      selectionType: "selectionExtract",
      flavor: "note",
      value: "from-outside",
    });
    isn't this supposed to lookup a note named
    from-outside.md
    ? if I give
    noConfirm: true
    to the opts it will look up the first existing note from the quickpick items. if I omit
    noConfirm
    , well. it does nothing. context: https://github.com/hikchoi/dendron/commit/9f5b53aa43657eb3d03b4c451c99f13275a6d468#diff-923ae5ba98eb7409ea5c7cc59368ec0c23cc21bd8b7da42439dd44a6bbfc3069R829
  • k

    kevins8

    01/31/2021, 3:52 PM
    lookup will only open notes that are inside a vault. the way to do this test is to manually create a file that is not in any vault, open it, select some text, and then lookup text inside a vault
  • h

    hikchoi

    01/31/2021, 3:59 PM
    I did make a tmpDir outside the workspace and selected the body before a lookup.
  • h

    hikchoi

    01/31/2021, 4:00 PM
    I'll look into it again when I wake up tmr πŸ˜„ the recent commit in my forked repo (linked above) is where I left off.
  • k

    kevins8

    01/31/2021, 4:16 PM
    noConfirm
    is a flag to enabled keyboard shortcuts and testing. normally, executing lookup will wait for user confirmation before executing
  • h

    hikchoi

    02/03/2021, 12:35 AM
    Totally forgot about filling up my tax forms so I spent the last two days running around like a maniac πŸ˜„ I'll get back to this issue hopefully tonight
  • k

    kevins8

    02/03/2021, 5:05 AM
    haha, all good. i've been putting off filing my taxes (it's been a task thats carried over in my bullet journal for the last two weeks) πŸ˜…
  • h

    hikchoi

    02/03/2021, 5:06 AM
    Death and taxes πŸ˜”
  • k

    kevins8

    02/03/2021, 5:06 AM
    (the latter of which I have not been putting in my bullet journals)
  • h

    hikchoi

    02/03/2021, 5:22 AM
    Hahaha
  • a

    Agent A.

    02/03/2021, 7:30 PM
    Not sure if this is the best spot. Checkboxes do not render checkboxes when the section with the checkboxes is provided by a referenced note.
  • b

    Britt 2

    02/03/2021, 7:31 PM
    Hmm, looks like they’re missing required spaces for some reason?
  • a

    Agent A.

    02/03/2021, 7:32 PM
    They are not, thogh. Here is the original note.
  • b

    Britt 2

    02/03/2021, 7:33 PM
    Yeah, sorry I meant as in they’re being trimmed by the reference code, not by you
1...474849...108Latest