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

    user

    09/01/2021, 5:36 PM
    Hey, what theme do you use in vs code?
  • s

    ScriptAutomate

    09/01/2021, 7:05 PM
    I use https://github.com/material-theme/vsc-community-material-theme with
    Material Theme Palenight High Contrast
    (set via
    Ctrl+K
    and
    Ctrl+T
    ) ๐Ÿ™‚
  • u

    user

    09/01/2021, 7:09 PM
    Big thanks!
  • s

    SeriousBug

    09/03/2021, 7:14 PM
    Hey folks! We'll soon be starting work on adding query support to Dendron. This will allow users to query their knowledge base to answer questions. Please take a look at the RFC page: https://wiki.dendron.so/notes/O4f9yfDoO7E7gRRDeBeCh.html And send any suggestions, concerns or thoughts to the discussions: https://github.com/dendronhq/dendron/discussions/1284
  • b

    britt

    09/05/2021, 2:00 AM
    Was https://discord.com/channels/717965437182410783/735365126227493004/778495526713819156 ever addressed (coupling daily note creation with a vault)?
  • b

    britt

    09/05/2021, 2:01 AM
    Also, I've been AFK for a few months. ๐Ÿ‘‹ new full time Dendron folks! Really blown away by the progress and direction.
  • k

    kevins8

    09/05/2021, 3:46 AM
    yep, we have an option for it now
  • k

    kevins8

    09/05/2021, 3:46 AM
    https://wiki.dendron.so/notes/f83c1d87-eac0-48f3-a5cf-8a69989d8ec1/.html#:~:text=daily-,dailyvault,-type "dailyVault"
  • b

    britt

    09/05/2021, 7:11 PM
    ๐Ÿค™ Got it! (There's an errant escape in that link.)
  • b

    britt

    09/05/2021, 7:38 PM
    Is there a way to create a journal with no domain (attached to base namespace) currently?
  • t

    tfer

    09/08/2021, 2:38 AM
    Anyone here actually doing development work on Dendron on windows? Finding it a bit of a bear to get things up and running. Some of blocks I've run into are listed in #776450886230605845. Curious who has gone to the trouble to build dendron from the dendrohq repo and on what platforms, Mac, Linux, Windows?
  • k

    kevins8

    09/08/2021, 2:59 AM
    childOfDomain
    option? https://wiki.dendron.so/notes/f83c1d87-eac0-48f3-a5cf-8a69989d8ec1.html#addbehavior
  • b

    britt

    09/08/2021, 3:04 AM
    NOTE: this only applies to regular journal notes but not to daily journal notes.
    ?
  • b

    britt

    09/08/2021, 3:21 AM
    Ah, looks like it's a documentation error.
    addBehavior: asOwnDomain
    with
    name: ""
    works!
  • b

    britt

    09/08/2021, 3:22 AM
    Interestingly, I want it to ignore:
    lookupConfirmVaultOnCreate: true
    , since I've specified a domain. ๐Ÿคช
  • k

    kevins8

    09/08/2021, 4:10 AM
    yeah, that restriction was lifted recently. thanks for catching ๐Ÿ˜…
  • k

    kevins8

    09/08/2021, 4:10 AM
    want it to ignore: lookupConfirmVaultOnCreate
    - we have an issue for that https://github.com/dendronhq/dendron/issues/1256 you and @User have the same usecase ๐Ÿ™‚
  • k

    kevins8

    09/08/2021, 4:12 AM
    this will probably come up in the next crop vote so watch out for that ๐Ÿ˜‡
  • n

    nickolay-kond

    09/08/2021, 11:56 AM
    ๐Ÿงช **RFC BDD-Light: proposed way to improve our tests. **๐Ÿงช Rendered RFC can be found here https://github.com/dendronhq/dendron-site/blob/f45d9a3dc07cc7a0fe19b3824bc3383e7c2f7c29/vault/dendron.rfc.25-bdd-light.md The discussion thread can be found here https://github.com/dendronhq/dendron/issues/1309
  • j

    Joshi

    09/08/2021, 12:56 PM
    While debugging nextjs- template: if I build my test-workspace notes, will it consider the changes made to the code or would build according to the dendron's latest version in .next/ ? I tried changing logger values but it doesn't seems to update in browser console
  • k

    kevins8

    09/08/2021, 1:28 PM
    added some comments. love the graphic ๐Ÿ™‚
  • k

    kevins8

    09/08/2021, 1:30 PM
    no it won't, that would be the code you have in
    .next
  • k

    kevins8

    09/08/2021, 1:31 PM
    The latest code is being built in the Dendron monorepo and the nextjs-template is exported to its dedicated standalone repo for easier consumption. If your debugging nextjs issue and you already have the monorepo checked out, I would recommend exporting your notes to
    packages/nextjs-template
    instead and submitting PRs from that package.
  • k

    kevins8

    09/08/2021, 2:22 PM
    @User @User heads up that this will be coming out in this week's early seed https://github.com/dendronhq/dendron/pull/1311 credit @User ๐Ÿ™‚
  • n

    Nirvana

    09/08/2021, 4:48 PM
    was trying this out, not sure if I was doing it correctly ๐Ÿง . Used nextjs export pod to export my notes to packages/next-js template and ran
    yarn dev
    there. Received this
  • n

    Nirvana

    09/08/2021, 4:49 PM
    Trying my hands on dev
  • k

    kevins8

    09/08/2021, 4:53 PM
    did you run the setup instructions beforehand? https://wiki.dendron.so/notes/64f0e2d5-2c83-43df-9144-40f2c68935aa.html
  • n

    Nirvana

    09/08/2021, 4:56 PM
    I hope I did it correctly, Able to make changes in plugin-core commands
  • n

    Nirvana

    09/08/2021, 4:56 PM
    does next-js require any different setup?
  • k

    kevins8

    09/08/2021, 5:03 PM
    nope but since its a new addition, i don't think we've included it in our build script yet. you'll might need to run a
    yarn
    inside the package to install dependencies
1...757677...108Latest