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

    user

    12/21/2021, 9:24 PM
    Looks like https://wiki.dendron.so/ is broken... or is jut me?
  • k

    kevins8

    12/21/2021, 9:30 PM
    doing some updates - deploying a fix now
  • g

    glucinater21

    12/22/2021, 1:21 AM
    Hey I’m having some issues publishing my dendron notes, I keep getting a deployment failure on GitHub pages
  • g

    glucinater21

    12/22/2021, 1:21 AM
    Anyone deal with this at all?
  • g

    glucinater21

    12/22/2021, 1:37 AM
    nvm I was being stupid
  • k

    kevins8

    12/22/2021, 2:05 AM
    what was the issue in case others run into it?
  • g

    glucinater21

    12/22/2021, 2:07 AM
    Kind of embarrassing but I used the vault as my GitHub repo instead of the entire folder
  • u

    user

    12/22/2021, 2:11 AM
    My is one repo per vault, and no repo gets the root folder, but I must be doing something wrong
  • a

    Anba

    12/22/2021, 2:14 AM
    Hi Trying explore templates: But when I try to create new note: journal.template.daily.2021-12-22 The template is not getting applied, can any one help?
  • k

    kevins8

    12/22/2021, 2:21 AM
    could you elaborate on this?
  • u

    user

    12/22/2021, 2:41 AM
    Let's say main folder is vauts and I have vaut1, vault2 and vault3, the git repos are under folders vaut1, vault2 and vault3. The files under the main folder, vaults, are not included in any repo, those are workspace files, config files, etc ..
  • j

    jyeung

    12/22/2021, 11:32 AM
    Hi @User - give this a try: 1. Delete your current
    journal.schema.yml
    definition 2. Have your journal note open (the one you want to have a template for), then run
    Dendron: Create Schema From Note Hierarchy
    Details here: https://wiki.dendron.so/notes/gHERCRoEXzASfXorBgZN0/ 3. That should auto-gen a matching schema for you. Last step is to modify it a bit by adding back in the
    template: journal.template.daily
    line
  • s

    Smurf

    12/22/2021, 11:35 AM
    Hello, I'm discovering dendron, and it seems great 🙂 I want to sync my workspace with my local gitea server. I've followed a tutorial I've found, but got an error when using the "Dendron: Vault Add" command. I select remote, copy paste my git repo URI, validate names with default, and get this error: error while running command: Clonage dans 'Dendron'... fatal: could not read Username for 'http://xxxxxx:3000/xxx/Dendron.git': Aucun périphérique ou adresse When I type git config --list --show-origin, I have my username, email and pw set globally
  • s

    Smurf

    12/22/2021, 11:48 AM
    your help is welcome, I don't understand what's going on
  • b

    Bassmann

    12/22/2021, 11:51 AM
    Not sure if it's related but I had similar issues in the past and found that VSCode didn't pickup my git settings. Did you run git config from the integrated terminal?
  • s

    Smurf

    12/22/2021, 11:59 AM
    no, from command line
  • s

    Smurf

    12/22/2021, 12:00 PM
    tried from the terminal menu of vscode, it can read my settings
  • b

    Bassmann

    12/22/2021, 12:02 PM
    Does ssh access work otherwise for you in vscode? I'm sorry out of ideas. I use ssh and have to run ssh-add after a restart. Then adding vaults work perfectly.
  • s

    Smurf

    12/22/2021, 12:03 PM
    I never used vscode before, used other editors... I'm not using ssh access to my git, only plain http
  • b

    Bassmann

    12/22/2021, 12:06 PM
    Hmm I still suspect it's a generic vscode issue. Can you open a folder of one of repos do a small change and see if you can commit&push? Just to find out if it's Dendron or vscode itself
  • s

    Smurf

    12/22/2021, 12:07 PM
    OK, I'll try it
  • s

    Smurf

    12/22/2021, 12:08 PM
    Is it the same If I manually edit the conf file to set this? workspace: vaults: - fsPath: vault sync: sync type: git url: 'mylogin:http://xxx:3000/mylogin/Dendron.git'
  • s

    Smurf

    12/22/2021, 1:08 PM
    @User I've tried creating another projet, and it works when manually initialising the git with command line (otherwise, it wants to connect to github by default). Then it works with VS GUI. I've done the same with dendron, and changes are correctly tracked by GUI. However, despite having added the previous settings in my dendron.yml file, it does not auto-commit (I'm using "git config credential.helper store" to store credentials). Is it supposed to autocommit or commit is manual?
  • s

    Smurf

    12/22/2021, 1:48 PM
    I've created the git in the Dendron base folder. Tried creating the git in the "vault" folder, and I have the bottom page message to sync data to git. No error message, but not committing...
  • t

    tiptronic

    12/22/2021, 1:50 PM
    I just tried Dendron and have one question:
  • t

    tiptronic

    12/22/2021, 1:52 PM
    Usually I was using this Markdown preview extension: https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles When I have this extension active, all my navigation in Dendron's markdown are hosed: Navigating in the preview in this case doesn't work, because ALL links are replaced by
    https://file+.vscode-resource.vscode-webview.net/Users/andy...
    etc.. Any idea how to fix this? Alternatively: how can I add my favorite 'GitHub markdown' styles to Dendron?
  • u

    user

    12/22/2021, 3:33 PM
    after installing dendron, I now have a permanent "Calendar View" which never goes away and doesn't finishing loading...it just sits there and spins. Any ideas on what it might be doing and how to make it vanish?
  • v

    vinniefm

    12/22/2021, 3:58 PM
    I've had this issue when I've had a bug in a schema. maybe an issue in
    daily.journal.schema.yml
    ?
  • k

    kevins8

    12/22/2021, 4:06 PM
    ah, so the workspace folder is a separate repo. when you clone an workspace with a dendron.yml, dendron will clone any vaults as needed
  • k

    kevins8

    12/22/2021, 4:06 PM
    setting up the workspace right now as a repo is manual
1...476477478...757Latest