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

    Tika

    03/26/2022, 6:16 AM
    This still does not work but only on one computer. I tried removing and re-adding a remove vault. This fails. I tried in a newly initialized workspace, fails too. Am I missing something?
  • s

    SeriousBug

    03/26/2022, 6:17 AM
    It sounds like it's failing to launch git.
    git
    is installed and is in your path right?
  • t

    Tika

    03/26/2022, 6:17 AM
    it was working on this machine for months
  • t

    Tika

    03/26/2022, 6:18 AM
    what should i check?
  • t

    Tika

    03/26/2022, 6:18 AM
    also, i could pull/push manually OK
  • s

    SeriousBug

    03/26/2022, 6:19 AM
    We haven't changed anything with how Dendron accesses git either in 86 or even earlier I don't think Can you open a terminal inside VSCode (Focus on Terminal View command), and then try typing
    git --version
    ?
  • t

    Tika

    03/26/2022, 6:21 AM
    git version 2.35.1.windows.2
  • a

    alukach

    03/26/2022, 6:23 AM
    @User I may have misspoke, I am seeing the following when I do actually create the
    .standup
    journal note:
    Copy code
    Warning: Problem with prj schema. No note found for templates.standup
    Any thoughts?
  • s

    SeriousBug

    03/26/2022, 6:23 AM
    Maybe a silly question, but do you have a note named
    templates.standup
    ?
  • a

    alukach

    03/26/2022, 6:24 AM
    Fair question. In the root of my vault, I have a file `templates.standup.md`:
    Copy code
    ---
    id: 518k6qgpg7sq142rozvu2tk
    title: Standup
    desc: ''
    updated: 1648273075303
    created: 1648273075303
    stub: true
    ---
    
    ## Yesterday
    
    ## Today
    
    ## Blockers
  • s

    SeriousBug

    03/26/2022, 6:24 AM
    Can you remove
    stub: true
    from the frontmatter of that note? That could be an issue
  • a

    alukach

    03/26/2022, 6:25 AM
    Is it possible that should be adjacenct to my schema file?
  • s

    SeriousBug

    03/26/2022, 6:25 AM
    It can be in any vault. You just want to make sure you can find the template note with the lookup
  • a

    alukach

    03/26/2022, 6:25 AM
    This did the trick. Thanks! Still learning what
    stub
    controls...
  • s

    SeriousBug

    03/26/2022, 6:26 AM
    You normally shouldn't have
    stub: true
    in any of your notes. Dendron only uses that internally, it basically means the note doesn't exist
  • t

    Tika

    03/26/2022, 6:30 AM
    reinstalled vscode, still the same. 😦
  • s

    SeriousBug

    03/26/2022, 6:30 AM
    Could you tell more about how you have git installed, is it gitforwindows.org? Let me try to recreate the error
  • t

    Tika

    03/26/2022, 6:31 AM
    yes. again, it was working just fine and works on my other computer with the same os https://gitforwindows.org/
  • a

    alukach

    03/26/2022, 6:35 AM
    Okay, I may be flying a little close to the sun here but... Is it possible for a template used in a Journal to reference the previous journal entry? For example, when I create a standup journal entry, it would be nice to automatically reference the tasks I wrote in the last standup's day's objectives section.
  • s

    SeriousBug

    03/26/2022, 6:37 AM
    You could do it with hooks, but setting it up requires a bit of programming: https://wiki.dendron.so/notes/12551d19-04c2-4d26-ac1e-d23ff3181a9c/
  • t

    Tika

    03/26/2022, 6:39 AM
    Well, I reinstalled git and at least it is cloning. I might just add all vaults again to this new workspace instead of trying to restore it all.............
  • s

    SeriousBug

    03/26/2022, 6:40 AM
    Huh, that's weird. Can you send me the
    Dendron:Dev: Open Logs
    if it still doesn't work? I'll check if there are any other errors
  • t

    Tika

    03/26/2022, 6:41 AM
    Seems working now in this new workspace, with new Code and new Git. Sync works too
  • t

    Tika

    03/26/2022, 6:41 AM
    So, who knows
  • t

    Tika

    03/26/2022, 6:49 AM
    Hm, the Settings look different now with
    remote:
    duplicated in both
    vaults:
    and
    workspaces:
    for workspace vaults. Is this expected?
  • s

    SeriousBug

    03/26/2022, 6:56 AM
    It doesn't look that way on my setup. You can remove it or keep it, the sync actually doesn't look at the
    remote
    fields in the config I believe
  • t

    Tika

    03/26/2022, 8:11 AM
    i mean that urls to remote repos are duplicated. i imaging one copy is needed but which?
  • s

    SeriousBug

    03/26/2022, 8:11 AM
    The one under workspaces is required, the one under vaults is unnecessary I think.
  • u

    user

    03/26/2022, 11:49 AM
    Hello all, I've set up a new workspace and exported this to static HTML. When I throw this on to my webserver, I get the following error in the console making the website unsuable (It loads initially and then, as it spits out more and more errors becomes unresponsive after a couple of seconds).

    https://i.imgur.com/4mEdYI8.pngâ–¾

    Does anyone know why this occurs?
  • u

    user

    03/26/2022, 11:51 AM
    Not sure whether this question is suitable for this channel, or if it should go in publishing. Apologies if this is the case.
1...579580581...757Latest