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

    Tychronos

    01/27/2022, 5:57 PM
    oh strange, I'm on MacOS and trying to make a note with the lookup tool. doing it all pretty idiomatically
  • t

    Tychronos

    01/27/2022, 5:59 PM
    it creates the note truncated. It's not just how it's being displayed
  • s

    SeriousBug

    01/27/2022, 6:03 PM
    It works fine for me on Linux. @User @User I think you use Mac, right? Did you ever experience something like this?
    t
    f
    k
    • 4
    • 8
  • t

    Tika

    01/27/2022, 7:21 PM
    If it is just for editing, I simply use the OS to sort in the folder and open back in Dendron
  • l

    lukecarrier

    01/27/2022, 9:32 PM
    Something I learned the other day is that
    @actions/setup-node
    will preserve the per-user
    npm
    cache for you if you set
    with:cache: npm
    , and similar for
    yarn
    . This has been enough to get my Actions->Netlify pipeline[1] down to around ~90s. [1]: https://luke.carrier.im/notes/soAskHwFxI1EM8dZIDvBN/
  • k

    kevins8

    01/27/2022, 10:03 PM
    any differences with using
    setup-node
    vs
    actions/cache@v2
    and caching
    node_modules
    ?
  • l

    lukecarrier

    01/27/2022, 10:05 PM
    My understanding is that caching the
    node_modules
    directory can have unintended consequences if the architecture/OS/OS version changes, because some packages build native libraries and they may not get rebuilt correctly.
    setup-node
    uses
    cache
    internally, but caches the cache dirs in the user's home directory and does
    hashFiles()
    on all the
    package-lock.json
    files it finds in the tree
  • l

    lukecarrier

    01/27/2022, 10:06 PM
    Probably not a concern outside of testing pipelines with multiple OSes in the matrix, but it seems fast enough without digging deeper into it now. I can give it a shot though, if the numbers are good enough it might be worth it
  • s

    seadude

    01/28/2022, 12:54 AM
    Anyone have an idea for time tracking in Dendron? Specifically: - Are you keeping the data in Markdown? - Ex:
    Copy code
    - Dev Start: Thursday January 27 2022 15:58:26
    - Dev Finish: Thursday January 27 2022 16:51:38
    - Or in the YAML frontmatter? - How are you aggregating the data?
    • 1
    • 2
  • s

    seadude

    01/28/2022, 1:44 AM
    Eh... another topic... So, are you all storing non-markdown files in your Dendron vault? - Things like: python files (.py), sql files (.sql), PDF's, etc? - Or do you keep those in separate folders on your file system then link to them from Dendron as needed?
    f
    • 2
    • 8
  • c

    Colin Madland

    01/28/2022, 1:47 AM
    Trying to show my note graph, but I'm getting a blank white screen...thoughts on where to look. Likely user error... https://github.com/TWUOnline/ma-lead-map
  • s

    seadude

    01/28/2022, 1:59 AM
    Time Tracking in Dendron
  • s

    seadude

    01/28/2022, 1:59 AM
    Non-Markdown Files in Vault
  • s

    seadude

    01/28/2022, 2:00 AM
    I wonder if you have the Dendron Workspace open(?)
  • c

    Colin Madland

    01/28/2022, 3:29 AM
    hmm...I think so
  • c

    Colin Madland

    01/28/2022, 3:30 AM
    How would I check such a thing...?
  • c

    Colin Madland

    01/28/2022, 3:41 AM
    just found an error message on the page (white text on a white background...hard to see... "Applicaiton error: a client side exception has occured (see the browser console formore information)"
  • s

    SeriousBug

    01/28/2022, 3:42 AM
    Could you link the page? This sounds related to a bug we've been chasing where if you have a title named "Process" in the page it crashes.
  • c

    Colin Madland

    01/28/2022, 3:43 AM
    It's on what would be the graph page...isn't that local to my machine?
  • s

    SeriousBug

    01/28/2022, 3:44 AM
    Oh nevermind then. Please do file a bug report for that though
  • c

    Colin Madland

    01/28/2022, 3:44 AM
    sure
  • u

    user

    01/28/2022, 6:22 AM
    Is it possible not to publish children only for a particular node (and not on a global level)? Say if I'm writing a book and I'm manually writing the index, I don't want a "children" heading only at the book level
  • k

    kevins8

    01/28/2022, 6:39 AM
    yep. not documented yet but you can set global: enableChildLinks: true in the note frontmatter
  • u

    user

    01/28/2022, 6:50 AM
    tried these two:
    Copy code
    ---
    id: KraUBl3Bftx3Cl8aUC4kT
    title: Visual Communication
    desc: ''
    enableChildLinks: no
    updated: 1643352503429
    created: 1643339031026
    ---
    and
    Copy code
    ---
    id: KraUBl3Bftx3Cl8aUC4kT
    title: Visual Communication
    desc: ''
    global: 
        enableChildLinks: no
    updated: 1643352597988
    created: 1643339031026
    ---
    still the children nodes are generated (tried in ``dendron publish dev`)
  • s

    SeriousBug

    01/28/2022, 6:51 AM
    Can you try:
    Copy code
    global:
      enableChildLinks: false
  • u

    user

    01/28/2022, 6:55 AM
    No luck. the children nodes are still generated; May be I will try to generate the whole site;
    publish dev
    generates children nodes
    s
    • 1
    • 1
  • p

    pixelmonk

    01/28/2022, 9:35 AM
    I have
    templates.weekly.md
    with the contents of
    Today is {{ CURRENT_YEAR }}
    , but when I insert this template into a note, the variable isn't replaced. Am I missing something with how the new template variables work?
  • s

    SeriousBug

    01/28/2022, 9:36 AM
    The template variables have been temporarily disabled due to a bug. There's a bug fix coming that will enable it again soon, sorry for the trouble in the meantime!
  • p

    pixelmonk

    01/28/2022, 9:36 AM
    ahh gotcha
  • s

    seadude

    01/28/2022, 4:59 PM
    What are some ideas to collaborate on a single Dendron document? Use case: - A stranger and I want to collaborate on a document - We both use VS Code (and Dendron!) - Need ability for asynchronous edits (no VS Code Live stuff) because of different schedules/timezones/etc. Is the only current method to spin up a GitHub/GitLab/etc repo and manage all that overhead?
    l
    • 2
    • 4
1...528529530...757Latest