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

    sirkus

    05/03/2022, 7:14 PM
    That worked
  • s

    sirkus

    05/03/2022, 7:14 PM
    It's a little unintuitive since I can't type it like an IP address, but it's a workaround I can try 👍
  • s

    sirkus

    05/03/2022, 7:14 PM
    Thanks for the help
  • g

    Gander7

    05/03/2022, 7:19 PM
    @sirkus I've used underscores or dashes for things like that. In case you wanted to do
    Host.10-4-33-21
    ,
    Host.10_4_33_21
    , or even give the server a name and then have a list of your hosts by IP, if the IP is how you organize them.
    Host.Server1
    Copy code
    Hosts:
    10.4.33.21 - [Server1](Host.Server1)
  • s

    sirkus

    05/03/2022, 7:21 PM
    Thanks @Gander7 , I'm playing around with that now, trying to consider how to standardize on hostnames -- both for IPs and FQDNs. An underscore may be a good, easy to recognize method.
  • p

    Preston

    05/03/2022, 7:24 PM
    hmmm
  • p

    Preston

    05/03/2022, 7:24 PM
    I can't open the command pallet
  • p

    Preston

    05/03/2022, 7:25 PM
    it doesn't even feel like dendron is initalized
  • p

    Preston

    05/03/2022, 7:27 PM
    brb will update if I broke something with a solution to it edit: I was unbelievably out of date
    Copy code
    {
      "ctx": "ReloadIndex.execute",
      "error": {
        "name": "DendronError",
        "status": "unknown",
        "severity": "fatal",
        "payload": "{}"
      },
      "msg": "unable to initialize engine"
    }
  • p

    Preston

    05/03/2022, 7:40 PM
    trying to run doctor to fix whatever needs to be fixed
  • p

    Preston

    05/03/2022, 7:40 PM
    in this case it's fix frontmatter gonna delete all the old configuration files, since they're all screwed anyway more than likely fixed: moved all notes out of current vault directory and deleted all configuration and schemas dating back to late 2021. Initalized a new vault, moved all markdown files into the new vault, ran the doctor commands, everything works fine. This is what I get for using VS Codium for so long
  • p

    Preston

    05/03/2022, 7:50 PM
    Also, wow damn this is way faster
  • a

    alexis<3

    05/03/2022, 8:18 PM
    It seems like with the latest update I’ve lost all views - tree view missing - calendar view - graph view
  • a

    alexis<3

    05/03/2022, 8:22 PM
    for anyone else in a time crunch at work like me, downgrading works smoothly
  • d

    Daniel Silverstone

    05/03/2022, 8:45 PM
    Didn't the release notes say they'd been moved to a dendron sidebar?
  • j

    johndendron29

    05/03/2022, 8:50 PM
    We now have Dendron view in the activity side bar: https://wiki.dendron.so/notes/kxndu7d0rkumpa7esksat8r/
  • a

    anonrunner

    05/03/2022, 8:52 PM
    Here you see content of
    vault_1.example.note-one
    the list source is this:
    Copy code
    - [[vault_2.example.note-three]]
    - [[vault_1.example.note-two]]
    As you can see, links into the Note Two, which is in the same vault as Note One are translated and Title is used in the list. The link to the Note Three (the first one), is shown as path, instead of Title. So my question was - how to make both items in the list consistent (both translated to Note Title)
  • a

    alexis<3

    05/03/2022, 8:54 PM
    oh they may have moved just a massive change like that is disoncerting when trying to take meeting notes :)
  • a

    alexis<3

    05/03/2022, 8:54 PM
    i didn’t have time to go through release notes to figure it out
  • a

    alexis<3

    05/03/2022, 8:54 PM
    ill try again later today though see that its all working correctly
  • s

    SeriousBug

    05/03/2022, 9:01 PM
    Does
    vault_2.example.note-three
    have a title? Could you share what that note looks like?
  • s

    SeriousBug

    05/03/2022, 9:01 PM
    The title would be in the frontmatter, looks like
    title: ...
    at the start. Dendron automatically generates a title for your notes, but maybe it got deleted
  • a

    anonrunner

    05/03/2022, 9:03 PM
    Thanks for looking into it. Yes, it has a title, I have created all of them in exact same way:
    Copy code
    ---
    id: 33m83rohwzf2f7g96a2cuns
    title: Note Three
    desc: ''
    updated: 1651610968129
    created: 1651610964720
    ---
    That's for
    vault_2.example.note-three
  • a

    anonrunner

    05/03/2022, 9:04 PM
    The only difference I found - Note, that exists in external Vault is not converted to the title... all links to same-vault are converted to Title
  • a

    anonrunner

    05/03/2022, 9:05 PM
    At first I thought that maybe Dendron needs some time to refresh cache or index.. but then realized that it's not the case.. only external links to Notes in other vaults are like this
  • s

    SeriousBug

    05/03/2022, 9:06 PM
    When you say "external vault", that vault is in your workspace right? This could happen if the vault isn't available (although it would say
    (private)
    then I think)
  • a

    anonrunner

    05/03/2022, 9:08 PM
    Yes, both vaults are in the same workspace. I use two vaults continuously - one vault is for generic stuff, and another one is for daily things (dedicated to work). So I use them both at the same time in +- the same way and link between them heavily.
  • a

    anonrunner

    05/03/2022, 9:41 PM
    maybe I have some wrong config on my side?
  • a

    andrey-jef

    05/03/2022, 10:15 PM
    I have just manually drag-and-drop the tree-view, backlink, calendar from Dendron sidebar back to Explorer sidebar 😄
  • a

    anonrunner

    05/03/2022, 10:42 PM
    I have started to use git. Also, I have moved files between vaults. There were some non-working links, but I ran "Reload Index" and now all seems to be working well. After movement of files, resolutions of links (to Title) started to work for those notes, who resides on the same vault. The nodes that were left on another vault - links got converted to Paths. Once again, many thanks for your tips! p.s. I love new Dendron sidebar 🙂
1...625626627...757Latest