https://www.dendron.so/ logo
Join DiscordCommunities
Powered by
# questions
  • d

    darkcentre

    01/10/2023, 11:24 AM
    btw does my Dendron look normal? The outline section on the left used to be different before. And there used to be a calendar view. What's up?
  • d

    darkcentre

    01/10/2023, 11:25 AM
    Allowing workplace trust doesn't change anything
  • j

    Joshi

    01/10/2023, 11:26 AM
    Dendron has its own sidebar now. You can click on the dendron icon to get all the views.
  • u

    4d617474

    01/10/2023, 3:13 PM
    Is there anyway to disable the showing of the document title in preview?
  • c

    Colton

    01/10/2023, 4:47 PM
    Paul, what tool do you use to integrate anki with your notes? I saw there is an extension for VS code, but it doesn’t seem to work with Vs codium which I’m using. Not sure if you are using that
  • p

    Paul_J

    01/10/2023, 8:01 PM
    Currently my integration is very manual. I have a macro which is implemented in my voice control system that copies into the cloze card in Anki. What I want to use is this https://www.withouttheloop.com/articles/2018-10-02-my-weird-obsession-with-markdown-and-spaced/
  • p

    Paul_J

    01/10/2023, 8:01 PM
    But I haven’t got around to integrating it
  • s

    ScriptAutomate

    01/10/2023, 11:22 PM
    Yeah. I add automated checks to my own vaults. Things like pre-commit for certain formatting bits prior to pushing a repo, and CI/CD pipeline does things like URL validation, ssg publishing, etc. Dendron supports it because it's just markdown in plain text files, and in a git repo, so a lot of docs-as-code tooling and automation potential is available. Just depends on what you want to do, where your repo is stored, and what CI/CD you use. GitHub Actions have worked well for me, and same with GitLab CI/CD
  • d

    darkcentre

    01/11/2023, 7:38 AM
    Do you think Dendron is a good way to go for docs-as-code projects? Or would you prefer using something else? What's your experience with docs-as-code? I think I might wanna get into this from a tech-writer pov, cause I both like writing, docs-as-code, and dendron. Not a programmer tho, just have very extensive peripheral knowledge in CS. @ScriptAutomate
    s
    j
    a
    • 4
    • 13
  • d

    darkcentre

    01/11/2023, 1:06 PM
    wth lmaooooo.... I was literally just looking all over the web to find a way to contact you, and here I go back to discord to look you up in the members, and ... you replied to me like several hours ago, without me knowing it's you.
  • d

    darkcentre

    01/11/2023, 1:08 PM
    So turns out I probably saw what you do, on Dednron's yt channel, on the modularizing docs video.
  • d

    darkcentre

    01/11/2023, 1:08 PM
    At least up until some point where pulling docs from microsoft using python scripts was discussed.
  • d

    darkcentre

    01/11/2023, 1:10 PM
    So what I wanted to ask is - what's your view of sphinx vs dendron? Why would someone use sphinx over dendron for example, and the reverse?
  • d

    darkcentre

    01/11/2023, 1:10 PM
    Really cool concept btw.
  • f

    Fork_Boy

    01/11/2023, 8:55 PM
    Hi -I'm trying 'Ctrl+k v' and still getting "command 'dendron.togglePreview' not found" Do I have to initialize a new Dendron workspace?
  • t

    tlylt

    01/12/2023, 12:34 AM
    How about trying
    Ctrl + Shift + P
    to open the command panel and type in
    Dendron: Toggle Preview
    , does that work?
  • s

    ScriptAutomate

    01/12/2023, 1:08 AM
    Docs as Code: Sphinx vs. Dendron
  • d

    darkcentre

    01/12/2023, 9:44 AM
    What's this unexpected end of JSON input thing?
  • f

    Fork_Boy

    01/12/2023, 5:42 PM
    @tlylt This worked like a charm. Thx !
  • m

    michaelvolk

    01/12/2023, 9:42 PM
    In a published project of mine I keep getting this warning. Is it something to worry about? I've been using this template https://github.com/dendronhq/template.publish.github-action
  • v

    vaden

    01/12/2023, 10:46 PM
    Does anyone know if it's possible to define custom latex/mathjax/katex macros in dendron? I've tried modifying the mathjax config from
    Markdown Preview Enhanced: Open MathJax Config
    as follows:
    Copy code
    module.exports = {
      extensions: ['tex2jax.js'],
      jax: ['input/TeX','output/HTML-CSS'],
      messageStyle: 'none',
      tex2jax: {
        processEnvironments: false,
        processEscapes: true
      },
      TeX: {
        extensions: ['AMSmath.js', 'AMSsymbols.js', 'noErrors.js', 'noUndefined.js'],
        macros: {
            bra: ['{\\langle #1 | }', 1],
            RR: "{\\bf R}",
          }
      },
      'HTML-CSS': { availableFonts: ['TeX'] },
    }
    but it doesn't seem to be responding, any help about where to define macros would be appreciated!
  • d

    duong92

    01/13/2023, 12:39 AM
    Hi ! Does anyone know how to carry over all uncompleted todos from one note to the next by using Hooks ? I found this https://wiki.dendron.so/notes/12551d19-04c2-4d26-ac1e-d23ff3181a9c/#hooks in dendron wiki but it's haven't any example so..
  • d

    danct01

    01/13/2023, 1:48 AM
    Is there a way to control the title that Dendron puts in the front matter? I'm using a schema and template to create daily journal notes. They are named like, "daily.journal.2023.01.12". A couple of times the title has been set to "2023-01-12" but usually it's just the day like "12" in this case. Is there a way to make it always use the full date in the title?
  • c

    curl

    01/13/2023, 8:38 PM
    Hi folks! I noticed that there are no git commits since Dec 11th 2022, just curious is this project still healthy? https://github.com/dendronhq/dendron/graphs/commit-activity
  • t

    turner

    01/13/2023, 9:52 PM
    Hi, I'm using dendron on vscode windows. What's the shortcut key to comment a line out? Before I installed dendron it was ctrl+k+c to comment and ctrl+k+u to uncomment. After installation ctrl+k+c executes formatting a dendron note to json.
  • d

    darkcentre

    01/14/2023, 6:32 AM
    Guys, when starting a workspace I get this -
  • d

    darkcentre

    01/14/2023, 6:32 AM
    How do I fix this?
  • d

    darkcentre

    01/14/2023, 7:13 AM
    idk how to gauge healthy, but is alive, and imo has good chances
  • h

    Hioko

    01/14/2023, 3:39 PM
    pdf & its search/querying support available?
  • v

    vaden

    01/14/2023, 6:26 PM
    I certainly hope it is! Seems like less activity by the devs on the discord too
1...744745746...757Latest