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

    josh

    02/18/2022, 9:06 PM
    Okay, I'll do that!
  • s

    Soto Ducani

    02/18/2022, 9:25 PM
    very interesting.... lemme do some poking around my ids.
  • s

    Soto Ducani

    02/18/2022, 9:27 PM
    I was doing some deleting and recreating of things to try and figure out why I was getting single-letter stubs showing in the node graph, but that was a while ago. Don't know if I was getting the error for that long
  • s

    Soto Ducani

    02/18/2022, 9:38 PM
    So I'm not seeing any dupe ID's exist currently in my workspace, @User does the error only persist for you while that dupe id note exists?
  • s

    Soto Ducani

    02/18/2022, 9:48 PM
    ohohoh, dups are present in my cache file though
  • s

    Soto Ducani

    02/18/2022, 9:49 PM
    those might just be links.....
  • s

    Soto Ducani

    02/18/2022, 9:52 PM
    yep false alarm
  • j

    josh

    02/18/2022, 10:05 PM
    yes, in my case the error was tied to the duplicate id note however i think that this error message is pretty common with cache-related problems, so I don't think that there is one singular reason for it
  • s

    seadude

    02/18/2022, 11:34 PM
    How are we handling different classifications of content in Dendron? Examples: "CONFIDENTIAL", "OPERATIONALLY SENSITIVE", "FOR INTERNAL USE ONLY", "COVER BY NDA", "DO NOT COPY NOR DISTRUBUTE WITHOUT PERMISSION", "PUBLIC", etc.
  • s

    seadude

    02/18/2022, 11:36 PM
    I thought about a "Classification:" field in the YAML front matter, but I'm not sure how to filter by classification when publishing or how to watermark based on this value, etc.
  • k

    kevins8

    02/19/2022, 12:06 AM
    for classification, we do it on a per vault level. see the different vaults we have here: https://github.com/dendronhq/handbook/blob/main/handbook/handbook.map.md#L13:L13
  • k

    kevins8

    02/19/2022, 12:45 AM
    schema prohibit note creation
  • s

    scionow

    02/19/2022, 9:09 AM
    Hello! Is it possible to change the workspace name? Currently is using "dendron.code-workspace" and if I change it the file name, dendron is not loaded properly
  • s

    SeriousBug

    02/19/2022, 9:36 AM
    No, that's not possible at the moment unfortunately. You could delete the
    dendron.code-workspace
    file entirely in which case VSCode will display the name of the folder instead, but you'll miss some features like recommended extensions and vault names in the breadcrumbs then.
  • s

    scionow

    02/19/2022, 9:39 AM
    Thanks a lot for your quick response!
  • a

    aleksey

    02/19/2022, 12:44 PM
    There is already an open issue for that: https://github.com/dendronhq/dendron/issues/1257
  • p

    Petew

    02/19/2022, 11:25 PM
    I'm using Dendron on MacOS 10.15.7, and I find that the Dendron Preview only shows the note title, and it's the title that's auto-generated from the note name, not the title in the front matter. I've closed all editor panes other than the note I want to view, and closed the preview pane. Re-opening the preview pane makes no difference, I still see the same title and no content. If I close VSCode completely and restart Dendron, the notes show properly - the correct title and content. This feels like a resource problem, but I don't know enough about VSCode or Dendron to justify that. Oh, when the preview isn't right, the info at the bottom left shows no problems. I'll have a closer look today at any differences there may be between the Mac laptop and the iMac (they have difference resources available).
  • j

    josh

    02/20/2022, 5:13 PM
    Is it possible to render some note references as pretty refs, and some not? (in the same note) I only found the option to turn it off / on for complete notes
  • s

    SeriousBug

    02/20/2022, 6:05 PM
    That's not possible unfortunately, but you're welcome to send a feature request
  • j

    josh

    02/20/2022, 6:06 PM
    👍
  • n

    NeverSleep360

    02/20/2022, 11:04 PM
    how is the markdown rendered... is it sent to an online renderer, or is there something running on the local machine that renders it?
  • k

    kevins8

    02/21/2022, 12:10 AM
    local express server. we have a sequence diagram here -> https://docs.dendron.so/notes/446723ba-c310-4302-a651-df14ce6e002b.html
  • e

    ElderFallGuy

    02/21/2022, 11:03 AM
    Hello, a question please: I want to try the "multi-root" workspace, by putting multiple vaults "outside" the main workspace. (to have the shared "contact list" as shown in "a day in dendron") I have the config file as
    Copy code
    //dendron.yml
    workspace:
        vaults:
            -
                fsPath: ../vault/person
                name: person
    
    //dendron.code-workspace
    ...
            {
                "name": "person",
                "path": "../vault/person"
            },
    ...
    Other main features work fine (e.g. lookup) but when I try to refactor "person.someone" to "friend.someone", the preprocessing is OK (I see the list of before/after notes) I got a "vault no found" error... Any idea? thanks
  • e

    ElderFallGuy

    02/21/2022, 11:36 AM
    besides, I understand that I should use cross-vault links as
    [[dendron://person/friend.someone]]
    to link to the person page. I wonder if there is an easier way to add wiki links. (I am trying some custum code snippets).
  • t

    tyh2305

    02/21/2022, 11:39 AM
    Hi all, a question here, I am trying to make my self note on mathematics, and I used Katex equation alot, then my markdown previewer keep on freezing even I close that preview tab and reopen it will shows
    Loading...
    and I had to reload the entire window. Previously when I making note without using Katex equation, it worked smoothly, is it my setting problem or the markdown previewer has some issue on this?
    k
    j
    • 3
    • 6
  • k

    kevins8

    02/21/2022, 4:39 PM
    that setup looks good. sometimes, you need to run "Reload Index" if you've renamed a vault for dendron to pick it up
  • k

    kevins8

    02/21/2022, 4:42 PM
    if you the
    CopyNoteLink
    command, dendron will add the linkk to the clipboard. we have a setting to toggle whether these links should be xavult by default -> https://wiki.dendron.so/notes/3i4ABJutl7NGeXRHTnUEC.html#enablexvaultwikilink
  • k

    kevins8

    02/21/2022, 4:43 PM
    issue with katex
  • l

    L3n

    02/21/2022, 6:32 PM
    what's the purpose of the description in notes? (/where are they found, cuz it looks like it's just in the editor)
  • b

    benhsm | Jack of N trades

    02/21/2022, 6:50 PM
    I think they show up in the lookup UI as well
1...552553554...757Latest