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

    kevins8

    12/24/2021, 3:20 AM
    alphanumeric guid. specifically, we are using https://github.com/ai/nanoid
  • t

    Tika

    12/24/2021, 3:21 AM
    so, Topics is not in the menu items and nor is Publishing? hould not Publishing be in the User Guide?πŸ™„
  • k

    kevins8

    12/24/2021, 3:22 AM
    we are trying to not clutter nav bar. publishing is under
    Sharing
  • t

    Tika

    12/24/2021, 3:22 AM
    Aha, cheers
  • t

    Tika

    12/24/2021, 3:29 AM
    It really is quite tricky to find the content and to be sure that you see all content. To get to Netlify, one has to go to Sharing (pretty empty), Publish (pretty empty), GitHub and in there at the end find a backlink to Netlify. Would you agree?
    k
    • 2
    • 1
  • k

    kevins8

    12/24/2021, 3:36 AM
    I think we can make improvements. a list of all features can be found in https://wiki.dendron.so/notes/qW89iJ4vP5UQpC7mRZXKJ/ if you have suggestions - this is something we're still iterating on
  • t

    Tika

    12/24/2021, 3:50 AM
    I think Sharing instead of publishing is good but this should be explained and I would suggest to eliminate empty or nearly empty notes and aggregate relevant information by topic in the top-level notes to give quick overviews. For example, the Publish note should have the list of all described platforms. Generally, it would be good to be able to have an overview of content, as a Graph or TOCs, or site maps, or some such. Now the user has access to the menu, the note file names but only in Lookup/Search, the children and backlinks in notes, to breadcrumbs, and they do not align fully and various bits are hidden. You mentioned 'one source of truth' before, so I would vote for that. Just thinking aloud and appreciate that this is all in flux...
  • k

    kevins8

    12/24/2021, 4:16 AM
    one of the more immediate things we'll be doing is updating the layout. the
    backlinks
    show up before the
    children
    which isn't helpful since they are less related to the topic at hand also, all links in
    children
    should also have a one line description of the contents
  • m

    mfillmer

    12/24/2021, 12:00 PM
    Hi, I would like to setup dendron with gitpod, but the preview is stuck on the loading screen. Maybe this is because gitpod runs in the browser under a unique url and the extensions sends all requests to localhost? Is it possible to set a server-host in settings?
  • a

    amar

    12/24/2021, 1:13 PM
    Hey folks, can you link me to any docs for styling/theming over nextjs publishing? Or does it come down to putting your own stuff in header.html? The light theme is killing me πŸ˜…
  • a

    amar

    12/24/2021, 1:45 PM
    Also, for npx dendron publish, is there a specific version of node to stick to? I'm getting a bunch of unexpected token errors when I try
    npx dendron publish export
  • a

    amar

    12/24/2021, 1:57 PM
    This is eslint, I get the same parser errors when I run
    npm run lint
    • 1
    • 1
  • v

    voothi

    12/24/2021, 2:16 PM
    Hi! Does anyone have such a problem with Wikilinks? Displays invalid Wikilinks, but all is worked on command Go To. In White and Orange Notes Backlink to this Note is missing. And after Dendron rename White and Orange Notes, they do not change here.
    s
    • 2
    • 5
  • a

    amar

    12/24/2021, 5:46 PM
    My
    assetPrefix
    for publishing seems to be stuck, anyone know how I can reset that somehow?
    k
    • 2
    • 29
  • k

    kevins8

    12/24/2021, 5:51 PM
    ah, we don't have an option for that right now. can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • k

    kevins8

    12/24/2021, 5:53 PM
    we don't have docs on customizing the styling right now. the base style is
    ant.design
    . you can create a custom theme by following instructions here: https://ant.design/docs/react/customize-theme you can then stick this in your custom header
  • k

    kevins8

    12/24/2021, 5:53 PM
    node >= 14
  • k

    kevins8

    12/24/2021, 5:53 PM
    what sort of errors are you getting?
  • a

    amar

    12/24/2021, 5:56 PM
    These basically, but crunched up into JSON
  • k

    kevins8

    12/24/2021, 5:58 PM
    and what version of node are you running?
  • k

    kevins8

    12/24/2021, 5:58 PM
    node --version
  • a

    amar

    12/24/2021, 5:58 PM
    v16.13.0, should I downgrade to lts?
  • a

    amar

    12/24/2021, 5:59 PM
    Oh wait nvm, looks like that's lts by now, wow seems like just yesterday I was on node 12
  • k

    kevins8

    12/24/2021, 6:04 PM
    haha, yeah, js changes fast
  • m

    mfillmer

    12/24/2021, 10:10 PM
    Sure, I will do that. :)
  • a

    amar

    12/24/2021, 11:01 PM
    Apologies if I'm misunderstanding something, but are you saying header.html gets compiled? So I can link a .less file in there for this stuff?
  • a

    amar

    12/24/2021, 11:04 PM
    Just want to keep things relatively clean rather than going straight for .next/styles/
  • k

    kevins8

    12/24/2021, 11:08 PM
    no compilation of less files but you can compile less into css and add it to the header. it’s not the greatest ux since we’re still working on a native solution. this is more like an escape valve if you want to customize today
  • a

    amar

    12/24/2021, 11:13 PM
    But how's that supposed to work when all the customisable parts of ant.design is via less variables? Those variables won't be used by your stuff if they're compiled separately?
  • a

    amar

    12/24/2021, 11:13 PM
    And no worries about UX, it's the kind of thing I'll only need to do once!
1...479480481...757Latest