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

    ScionAra

    11/19/2021, 11:06 PM
    This is gonna sound like a dumb question -- this is my first time using workspaces. I want to sync my Dendron between my work (Windows) and PC (WSL2). I want to store them on GitHub so I can just push and pull whenever I switch computers at the end of the day (instead of say Dropbox). My concerns are: 1. I see this (https://wiki.dendron.so/notes/vsAxYld4zsbD2XjKoh7OP/) but the doc seems to be for publishing, which is not what I want to do, I simply want to store them. Can I just
    git init
    somewhere and go from there? If so, where should I do it, the workspace or the vault? 2. Would I be able to use the repo interchangeably between Windows and WSL2? IOW, are workspaces different between OS's which would render the repo to be OS specific. Bonus question: Where do I rebind
    Ctrl + Enter
    to something else because I create a new line quite often with that same keybind
  • k

    kevins8

    11/20/2021, 1:02 AM
    If you want to synchronize everything in a single git repository, just run
    git init
    inside your workspace, add everything, and you're good to go. If you want to use a separate git repo for each vault (if you have multiple vaults), you'll want to: 1. run [Vault Convert](https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47.html#vault-convert) to turn your local vaults into git repositories 2. run
    git init
    inside your workspace to turn it into a [bare workspace](https://wiki.dendron.so/notes/c4cf5519-f7c2-4a23-b93b-1c9a02880f6b.html#bare-workspace)
  • k

    kevins8

    11/20/2021, 1:02 AM
    you can rebind
    CTRL+Enter
    by adding a new keyboard shortcut for "Dendron: Goto Note"
  • r

    random geek

    11/20/2021, 2:17 AM
    Er. Hey. Now I have several task notes as children of assorted other notes. How do I go about listing or finding my task notes?
  • b

    benhsm | Jack of N trades

    11/20/2021, 3:49 AM
    do they have "task" in their names, or just the frontmatter attributes?
  • r

    random geek

    11/20/2021, 3:51 AM
    Just the task-specific frontmatter attributes when I asked. I sort of worked around the immediate issue by adding a "task" tag to frontmatter, but I'm still wondering if there's a proper way to list and filter tasks.
  • b

    benhsm | Jack of N trades

    11/20/2021, 3:59 AM
    I checked around since I'm not that familiar with the task note functionality; as far as I can tell, there's not much for that outside of text searching
  • s

    SeriousBug

    11/20/2021, 4:02 AM
    You can search for the frontmatter key in VSCode's built in search. If you activate the regexp, you could search for
    ^status:
    which should be pretty accurate
  • s

    SeriousBug

    11/20/2021, 4:03 AM
    We are working on some query functionality that would make this more accurate and easier, which should be out sometime early 2022
  • r

    random geek

    11/20/2021, 4:07 AM
    Excellent. Thanks! and yeah
    ^status:
    certainly does the trick for now!
  • e

    eshnil

    11/20/2021, 2:10 PM
    Hello, are there any plans to make Dendron deployable as a webapp?
  • a

    aleksey

    11/20/2021, 5:49 PM
    There is an issue for a browser-based Dendron: https://github.com/dendronhq/dendron/issues/795
  • s

    SeriousBug

    11/20/2021, 5:53 PM
    Dendron also should already work with https://github.com/cdr/code-server. The browser based issue to make it work without a server
  • s

    shnathans

    11/20/2021, 5:56 PM
    There are already some efforts to set up config files to auto-provision code spaces using GitPod (who has created a more strictly compatible VSCode Server backend for their service, which is also self hostable and fully open source).
  • s

    shnathans

    11/20/2021, 5:58 PM
    Another project I've been watching is creating deployment code to automatically configure integration between Gittea, Drone-CI, and GitPod, to create a full self hostable backend. Not specific to dendron, but could be used with the above.
  • s

    SeriousBug

    11/20/2021, 5:59 PM
    I didn't know about that, thank you!
  • u

    user

    11/20/2021, 10:03 PM
    hello all. I am trying to get started with Dendron on macOS, but find cmd+enter doesn't work for me at all when navigating links...it just shifts to the next line. This is with all extensions aside from dendron disabled. I opened a github issue, but thought checking here might be worth it as well. Any ideas to troubleshoot? https://github.com/dendronhq/dendron/issues/1750
  • f

    foureyedsoul

    11/20/2021, 10:41 PM
    Which type of link are you trying to use? If it's a wikilink between notes, like
    [[target.note]]
    , you might try using
    fn + F12
    . I don't think I ever set that key command myself, and it's what works for my on macOS. If you're trying an external web link, then all I know is that
    cmd + enter
    also doesn't work for me. I usually just press command and click on the link with my trackpad… but a key command would be a great addition!
  • u

    user

    11/20/2021, 10:43 PM
    @User both types of links do not work, but per the tutorial they should
  • u

    user

    11/20/2021, 10:43 PM
    strange that basic built-in behavior wouldn't work out of the box
  • f

    foureyedsoul

    11/20/2021, 10:55 PM
    Oof, yeah. I can't remember what all I initially had to do. Assuming you've already initialized the workspace, restarted VSCode, etc, then maybe there's a step missing from the new tutorials? I think @User and other people have redone them in just the last few days, so they're probably the best people to ask.
  • u

    user

    11/20/2021, 10:56 PM
    @User ok...cool. Yeah, I've restarted dendron, but I haven't yet created a new workspace...just working within the tutorial workspace. I'll try that. In the meantime, @User , if you have any suggestions, let me know
  • u

    user

    11/20/2021, 10:57 PM
    another question...I have an existing Obsidian knowledge base I sync with iCloud. Can I just point Dendron at this and use Dendron on the desktop instead? Or should I create a new dendron workspace in my iCloud directory and import the existing files?
  • f

    foureyedsoul

    11/20/2021, 10:58 PM
    Oh! Maybe try
    control + enter
    instead of
    cmd
    ? I just tried that, and it did jump from one note to another. Maybe the target link needs to already exist?
  • u

    user

    11/20/2021, 10:59 PM
    hey, what do you know...control + enter works 🙂
  • u

    user

    11/20/2021, 10:59 PM
    looks like an oversight in the tutorial 🙂 thanks @User . I'll update the ticket
  • u

    user

    11/20/2021, 11:01 PM
    @User makes me wonder how production-ready dendron is. Out of curiosity...how has your experience been?
  • f

    foureyedsoul

    11/20/2021, 11:09 PM
    Glad that worked! I'm really happy with Dendron, so much that I've been donating a little each month. My use case for it is mostly for internal notes, like a digital bullet journal and a sort of "second brain" (for things I'm reading for my work or for my dissertation research). It's a huge improvement on the tools I was trying before, so much that I switched from using Atom to using VSCode just for Dendron. I haven't tried the publishing aspect of it yet, so I can't really say about that. I know that they've added a few people to the team in the last month or so, so I anticipate that any hiccups like this will get smoothed out soon. Other people do use both Obsidian and Dendron simultaneously, so maybe other folks will have a better perspective on how they feel compared to each other?
  • u

    user

    11/20/2021, 11:11 PM
    cool...thanks @User . I appreciate it. I'll be using it for unpublished personal notes as well...
  • s

    ScionAra

    11/21/2021, 12:28 AM
    Where do I add this CSS? The "CSS Edits" link just leads me to the FAQ page.
1...454455456...757Latest