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

    Pablo LION

    04/06/2022, 1:55 AM
    Should I create an issue?
    k
    • 2
    • 40
  • p

    Pablo LION

    04/06/2022, 1:56 AM
    ok
  • k

    kevins8

    04/06/2022, 2:07 AM
    test issues
  • n

    Nidoling

    04/07/2022, 8:21 PM
    In the
    activate
    of
    extension.ts
    , I notice we call
    _setupCommands({ ws, context, requireActiveWorkspace: false });
    and
    _setupCommands({ ws, context, requireActiveWorkspace: true });
    . How is requireActiveWorkspace defined? Is it for commands that need the engine in the constructor/execute/run? Just wondering b/c default is false even though many commands seem to use the engine.
  • s

    SeriousBug

    04/07/2022, 8:24 PM
    I think it's whether the command needs a Dendron workspace to be loaded or not (i.e. SetupWorkspace vs. LookupNote). The default is probably false because of backwards compatibility.
  • k

    kevins8

    04/07/2022, 8:51 PM
    what @User said ☝️
  • n

    Nidoling

    04/07/2022, 9:08 PM
    Gotcha, thanks! Just some learnings from my end. The reason why
    CopyNoteLink
    test was flaky is b/c the constructor is trying to access the engine which at the time of setup may not necessarily be there. Should have fix out soon
  • a

    alexis<3

    04/11/2022, 1:38 AM
    could anyone point me to where shortcuts are managed in the repo? so i can dig into it - my goal is to add a shortcot for swapping task states with a key chord basically
    k
    • 2
    • 6
  • a

    alexis<3

    04/11/2022, 2:51 AM
    looks like the dendron plugin quickstart link is dead - was this moved to a dendron note?
  • a

    alexis<3

    04/11/2022, 2:51 AM
    https://github.com/dendronhq/dendron/blob/master/CONTRIBUTING.md looking at this
  • k

    kevins8

    04/11/2022, 3:14 AM
    ah, thanks for the catch. yeah, the correct link is here: https://docs.dendron.so/notes/64f0e2d5-2c83-43df-9144-40f2c68935aa
  • a

    alexis<3

    04/11/2022, 3:29 AM
    thanks!
  • a

    alexis<3

    04/11/2022, 4:18 AM
    the theme used to render the command flow diagram is really hard to read
  • a

    alexis<3

    04/11/2022, 4:24 AM
    i know the docs are in dendron, how do i open the workspace docks under dendron?
  • a

    alexis<3

    04/11/2022, 4:26 AM
    maybe i misunderstood - i guess you run dendron in a seperate instance and have the vault open there? (sorry im new to vs code itself so i don't know the optimal way to have the dendron notes and the code open at the same time)
  • h

    hikchoi

    04/11/2022, 4:27 AM
    this used to render in a different color when published. May have changed recently as we updated mermaid. Do you mind opening an issue for this? πŸ™πŸ»
  • h

    hikchoi

    04/11/2022, 4:29 AM
    If you clone the Dendron monorepo, it includes a native workspace that contains
    dendron-docs
    and
    dendron-site
    . So when you open the monorepo, you can have dendron enabled and use lookup as if you have those two vaults in a dendron workspace at the same time you are working on Dendron.
  • a

    alexis<3

    04/11/2022, 4:31 AM
    I will open a ticket
  • a

    alexis<3

    04/11/2022, 4:32 AM
    Thanks I'll try this
  • a

    alexis<3

    04/11/2022, 5:27 AM
    @hikchoi https://github.com/dendronhq/dendron/issues/2725 created
  • h

    hikchoi

    04/11/2022, 5:36 AM
    Thank you!
  • k

    kevins8

    04/14/2022, 9:46 PM
    @benhsm | Jack of N trades approved https://github.com/dendronhq/dendron/pull/2408 - added a comment about adding docs
  • b

    benhsm | Jack of N trades

    04/14/2022, 10:23 PM
    I went ahead and added the docs: https://github.com/dendronhq/dendron-site/commit/51922c2eba67ee1a631c3d8274033b68e94807a2
  • b

    benhsm | Jack of N trades

    04/14/2022, 10:23 PM
    I made a mistake and I wasn't on the dev branch, but I hope this is ok
  • k

    kevins8

    04/14/2022, 10:31 PM
    all good. this will go out with next weeks release πŸ™‚
  • k

    kevins8

    04/14/2022, 10:32 PM
    thanks for the contribution πŸ™
  • b

    benhsm | Jack of N trades

    04/14/2022, 11:51 PM
    here's the next thing I've got my eye on:
  • b

    benhsm | Jack of N trades

    04/14/2022, 11:51 PM
    hoping to add hierarchy refactoring to the CLI
  • k

    kevins8

    04/14/2022, 11:52 PM
    nice! let me know if you want to take it on or want any pointers to get started πŸ™‚
  • b

    benhsm | Jack of N trades

    04/14/2022, 11:54 PM
    yes, and yes, if possible 😁
1...979899...108Latest