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

    kevins8

    12/24/2021, 11:17 PM
    they start off as less but are compiled to css when bundled with our template
  • k

    kevins8

    12/24/2021, 11:18 PM
    you can use this package to generate css for ant -> https://www.npmjs.com/package/@emeks/antd-custom-theme-generator
  • a

    amar

    12/24/2021, 11:36 PM
    Thanks! Tried that just now, generated a theme where everything is red, put that in assets/ and it loads find through the custom header, but then it's just overriden by light.css (which I expected). How can I have it for example load after your css? I can think of one way but it's a bit hacky, not sure if there's a better way
  • a

    amar

    12/24/2021, 11:36 PM
    Have you done this before and it worked?
  • a

    amar

    12/24/2021, 11:41 PM
    (yeah just checked, custom header is included well before all the default css ... sorry this should probably be a thread)
  • a

    amar

    12/24/2021, 11:56 PM
    I guess since this is temporary, for now I'll just modify .next/pages/_app.tsx directly (there's still some custom light stuff outside of that for the DendronTreeMenu under .next/styles/scss/main.scss, but I guess I'll fix that case by case with some !importants, forgive me lord)
  • k

    kevins8

    12/25/2021, 12:58 AM
    heh, sounds good. will ping you when we have the custom header fix
  • m

    mandarvaze

    12/25/2021, 1:11 AM
    I too use Netlify process, so I am not timing the build (Cause it is happening on netlify server, plus it is beyond my control) Before that I used to run the CLI build locally, and I think it is slower than 11ty based build. (Still 40 mins seems too long.) Has anyone else noticed this ?
  • m

    mandarvaze

    12/25/2021, 1:14 AM
    @User Can you share how to theme Published Dendron pages, when you are successful ? TBH, I also do not like the current theme. I liked 11ty based on better 😄
  • m

    mandarvaze

    12/25/2021, 4:09 AM
    FWIW, it looks like "older" style get rendered briefly, and then newer one is superimposed second later. There is enough lag that I can notice two "rendering" Is it possible then to keep the older style ? @User
  • a

    amar

    12/25/2021, 10:00 AM
    Certainly! I've already figured it out, will write a note to document how and publish it on my newly themed pages and send 😁
  • a

    amar

    12/25/2021, 10:01 AM
    I found out why this happens too, and how to fix it (it was bothering me because the light theme would show up before my theme shows a second later)
  • c

    cconrad

    12/25/2021, 5:32 PM
    Is it possible to enable showing backlinks in the preview? (In the content preview - I am aware of the Backlinks panel)
  • k

    kevins8

    12/25/2021, 5:49 PM
    not yet. feel free to submit a feature request for that
  • a

    amar

    12/26/2021, 1:10 PM
    Is there any documentation for front matter besides here? https://wiki.dendron.so/notes/ffec2853-c0e0-4165-a368-339db12c8e4b/ I'm looking for info on things like
    stub
    and
    isDir
  • a

    amar

    12/26/2021, 1:26 PM
    Also trying to understand the meaning of the book icon in the nav panel? Does it mean "this is part of a schema"?
  • k

    kevins8

    12/26/2021, 3:21 PM
    that’s the main doc. ‘stub’ is an implementation detail of notes that will go away soon (it means that this note originally was a placeholder). same with ‘isDir’
  • k

    kevins8

    12/26/2021, 3:21 PM
    yes
  • a

    amar

    12/26/2021, 6:15 PM
    Here's that write-up https://amar.io/memo/notes/lr2RxTLuy85mXFFN24lQ8/ though I'm still in the process of figuring things out!
  • a

    amar

    12/26/2021, 6:19 PM
    What does it mean to the reader looking at a published garden? Since it's part of the nav panel in nextjs-template too
  • a

    amar

    12/26/2021, 6:31 PM
    Sorry to flood with questions today, but one more thing: how can I go about troubleshooting that the links in the generated "Children" section are missing the path prefix? Could be related to https://discord.com/channels/717965437182410783/923994998188421201/923995656899690557
  • k

    kevins8

    12/26/2021, 8:12 PM
    this is a great writeup. thanks for putting it out there. we're working on making this less terrible in the future 😅
  • k

    kevins8

    12/26/2021, 8:13 PM
    currently not much. we're planning on adding tooltips to show schema descriptions when you hover over the book icon. suggestions are welcome (including just toggling it off for this time when publishing)
  • m

    mgrandau

    12/26/2021, 8:16 PM
    New user of Dendron. I like the use of MD to do documentation. One big plus is it is viewable through github as a simple link to the MD file in the repo. So to read things I don't require a clone of the repo. Its about understanding what I have before I do the clone. So here is my problem: Dendron links are not linkable in Github. I could replace them with the Github repo links but than means I have to push to see my changes. unless I'm working page by page as I do now. Example: For VSCODE: The telescope is a large dobsonian reflector [[telescope-control.telescope]]. For GitHub: The telescope is a large [dobsonian reflector](./docs/vault/telescope-control.telescope.md). Thoughts?
  • k

    kevins8

    12/26/2021, 8:17 PM
    a few thoughts - we're compatible with github wiki which uses the
    [[ wikilink ]]
    syntax
  • k

    kevins8

    12/26/2021, 8:17 PM
    otherwise, you can use the
    markdown export
    pod to export to regular markdown (automate in github action) so that you have a github renderable version of your notes available as well
  • m

    mgrandau

    12/26/2021, 8:18 PM
    Thanks
  • m

    mgrandau

    12/26/2021, 8:39 PM
    The basic problem I have with the wiki approach is the wiki doesn't follow the branching of the code. I like the idea that wiki would actually branch as the code branches. Not really your problem.
  • m

    mgrandau

    12/26/2021, 9:20 PM
    Unless of course the branch documentation is a sub note. hmmm
  • k

    kevins8

    12/26/2021, 9:28 PM
    ah, currently we keep the docs in a separate repo that is initialized with the code
1...480481482...757Latest