https://www.dendron.so/ logo
Join Discord
Powered by
# questions
  • r

    reteP

    12/02/2021, 10:35 PM
    although I am curious as to whether this should be installed with the
    -g
    flag
  • r

    reteP

    12/02/2021, 10:35 PM
    the
    dendron
    command isn't working for me, and I suspect it's because the cli was not installed globally
  • h

    hrmnjt

    12/02/2021, 10:41 PM
    If it is not installed globally, it won't be in the path and won't be available with
    dendron
    but with
    node_modules/.bin/dendron
    (I guess)
  • k

    kevins8

    12/02/2021, 10:44 PM
    if its not installed globally, you can use
    npx dendron
    to run it
  • h

    hrmnjt

    12/02/2021, 10:45 PM
    This seems better advise than mine suggestion. Confession: I'm a #node-noob
  • r

    reteP

    12/02/2021, 10:48 PM
    thank you! this might be worth editing the guide to reflect that, since it is necessary to either install with
    -g
    or run with
    npx
    and this guide doesn't include either of those
  • h

    hrmnjt

    12/02/2021, 10:52 PM
    @User Fresh issue for your reference - https://github.com/dendronhq/dendron/issues/1830
  • n

    nam

    12/02/2021, 10:54 PM
    I am curious about building a vault that contains entries from a certain youtube channel. I think building a custom import pod would be a great way to do that. I quickly tried to look up docs for how to build them but could not find more than https://wiki.dendron.so/notes/3e519113-5820-4a84-bef8-85103a7b296b/. Maybe a good reference will be the githubissue pod https://github.com/dendronhq/dendron/blob/master/packages/pods-core/src/builtin/GithubIssuePod.ts. Any other places I can get hints for this?
  • k

    kevins8

    12/02/2021, 11:10 PM
    will update though if you get to it first, you'll get a shiny badge in our discord (there's an 'Edit this page on GitHub' button at the bottom of each page)
  • k

    kevins8

    12/02/2021, 11:10 PM
    😇
  • k

    kevins8

    12/02/2021, 11:10 PM
    for custom pods, we're still working on the UX. currently, my guidance would be to convert to json and use the json import pod to do this
  • r

    reteP

    12/02/2021, 11:11 PM
    ooh yes please! didn't realize these could be edited by the public, will do
  • r

    reteP

    12/02/2021, 11:21 PM
    #310 opened ✅ https://github.com/dendronhq/dendron-site/pull/310
  • k

    kevins8

    12/02/2021, 11:24 PM
    awesome, just one minor comment, otherwise we should be good
  • r

    reteP

    12/02/2021, 11:36 PM
    fixed 👍
  • k

    kevins8

    12/02/2021, 11:48 PM
    merged!
  • r

    reteP

    12/03/2021, 1:54 AM
    so, I deployed my notes to github pages.. now, whenever I want to push my changes, do I need to run
    dendron publish export --target github
    again to rebuild everything?
  • r

    reteP

    12/03/2021, 1:55 AM
    or will my changes in the markdown files be automatically reflected in the github pages site
  • i

    imalightbulb

    12/03/2021, 1:59 AM
    besides this command, you also need to go through the whole git process in order to reflect the changes (namely
    git add .
    , commit and push)
  • r

    reteP

    12/03/2021, 2:02 AM
    right, yeah I know to do all that stuff lmao
  • r

    reteP

    12/03/2021, 2:03 AM
    was just wondering whether the entire site needs to be rebuilt or if just pushing the updated md files is enough
  • i

    imalightbulb

    12/03/2021, 2:05 AM
    yea i think the entire site needs to be rebuilt
  • r

    reteP

    12/03/2021, 2:05 AM
    thank you!
  • t

    to-be-b

    12/03/2021, 7:25 AM
    yes sure. I basically would like to have the possibility to insert a link to all sub notes.
  • i

    imgl

    12/03/2021, 8:54 AM
    In the graph view, it shows the local graph (immediate neighbours) and you can switch to the full graph. Is there an option to change the local version to include nodes up to a certain distance away?
  • i

    imgl

    12/03/2021, 8:54 AM
    Or all nodes in the current domain?
  • b

    benhsm | Jack of N trades

    12/03/2021, 8:01 PM
    is there any way to set the relative widths of column in markdown tables?
  • b

    benhsm | Jack of N trades

    12/03/2021, 8:01 PM
    as they are rendered by Dendron's preview
  • k

    kevins8

    12/03/2021, 9:47 PM
    no, we use github flavored markdown for it. one workaround is to use raw html to control table dimensions
  • k

    kevins8

    12/03/2021, 9:47 PM
    not right now but its come up before in discussion. if you submit a feature, we can track it on the roadmap 🙂 https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
1...464465466...757Latest