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

    kevins8

    10/29/2020, 2:34 PM
    if you don't mind links breaking, you can use the
    rename
    command to do it in bulk https://linuxize.com/post/how-to-rename-files-in-linux/#renaming-files-with-the-rename-command
  • r

    rasmuse

    10/29/2020, 2:35 PM
    Thanks, yes, I realize that. And I will probably do it with a rename + a regex replace in the notes files to also maintain the links.
  • r

    rasmuse

    10/29/2020, 2:36 PM
    The pattern
    daily.journal.[et cetera]
    clearly cannot refer to anything else in my notes, so a regex find and replace feels safe.
  • k

    kevins8

    10/29/2020, 2:38 PM
    haha, fair enough
  • b

    Bassmann

    10/29/2020, 3:05 PM
    I try the import markdown pod but seem to make some stupid mistake. Here is what I do
  • b

    Bassmann

    10/29/2020, 3:06 PM
    call
    Copy code
    Dendron: Import Pod
    A config.import.yml file opens telling me to create a configuration
  • b

    Bassmann

    10/29/2020, 3:08 PM
    I enter the parent directory of the notes I want to import as value for src and save
  • b

    Bassmann

    10/29/2020, 3:08 PM
    I run Import Pod again choosing markdown
  • b

    Bassmann

    10/29/2020, 3:09 PM
    Then nothing happens and nothing gets imported as far as I can see
  • k

    kevins8

    10/29/2020, 3:16 PM
    the markdown pod is very finicky on import 😅 it can fail if there are weird characters in the filename and I think if you end the folder with a
    /
    . i'm doing an update to it for next for it to behave better
  • b

    Bassmann

    10/29/2020, 3:37 PM
    > the markdown pod is very finicky on import 😅 > > it can fail if there are weird characters in the filename and I think if you end the folder with a
    /
    . i'm doing an update to it for next for it to behave better @User I tried adding a
    /
    with no effect. I just tried the JSON Import which fails but at least provides an error message
  • b

    Bassmann

    10/29/2020, 3:37 PM
    "c:\\Users\\\\Downloads\\notes\\: EISDIR: illegal operation on a directory, read"
  • k

    kevins8

    10/29/2020, 3:38 PM
    oh yeah --> json import is meant to be used with a single json file
  • k

    kevins8

    10/29/2020, 3:38 PM
    see the format when you run json export
  • u

    user

    10/29/2020, 3:38 PM
    > tldr: there's no technical reason we can't support folders, it's just not currently on the roadmap because other items are higher priority > @User > That is a good enough reason for me. Thanks for your input!
  • e

    Eddy

    10/29/2020, 4:03 PM
    really getting into dendron now. really nice stuff.. i have a few questions though, and i think i just a pointer in the right direction - mobile support? git journal is mentioned, but this means i have to set it up with git - how do i go about doing this?
  • e

    Eddy

    10/29/2020, 4:07 PM
    or maybe, my question is more, how have other people gone about this? you have a private server for your git repo for the notes?
  • e

    Eddy

    10/29/2020, 4:07 PM
    which leads me to another question; encryption? possible somehow?
  • z

    zenen

    10/29/2020, 5:58 PM
    Im somewhat confused at the concept of a vault, the quick-start guide says dendron by default searches all vaults. But it doesn't talk about how to create a vault, or why you would want too. It seems like creating many vaults would be counterproductive to the dendron motif. Can anybody give some clairty?
  • b

    Bassmann

    10/29/2020, 6:04 PM
    Others may enlighten me but as far as I know it's just a name for the root folder and nothing else Support for multiple vaults is still on the roadmap only so for now it will be one vault. That in turn is simply the root folder where your notes live. If you start Dendron for the first time it will create a workspace and said vault in it. Does that help?
  • k

    kevins8

    10/29/2020, 6:11 PM
    @User @User https://dendron.so/notes/45cfb9f2-46cf-4f67-a41e-834818fbd06e.html#use-cases
  • k

    kevins8

    10/29/2020, 6:12 PM
    @User see here for mobile support: https://dendron.so/notes/401c5889-20ae-4b3a-8468-269def4b4865.html#mobile-support
  • k

    kevins8

    10/29/2020, 6:13 PM
    as for encryption we have an issue open for it: https://github.com/dendronhq/dendron/issues/120
  • z

    zenen

    10/29/2020, 6:13 PM
    @User Thank you, dont know why i had such trouble looking for that
  • u

    user

    10/29/2020, 6:14 PM
    if I want to use the Markdown Preview Enhanced VS Code extension separately from Dendron, can I uninstall Dendron Markdown Preview Enhanced so I don't have two copies of the settings, keyboard shortcuts, etc.? Is Dendron Markdown Preview Enhanced just a clone or a fork or something?
  • u

    user

    10/29/2020, 6:17 PM
    or can I just use Dendron's copy and I don't need to also install MPE for non-Dendron use? the whole concept of publishing a fork of an extension under a different name (but with the same global identifiers) is weird to me. but if I understand what's going on I'll feel better
  • k

    kevins8

    10/29/2020, 6:23 PM
    @User dendron mpe is a fork. we made some additions to the preview like note references. it should be wholly compatible with mpe and we do a monthly sync upstream. mostly left the old code alone which is why configuration is in the same namespace
  • u

    user

    10/29/2020, 6:23 PM
    ok thx. I'll just use Dendron MPE then
  • k

    kevins8

    10/29/2020, 6:23 PM
    👍
  • u

    user

    10/29/2020, 6:27 PM
    I'm really interested in doing literate programming somehow, without too much fuss. I'm going to try putting markdown in comments (in my TypeScript code) and using a pre-parse hook in MPE to strip everything besides the comments. So basically, I'll run MPE on .ts files 🙂 the only problem I seem to be already running into is that MPE behavior is behind checks that the buffer language is markdown. I changed the keyboard shortcut configuration but I'm not getting scroll sync for example in non-md files. Not sure if you have any suggestions or other ways to achieve this. I don't want to mess with the TS toolchain or run a doc tool with a file watcher at the moment, I just want to enjoy VS code preview pane functionality
1...111112113...757Latest