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

    SeriousBug

    03/30/2022, 11:49 PM
    Yes, the published site is just a folder full of HTML, CSS and JS files. You just need to point a HTTP server like nginx to it. I don't think we have any instructions for it, but you can look up some nginx tutorial or something
  • s

    SeriousBug

    03/30/2022, 11:50 PM
    Make sure to set up a firewall if there isn't one 😄 Also key-only ssh if you have it enabled
  • u

    user

    03/31/2022, 1:01 AM
    Quick question; are there any future plans of including a selector for dark/light mode? Especially in darker situations, reading the high contrast (white / black) text can be strenuous on the eyes. Don't get me wrong, Dendron's design is magnificent, however I would appreciate the ability to switch between dark and light mode. If this isn't planned, I'll try to implement it using the custom html file include and some .js magic. :)
  • a

    aleksey

    03/31/2022, 1:33 AM
    Yeap, there are plans for that. There is a Github discussion (https://github.com/dendronhq/dendron/discussions/1298) and a related issue (https://github.com/dendronhq/dendron/issues/496) discussing theming. You can upvote either or both to show your interest in the topic and feel free to leave a comment.
  • u

    user

    03/31/2022, 2:29 AM
    如何在dendron中建立类似anki的记忆卡片?
  • v

    verl0ntu

    03/31/2022, 2:48 AM
    anyone know why the "_b" doesnt come before the "a"; normally in file explorer underscores come before any alphabetical characters
  • s

    SeriousBug

    03/31/2022, 2:55 AM
    If you enable this config, the webui tree view is alphabetical. The old tree view actually isn't: https://wiki.dendron.so/notes/f83c1d87-eac0-48f3-a5cf-8a69989d8ec1/#enablewebui
  • h

    hikchoi

    03/31/2022, 2:56 AM
    We don't have native support for anki in Dendron, but I've seen users use Dendron alongside other extensions like
    frenya.vscode-recall
    or
    jasew.anki
    .
  • v

    verl0ntu

    03/31/2022, 2:59 AM
    it seems to not have worked
  • h

    hikchoi

    03/31/2022, 2:59 AM
    Just want to add onto @User 's response: We are currently in the process of fixing the sorting issue in the native tree view. Once this is fixed, we are actually going to phase out the webview based tree view (it's a feature that we have experimented for a while but decided to not move forward with).
  • u

    user

    03/31/2022, 3:12 AM
    收到,建议增加到帮助手册中。比如哪个更好,安装步骤。
  • t

    Tika

    03/31/2022, 4:14 AM
    should this not be sorted with the newest first in Lookup?
  • s

    Saine

    03/31/2022, 4:27 AM
    I want multiple Vaults. Like one for a personal via Git, one for Work stuff (local on my workmachine), personal Notes (maybe on a homeserver), and probably some on git. On different machines, access to different combinations of Vaults (not necessarily in one view) How should I approach this? everything a different workspace? Multi Vault? Self contained Vaults?
  • s

    SeriousBug

    03/31/2022, 4:31 AM
    I think the easiest way to do this is creating new workpsaces on each machine, and adding only the vaults you want. The downside is that the config is not backed up or synchronized. Using self contained vaults could help, for example if you want all your vaults available at home and only the work vault available at work, you could just open your work vault and use that. But self contained vaults is still early preview, so not all features work yet and bugs are expected.
  • s

    SeriousBug

    03/31/2022, 4:32 AM
    I'm not sure if the items in the lookup are sorted. @User do you know if they are?
  • s

    Saine

    03/31/2022, 4:38 AM
    and on Github I have only the Vaults, not the entire Workspace?
  • s

    Saine

    03/31/2022, 4:38 AM
    the ones I want on Github
  • s

    SeriousBug

    03/31/2022, 4:40 AM
    Yes, you'd put each on a separate repository. You can create them with "vault add" and picking local, then use "vault convert" to make them remote. Finally create a new workspace at your work computer and only add the work vault. Or however you wanted it set up.
  • s

    Saine

    03/31/2022, 4:40 AM
    I'll try
  • h

    hikchoi

    03/31/2022, 5:12 AM
    It should, but fuzzy search may have changed the behavior. @User Could you open a bug report for this? 🙏🏻
  • s

    Saine

    03/31/2022, 5:52 AM
    Copy code
    yaml
    remote:
          type: git
          url: "git@github.com:dendronhq/dendron.git"
    Copy code
    error while running command: Command failed with exit code 128: git push --set-upstream origin master
    Host key verification failed.
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.
    but it still says afterwards
    Copy code
    Converted vault 'vault' to a remote vault. Remote set to origin on branch master
  • v

    verl0ntu

    03/31/2022, 5:55 AM
    anyone know why it didn’t work? (also why does it say the notes are a vault lol)
  • s

    Saine

    03/31/2022, 6:00 AM
    and I have now a master and a main branch 🙂
  • s

    SeriousBug

    03/31/2022, 7:23 AM
    Ah my bad, vault convert must have
    master
    hardcoded 😅 you'll have to convert it manually then, let me know if you need help with that
  • s

    SeriousBug

    03/31/2022, 7:24 AM
    It says "vault" because those notes are inside a vault that is named "vault" 😄 I'm not sure why it didn't work unfortunately. Would you mind opening a bug report? The bug is already known, but I don't think there's a bug report open
  • v

    verl0ntu

    03/31/2022, 7:26 AM
    > It says "vault" because those notes are inside a vault that is named "vault" 😄 oh ok > I'm not sure why it didn't work unfortunately. Would you mind opening a bug report? The bug is already known, but I don't think there's a bug report open does it work for you?
  • s

    SeriousBug

    03/31/2022, 7:29 AM
    Yup. You could try restarting to see if it works after a restart.
  • s

    SeriousBug

    03/31/2022, 7:30 AM
    Hmm hold on, I think this is the regular tree view not the web view. That's weird. I think this is worth a bug report so we can investigate why it's not working for you.
  • v

    verl0ntu

    03/31/2022, 7:54 AM
    i’m using vscodium, could that be why?
  • s

    SeriousBug

    03/31/2022, 7:54 AM
    It's possible I guess, we've seen vscodium-only bugs before
1...585586587...757Latest