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

    robothor

    10/28/2020, 9:46 AM
    I.e. the top "Open Preview" in the screenshot, not the second one in the list.
  • r

    robothor

    10/28/2020, 9:47 AM
    I'm not sure if either of the two Dendron extensions you are omitting affect this though. I have all the suggested Dendron plugins installed.
  • r

    robothor

    10/28/2020, 9:50 AM
    Copy code
    "recommendations": [
          "dendron.dendron-paste-image",
          "dendron.dendron-markdown-shortcuts",
          "dendron.dendron-markdown-preview-enhanced",
          "dendron.dendron-markdown-links",
          "dendron.dendron-markdown-notes"
        ],
        "unwantedRecommendations": [
          "shd101wyy.markdown-preview-enhanced",
          "kortina.vscode-markdown-notes",
          "mushan.vscode-paste-image"
        ]
    Here are the relevant plugins from my workspace
  • z

    zaimoni

    10/28/2020, 9:52 AM
    Ok (that is, the VS Code right-click menu option isn't the one to use)
  • z

    zaimoni

    10/28/2020, 9:59 AM
    Got it ... needed to explicitly enable automatic preview
  • z

    zaimoni

    10/28/2020, 9:59 AM
    the automatic preview has the interactive checkboxes. VS Code right-click menu entry didn't.
  • e

    Eddy

    10/28/2020, 12:06 PM
    is it possible to use \begin{align*} with latex? for now i've gotten $ and $ to work, but in there it's not possible to align one's equations etc
  • i

    imalightbulb

    10/28/2020, 12:08 PM
    Try $$ \begin{align*} $$
  • e

    Eddy

    10/28/2020, 12:10 PM
    unfortunately not; ParseError: KaTeX parse error: No such environment: align* at position 7: \begin{̲a̲l̲i̲g̲n̲*̲}̲ f(x) &= test\\…
  • e

    Eddy

    10/28/2020, 12:10 PM
    Copy code
    $$
    \begin{align*}
    f(x) &= test\\
    f(x, y, z) &= testing2
    \end{align*}
    $$
  • e

    Eddy

    10/28/2020, 12:11 PM
    can't find much documentation on latex and dendron
  • e

    Eddy

    10/28/2020, 12:11 PM
    maybe it'll come later? great tool though, really enjoying it.. the graph view and everything; beautiful stuff!
  • i

    imalightbulb

    10/28/2020, 12:11 PM
    no dendron is not using latex, it's using katex
  • r

    robothor

    10/28/2020, 12:12 PM
    https://katex.org/docs/supported.html
  • r

    robothor

    10/28/2020, 12:12 PM
    These are the supported functions^ .
  • e

    Eddy

    10/28/2020, 12:13 PM
    ah, right. dendron uses katex - ok, great.
  • e

    Eddy

    10/28/2020, 12:13 PM
    thank you so much!
  • i

    imalightbulb

    10/28/2020, 12:13 PM
    Thanks @User I use dendron for physics stuff and use a lot of katex as well
  • e

    Eddy

    10/28/2020, 12:13 PM
    works beautifully
  • r

    robothor

    10/28/2020, 12:14 PM
    N/p -- this is from https://shd101wyy.github.io/markdown-preview-enhanced/#/math BTW. All these extra features are provided by the MPE plugin
  • r

    robothor

    10/28/2020, 12:16 PM
    So actually, if you switch from KaTeX to MathJax, the
    \begin{align*}
    works fine
  • r

    robothor

    10/28/2020, 12:17 PM
    "markdown-preview-enhanced.mathRenderingOption": "MathJax"
    in the workspace settings to toggle
  • i

    imalightbulb

    10/28/2020, 12:18 PM
    Does MathJax supports more commands than KaTeX?
  • r

    robothor

    10/28/2020, 12:18 PM
    KaTeX is faster than MathJax, but it lacks many features that MathJax has
  • e

    Eddy

    10/28/2020, 12:32 PM
    great.
  • e

    Eddy

    10/28/2020, 12:33 PM
    im not really getting the tags to work yet, but i think i need to read up on the docs. but this seems like a really nice note taking application, much appreciated
  • i

    imalightbulb

    10/28/2020, 12:34 PM
    cool, feel free reach out in the server
  • k

    kevins8

    10/28/2020, 3:05 PM
    @User a few days back you mentioned
    option-click
    not working anymore. did you figure out what happened?
  • o

    Oli916

    10/28/2020, 5:34 PM
    Is there a way to set dendron paste image to write paths as
    assets/images/X.png
    instead of
    /assets/images/X.png
    ? GitHub Wiki strangely only supports the first one.
  • k

    kevins8

    10/28/2020, 5:41 PM
    Copy code
    "pasteImage.path": "${currentFileDir}/assets/images",
            "pasteImage.prefix": "/",
1...108109110...757Latest