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

    user

    08/18/2020, 8:17 PM
    @User when I try to enter the Test note it links to
    https://github.com/mathefeitosa/dendron/dendron/notes/b2d1bf89-3d57-48f0-99ca-c4a60dba5f8c.html
  • u

    user

    08/18/2020, 8:17 PM
    This is the wrong path, because it is not inside dendron 2 times.
  • k

    kevins8

    08/18/2020, 8:19 PM
    you can remove the url line entirely. in that case, it will be relative to the root url
  • u

    user

    08/18/2020, 8:22 PM
    just leave the field
    url:
    blank in the _config?
  • k

    kevins8

    08/18/2020, 8:23 PM
    just delete the url line entirely
  • u

    user

    08/18/2020, 8:23 PM
    when i build the pod again, it automaticaly updates everything or i must delete the old notes?
  • u

    user

    08/18/2020, 8:23 PM
    the generated notes...
  • u

    user

    08/18/2020, 8:26 PM
    Page not found...
  • k

    kevins8

    08/18/2020, 8:34 PM
    it will update everything
  • k

    kevins8

    08/18/2020, 8:34 PM
    build pod, git commit, and then git push
  • u

    user

    08/18/2020, 8:35 PM
    when i put my github URL it works but the styles and notes link are messed
  • u

    user

    08/18/2020, 8:35 PM
    when i remove the URL gets 404
  • u

    user

    08/18/2020, 8:35 PM
    everything is exactly as you test repo
  • u

    user

    08/18/2020, 8:37 PM
    I think i founded the error
  • u

    user

    08/18/2020, 8:37 PM
    the file
    dendron.yml
    points to noteRoot:dendron
  • u

    user

    08/18/2020, 8:37 PM
    it shold be notes
  • u

    user

    08/18/2020, 8:37 PM
    should*
  • u

    user

    08/18/2020, 8:39 PM
    IT WAST IT
  • u

    user

    08/18/2020, 8:39 PM
    Worked
  • u

    user

    08/18/2020, 8:39 PM
    😄
  • u

    user

    08/18/2020, 8:40 PM
    Thanks a lot! 😄
  • k

    kevins8

    08/18/2020, 8:40 PM
    👍
  • u

    user

    08/18/2020, 8:40 PM
    Maybe it must be changed in the tutorial workspace.
  • u

    user

    08/18/2020, 8:40 PM
    Because it is by deafult generated in notes folder.
  • u

    user

    08/18/2020, 8:41 PM
    Dendron is the best solution out there, this thing have a great potential.
  • k

    kevins8

    08/18/2020, 8:42 PM
    noteRoot
    determines what note the home page of your site should be.
    dendron
    sets it to
    dendron.yml
  • k

    kevins8

    08/18/2020, 8:42 PM
    the folder is determined by
    dendron.code-workspace
  • u

    user

    08/18/2020, 8:44 PM
    I see, different vaults requires different folders.
  • u

    user

    08/18/2020, 8:45 PM
    Than we must add in the
    Copy code
    "folders": [
            {
                "path": "vault"
            },
            {
                "path": "."
            }
        ]
  • k

    kevins8

    08/18/2020, 9:01 PM
    currently dendron only supports having one folder. adding support for multiple folders is high priority
1...121314...757Latest