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

    hikchoi

    01/27/2022, 4:47 AM
    If you haven't disabled auto updates for extensions, Dendron will automatically update when there is a new version published.
  • u

    user

    01/27/2022, 4:47 AM
    Got it. Thanks
  • u

    user

    01/27/2022, 5:12 AM
    I've had a hiccup in my Dendron, I'm not sure what caused it. When I start VS Code I get two toast notifications "issue initializing Dendron" and
    {"line":1,"column":8}
    . I'm not sure where to even look. Ideas?
  • u

    user

    01/27/2022, 5:13 AM
    I checked my
    dendron.yml
    , line 1 is
    version: 4
    . Also checked my only template, line 1 is just the frontmatter separator (
    ---
    ).
  • f

    foureyedsoul

    01/27/2022, 5:15 AM
    Whenever I've had hiccups, it's usually been front-matter related. Did you maybe add a note outside of Dendron or something? Not sure how to help beyond brainstorming possible causes… not sure about solutions.
  • d

    dockthepod

    01/27/2022, 6:32 AM
    Are there any known gotchas publishing on windows? Running command Dendron: Publish Dev gives me a blank page. Looking at the src I see these errors:"{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{"__NEXT_PAGE":"/"},"buildId":"development","isFallback":false,"err":{"name":"Error","message":"Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.","stack":"Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.\n at resolveDispatcher"
  • d

    dockthepod

    01/27/2022, 6:34 AM
    running "npx dendron publish export" on the command line ends up hanging forever (well, at least for 5 minutes) on this step: Creating an optimized production build...
  • s

    SeriousBug

    01/27/2022, 6:35 AM
    Is it actually doing anything (using CPU) if you check the task manager? I'd also recommend trying
    npx dendron publish dev
    to see if the publish preview works, it won't take a long time to build things
  • i

    invakid404

    01/27/2022, 6:36 AM
    5 minutes actually isn't that long
  • i

    invakid404

    01/27/2022, 6:36 AM
    it takes ~5 minutes in GitHub Actions for me as well
  • i

    invakid404

    01/27/2022, 6:36 AM
    and I'm only publishing a handful of notes
  • d

    dockthepod

    01/27/2022, 6:46 AM
    you know, the first time i did it i didn't see any cpu activity when i checked. i just tried an export again and it worked. kind of. it finished, and i have something in my .next/out dir. unfortunately it looks like i have some configuration to do since A) the links are hardcoded to c:\notes (eg file:///C:/notes/Ksd3lZqfYEqINdr4IVoac) and B) i don't have any of the navigation stuff. "npx dendron publish dev" gives me the same blank page as running in the editor
  • c

    CyberFoxar

    01/27/2022, 9:13 AM
    Thanks a lot ! I'll try to implement that !
  • w

    withnoroof

    01/27/2022, 10:07 AM
    Guys, what's the difference between Schemas, and Note hierarchies?
  • w

    withnoroof

    01/27/2022, 10:07 AM
    Around 7:30 in the Amoeba pattern approach https://www.loom.com/share/847bee04870744979bd32d1a7f0e166a
  • m

    moksha

    01/27/2022, 11:37 AM
    This helps when I am drafting my literature notes from fleeting notes and I need to call out the fleeting notes under the referenced literature notes.
  • i

    icp.community

    01/27/2022, 11:54 AM
    I've been reading https://wiki.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c/ and is it possible to use Dendron to insert headers in order across different MD files from one MD file? Let's say I have a template in *(template.md) (header 1, header 2, header 3) * And *(doc1.md) * and *(doc2.md) * both of which have *(header 1, content1, header 2, content2, header 3, content3) *. Dendron already lets me change *(header 2) * in (template.md) *to (title 2) * and have this reflect in all md files so: (header 1, content1, title 2, content2, header 3, content3). But what I can't find is: The ability to insert in (template.md) (header 1, header 2, header 2.5, header 3) and have this reflect across doc.1 and doc.2 such that they now have (header 1, content1, header 2, content2, header 2.5, content 2.5, header 3, content3). Does Dendron have this capability and if not, does anyone know something that does? It would be nice to be able to do something like this, also delete headers, content from one file so I can manage the structure of our team docs in one place.
  • d

    d1onys1us

    01/27/2022, 2:51 PM
    Is there any method to sort / view dendron notes by their updated time? (Like a stack)
  • k

    kevins8

    01/27/2022, 2:56 PM
    right now we're not utilizing the node or nextjs cache. this will be updated later this week so you should see significat speedups!
  • i

    invakid404

    01/27/2022, 2:58 PM
    oh, cool!
  • i

    invakid404

    01/27/2022, 2:58 PM
    would I need to do changes to my GH actions workflow?
  • k

    kevins8

    01/27/2022, 3:14 PM
    yeah, we'll be updating our examples before EoW
  • i

    invakid404

    01/27/2022, 3:14 PM
    alright
  • h

    Herelore

    01/27/2022, 3:42 PM
    why is it that when
    Scroll preview with editor
    option is both enabled in User and Workspace the preview still doesnt scroll together with the editor?
  • h

    Herelore

    01/27/2022, 3:45 PM
    also wondering why when I change the font size for markdown preview it doesnt work
  • a

    andrey-jef

    01/27/2022, 4:21 PM
    This is the current hack that I found. I also want to learn other options. https://wiki.dendron.so/notes/e4ea4fe3-0350-492e-863a-687d9fc15993/
  • j

    johndendron29

    01/27/2022, 4:41 PM
    It is because the current note preview doesn't support scroll sync. It was possible in the legacy preview but has not been ported over to the current preview. We have plans to reimplement this behavior and we are continuously experimenting with other ways/options to do this.
  • j

    johndendron29

    01/27/2022, 4:49 PM
    > also wondering why when I change the font size for markdown preview it doesnt work Editing the preview is also not currently supported. It is an active backlog item so will likely ship before the summer.
  • t

    Tychronos

    01/27/2022, 5:47 PM
    What's the reason for character length limit on filenames? I'm counting around a 30 character limit (including
    .
    ). Is this some system-level limitation?
  • s

    SeriousBug

    01/27/2022, 5:48 PM
    Dendron doesn't limit file names. What OS and filesystem is this?
1...527528529...757Latest