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

    kevins8

    10/19/2020, 6:17 PM
    this is great. i'll add some comments there as well and let you know if we need more info
  • l

    lukecarrier

    10/19/2020, 6:44 PM
    Upgraded to 0.13 before the changelog's been updated ๐Ÿ’ช
  • k

    kevins8

    10/19/2020, 6:45 PM
    haha, your ahead of the (commit) times
  • k

    kevins8

    10/19/2020, 9:33 PM
    @User just updated the ticket with details: https://github.com/dendronhq/dendron/issues/278
  • l

    lukecarrier

    10/19/2020, 11:04 PM
    Had a quick read through and it looks approachable enough. Iโ€™ll finish up the zmarkdown TS stuff I have in play then Iโ€™ll have a go at implementing these changes. Give me the weekend ๐Ÿ˜Š
  • l

    lukecarrier

    10/19/2020, 11:05 PM
    Thanks for these write ups on the internals, theyโ€™re really insightful
  • b

    britt

    10/25/2020, 3:31 AM
    @User Is
    flavor
    a holder for future first class obj types, beyond
    note
    and
    schema
    ?
  • k

    kevins8

    10/25/2020, 3:57 AM
    potentially. it's used by the engine to index and store hierarchal data -> currently, that's notes and schemas
  • k

    kevins8

    10/25/2020, 3:58 AM
    definitely open to additional
    flavors
    but currently don't have any set plans around that
  • b

    bhatibi

    10/26/2020, 4:47 AM
    Hi all. This is Binit. I am new to Dendron and trying some CLI stuff. Can someone please show me a sample CLI invocation of exportPod? This is what I am currently trying but does not seem to be working: (From packages/dendron-cli directory) node lib/bin/dendron-cli.js dendron-cli exportPod --wsRoot ~/Dendron --vault ~/Dendron/vault --podId dendron.pod.json --noteByName dendron --config /tmp/config.yml Contents of config.yml: fname: "dendron" dest: /tmp/out.json Cc: @User PS: I am new to Discord so not sure if there is a better way to post code snippets.
  • k

    kevins8

    10/26/2020, 4:48 AM
    the new version of dendron pod had a breaking change. the json pod id has changed to
    dendron.json
    @User
  • b

    bhatibi

    10/26/2020, 4:51 AM
    is the config correct? I tried changing the podId but still can't get a json output.
  • k

    kevins8

    10/26/2020, 4:52 AM
    are you building from source or pulling the latest from npm?
  • b

    bhatibi

    10/26/2020, 4:52 AM
    from source
  • b

    bhatibi

    10/26/2020, 4:53 AM
    do I need to run npm run build or something first? I did run ./bootstrap/scripts/init.sh after pulling the code from Git
  • k

    kevins8

    10/26/2020, 4:56 AM
    init is good
  • b

    bhatibi

    10/26/2020, 4:57 AM
    Could I be missing something obvious here?
  • k

    kevins8

    10/26/2020, 5:00 AM
    i need to double check the cli. it could be that the cli export is currently broken with the transition to server mode
  • k

    kevins8

    10/26/2020, 5:01 AM
    i would use dendron via the vscode extension because that definitely works
  • k

    kevins8

    10/26/2020, 5:01 AM
    i need to run now but will check on this in the morning if it isn't resolved in the meantime
  • b

    bhatibi

    10/26/2020, 5:01 AM
    Sure. No worries. Let me give it another shot. Thanks.
  • k

    kevins8

    10/26/2020, 5:02 AM
    ๐Ÿ‘
  • b

    bhatibi

    10/26/2020, 5:27 AM
    Was able to make it work in debug mode by making changes to launch.json and what Kevin recommended. Had to add config file to ~/Dendron/pods/dendron.json/config.export.yml
  • m

    mhmd

    10/26/2020, 6:02 PM
    Hi! I wanted to know if its possible to use python to add features to dendron? or it has to be js because it's a vscode extention?
  • k

    kevins8

    10/26/2020, 6:17 PM
    it will be in the future. dendron runs a local express server which means you can build using anything that can speak HTTP. the API and mechanism for that is still a long way from stable though ๐Ÿ˜…
  • m

    mhmd

    10/26/2020, 6:22 PM
    what does dendron currently use for generating html output from md files?
  • l

    lukecarrier

    10/26/2020, 7:51 PM
    @User Jekyll for now, which gets you GitHub Pages support out of the box
  • l

    lukecarrier

    10/26/2020, 7:51 PM
    There's also a mechanism called pods for doing import/export: https://www.dendron.so/notes/66727a39-d0a7-449b-a10d-f6c438185d7f.html
  • b

    britt

    10/26/2020, 9:40 PM
    @User What do you think about removing theme settings from
    dendron.code-workspace
    and applying them w/
    git update-index skip-worktree
    ?
  • k

    kevins8

    10/26/2020, 9:41 PM
    are you talking about the theme from the user dendron workspace or the developer monorepo dendron workspace?
1...151617...108Latest