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

    ScriptAutomate

    11/11/2021, 8:42 PM
    Multi-vault troubleshooting
    b
    • 2
    • 12
  • j

    JT6519

    11/11/2021, 9:53 PM
    If I create a Dendron Preview of a note and then use [ctrl]-A to select the all content, when I paste that into an email or document, I get the theme coloring. Is there a simple way to not bring the colors with it? Alternately, can the preview have a color theme different from the main part of VSCode? Lots to learn!
  • s

    SeriousBug

    11/11/2021, 10:25 PM
    Does it strip the colors if you paste with
    Ctrl+Shift+V
    ? There are plans to allow custom themes for the preview, but it's still a work in progress I think: https://github.com/dendronhq/dendron/issues/1171
  • j

    JT6519

    11/11/2021, 10:35 PM
    Ctrl+Shift+V copies in the text but loses the character formatting... But wait... I am using a dark theme in VSCode and just selected then copied into a new MS Word document (online with Office 365) (Ctrl+V) and I'm not getting the coloring... Where I was seeing the theme colors was on my work computer using Word locally... Hmmm... got some 'splainin' to do...
  • j

    JT6519

    11/11/2021, 10:36 PM
    Theme colors also showing when pasted into Gmail...
  • k

    kevins8

    11/11/2021, 10:37 PM
    have you tried disabling syntax highlighting when copying? https://github.com/microsoft/vscode/issues/20837#issuecomment-420455268
  • m

    Meron35

    11/11/2021, 11:15 PM
    Done https://github.com/dendronhq/dendron/issues/1698
  • k

    kevins8

    11/12/2021, 1:09 AM
    they should. how are these snippets defined?
  • f

    foureyedsoul

    11/12/2021, 1:50 AM
    The ones that work in other Markdown files are in a
    global-snippets.code-snippets
    file. Here's an example. I just checked again and it works in the body of a note in Dendron, but it won't work in the YAML header.
    Copy code
    "today's date": {
        "prefix": "@td",
        "scope": "markdown,yaml,json",
        "description": "Add today's date in YYYY-MM-DD format",
        "body": [
            "$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE",
        ],
        },
  • k

    kevins8

    11/12/2021, 5:11 AM
    hmm, its working for me. can you check if you have another shortcut that's overriding it? if you disable dendron, does this problem still persist?
  • a

    andrey-jef

    11/12/2021, 6:25 AM
    Despite of having configured hierarchyDisplayTitle: 'Read more ⬇️' all of my children notes are listed under
    Children
    title. Anyone encounter this issue? Im using Dendron v0.68.1
  • u

    user

    11/12/2021, 7:36 AM
    I just installed Dendron and it doesn't appear to work. All I get is a workspace full of tutorial markdown text with no functionality.
  • u

    user

    11/12/2021, 7:36 AM
    I'm on an M1 Mac
  • u

    user

    11/12/2021, 7:37 AM
    Are there any know fixes for this?
  • s

    SeriousBug

    11/12/2021, 7:44 AM
    It should work on an M1 Mac, I think there are even some Dendron team using it. Could you run "Dendron:Dev: Show Logs" and message me the output?
  • u

    user

    11/12/2021, 1:04 PM
    I'd like to take my current dendron projects and remove them from git. I've decided to switch over to just using my existing Syncthing setup. What's the easiest way to get git out of the mix?
  • k

    kevins8

    11/12/2021, 1:51 PM
    could you also run ‘diagnostic report’ and paste the output?
  • k

    kevins8

    11/12/2021, 1:51 PM
    we have a “convert vault” command again that can change a vault from local to remote and vice versa
  • t

    teflinfoki

    11/12/2021, 2:06 PM
    I reinstalled my ubuntu. And I have the Dendron directory from my backup. What do I do in my new VS Code to use my notes from that backup? Thanks in advance.
  • k

    kevins8

    11/12/2021, 2:47 PM
    you can use the
    Vault Add Command
    and add your backup -> https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47.html#vault-add
  • t

    teflinfoki

    11/12/2021, 2:48 PM
    gonna try that, thank you
  • j

    johndendron29

    11/12/2021, 2:58 PM
    yeah, can repro this one. disabling syntax highlighting does not work. theme color is still being copied. Could you submit a bug report [here](https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=bug_report.md&title=) so we can add it to our roadmap?
  • j

    joneshf

    11/12/2021, 3:10 PM
    So, there's this weird thing that happens sometimes. It's intermittent, so I can't easily replicate it. Here are the steps: 1. In some note, type out a link that doesn't exist. Say
    [[foo.bar]]
    . 2. Open/create the link using the keybinding (I forget what it's called, but the keybinding is `CTRL`+`ENTER`). 3. Close the newly created note. 4. The first note loses the dendron-specific syntax highlighting and falls back to plain markdown highlighting. E.g. existing note links and non-existent note links are the same color instead of different colors. I have to either "Developer: Reload Window" or do all three of "Dendron: Reload Index," open a different note, then switch back to the original note. This started happening a week or two ago. It's happened across all the latest versions, but I'm not sure when it started. Any thoughts on what might be up?
  • j

    JT6519

    11/12/2021, 3:18 PM
    @jondendron29 New issue submitted. Thanks! https://github.com/dendronhq/dendron/issues/1703
  • c

    codemuncher

    11/12/2021, 5:22 PM
    Hey guys
  • c

    codemuncher

    11/12/2021, 5:22 PM
    I have a question
  • c

    codemuncher

    11/12/2021, 5:22 PM
    How do you take notes away from your pc
  • s

    SeriousBug

    11/12/2021, 5:26 PM
    You can check out the #795730630771867737 channel and this page for some ideas: https://wiki.dendron.so/notes/401c5889-20ae-4b3a-8468-269def4b4865/#795730630771867737-support
  • s

    SeriousBug

    11/12/2021, 5:27 PM
    Looks like Discord is breaking the link 😅 there's a "Mobile Support" section on that page
  • f

    flip

    11/12/2021, 5:27 PM
    Greetings friends and archrivals. I have a broad 'best practices' sort of question re: some of the 'seeds' like the
    template
    and
    tldr
    stuff. Is there a best-practice / guide / video / helping hand for adding my own content to those? With generic (e.g., non-Dendron)
    tldr
    I just have my own GitHub fork that I add things to. I'm not 100% sure how that sort of thing might 'work' in Dendron, but am intrigued by the possibilities.
1...449450451...757Latest