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

    rhaynes

    09/02/2020, 2:11 PM
    Hi folks, I am having trouble with dollar signs in my markdown notes, if I want to type $100 do I just type that? Does it distinguish between that math mode? Do I have to escape the $, \$ ?
  • j

    jojanaho

    09/02/2020, 2:15 PM
    @User $100 seems to work fine for me, at least in the preview window. Are worrying about some specific case?
  • u

    user

    09/02/2020, 2:17 PM
    It looks like there's a problem if you use two $ in the same line
  • r

    rhaynes

    09/02/2020, 2:20 PM
    Yes that is exactly the problem I think in that case it thinks " the 100 while B costs" is in math mode/ latex mode, how to fix this
  • u

    user

    09/02/2020, 2:21 PM
    I tried backslash escaping and substituting
    $
    for $ but neither helps 🤷‍♀️
  • j

    jojanaho

    09/02/2020, 2:21 PM
    ha, well that sucks
  • j

    jojanaho

    09/02/2020, 2:21 PM
    you might find help from here: https://shd101wyy.github.io/markdown-preview-enhanced/#/math
  • u

    user

    09/02/2020, 2:27 PM
    @User I got it working)) You need to open settings and search for "Markdown-preview-enhanced: Math Inline Delimiters" Then click edit in settings.json
  • u

    user

    09/02/2020, 2:29 PM
    and edit the $ signs to something else, like '$x' or whatever
  • k

    kevins8

    09/02/2020, 2:31 PM
    > Kevin: Any way to have the dendron tree view not pop up when clicking on files in the workspace? @User are you saying the feature i added a bug? 😅 will be adding a configuration option to turn that off, hopefully today, latest tomorrow!
  • r

    runlevelrobot

    09/02/2020, 2:31 PM
    kevin ok awesome!
  • k

    kevins8

    09/02/2020, 2:32 PM
    > @User I found the problem and a fix: > On the default settings for the
    Markdown Notes
    extension, piped links were disabled and the default wiki links syntax was
    file|desc
    instead of
    desc|file
    @User got it! that was my suspicion. dendron does initialize your workspace with the correct settings if you use
    Dendron: Initialize Workspace
    . that being said, we use a fork of markdown notes -
    dendron markdown notes
    . can you check that you don't have both installed?
  • p

    p0lyg0n

    09/02/2020, 2:34 PM
    Hmm I installed that extension from the link in the recommened extensions section of the VS Code marketplace page for Dendron
  • p

    p0lyg0n

    09/02/2020, 2:34 PM
    The link for Markdown Notes takes here: https://marketplace.visualstudio.com/items?itemName=kortina.vscode-markdown-notes
  • k

    kevins8

    09/02/2020, 2:35 PM
    need to update those docs 😅
  • k

    kevins8

    09/02/2020, 2:35 PM
    when you initialize your workspace using dendron, we use the following settings:
    Copy code
    "extensions": {
            "recommendations": [
                "dendron.dendron-paste-image",
                "equinusocio.vsc-material-theme",
                "dendron.dendron-markdown-shortcuts",
                "dendron.dendron-markdown-preview-enhanced",
                "dendron.dendron-markdown-links",
                "dendron.dendron-markdown-notes",
                "github.github-vscode-theme"
            ],
            "unwantedRecommendations": [
                "shd101wyy.markdown-preview-enhanced",
                "kortina.vscode-markdown-notes",
                "mushan.vscode-paste-image"
            ]
        }
  • p

    p0lyg0n

    09/02/2020, 2:39 PM
    Ugh, I don't know what happened. I'll just start a fresh profile for VS Code and start from scratch
  • p

    p0lyg0n

    09/02/2020, 2:39 PM
    sorry for the confusion
  • p

    p0lyg0n

    09/02/2020, 2:39 PM
  • r

    rhaynes

    09/02/2020, 2:53 PM
    Hi folks, just adding some information about my $ query above. My settings are set to katex for math rendering. Things look good in the regular preview but not in the markdown preview enhanced. Any other fix?
  • p

    p0lyg0n

    09/02/2020, 3:44 PM
    Okay the clean profile and fresh install works well so far!
  • k

    kevins8

    09/02/2020, 3:44 PM
    > 👍
  • p

    p0lyg0n

    09/02/2020, 3:45 PM
    I have the left sidebar hidden, and when I switch between different notes tabs in the editor it opens the sidebar again, any setting I can tweak to disable this behavior ?
  • k

    kevins8

    09/02/2020, 3:45 PM
    we had another user mention this too. will be releasing a option to disable this behavior, probably later today!
  • p

    p0lyg0n

    09/02/2020, 3:46 PM
    Perfect, thanks!
  • p

    p0lyg0n

    09/02/2020, 3:46 PM
  • k

    kevins8

    09/02/2020, 3:46 PM
    sometimes you release bugs turn out to be features, sometimes its features that turn out to be bugs
  • k

    kevins8

    09/02/2020, 3:46 PM
    live and learn 🙂
  • p

    p0lyg0n

    09/02/2020, 3:47 PM
    Haha yeah well, also when there's a large user base, each user has their own usage and preferences
  • p

    p0lyg0n

    09/02/2020, 3:47 PM
    Trying to get that perfect experience nailed down
1...363738...757Latest