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

    luissanchezdev

    03/10/2022, 4:11 PM
    Good morning I have a question, after the latest release I cant use dendron-cli to export, I always get a typeerror undefined 'id'. Is it just me or anyone else has it?
    j
    • 2
    • 20
  • l

    luissanchezdev

    03/10/2022, 4:13 PM
    I left only root.md and its schema file and I still get the same error
  • t

    TunnARK

    03/10/2022, 6:41 PM
    Hi everyone, I just got the same issue @User had yesterday e.g. the navbar missing when using GitHub Pages (actions). @User how did you remove dendron from the global node_modules so it runs from your local workspace ? (you said it resolved the issue) Also VS code updated dendron to v0.85 but the workspace I created today is returning v0.75 when running
    dendron --verion
    in the terminal, I tried updating manually with
    npm install --save @dendronhq/dendron-cli@latest
    s
    • 2
    • 5
  • a

    andrey-jef

    03/10/2022, 8:04 PM
    I have a html file. I want to publish it with Dendron. Anyone can teach me how? I look at import pod to convert from html to markdown, but it seems that there is no config param for import 1 file
  • b

    blue_yellow

    03/11/2022, 1:53 AM
    understood, the problem I'm facing is the graph degraded to dots(without annotation) when it fits the screen, or just partial of it if I zoom in, so there's no way to capture it without a native tool
  • t

    Tika

    03/11/2022, 3:06 AM
    you might consider adding to and/or upvoting this suggestion https://github.com/dendronhq/dendron/issues/1945
  • t

    tae

    03/12/2022, 9:06 AM
    is the sync option gone on dendron?
  • t

    tae

    03/12/2022, 9:06 AM
    i was moving on a different ocmputer to work on stuff for the first time in a while and noticed that i couldn't find dendron sync anymore and it just somehow auto sync'd
  • s

    SeriousBug

    03/12/2022, 9:07 AM
    "Dendron: Workspace Sync" command still should exist, and I can assure you Dendron won't automatically sync without running the command đŸ˜› Could you have some other extension or program that synced the repositories?
  • t

    tae

    03/12/2022, 9:07 AM
    might be auto-git?
  • t

    tae

    03/12/2022, 9:08 AM
    i cant seem to see workspace sync here anymore
  • k

    kevins8

    03/12/2022, 3:06 PM
    auto-git would do it. can you click "file, open folder" and see what directory you're in? doesn't seem like your in a dendron workspace
  • m

    mihaiconstantin

    03/12/2022, 3:24 PM
    I noticed that the following causes the syntax highlighting in the editor to fail, although Dendron can still jump to the link.
  • m

    mihaiconstantin

    03/12/2022, 3:25 PM
    As far as I can tell, this goes for any character placed in-between
    [*]
    .
  • k

    kevins8

    03/12/2022, 3:32 PM
    dendron will look for a dendron.yml file to know that it’s in a workspace. looks like those are individual vaults but you might be missing a workspace file
  • t

    tae

    03/12/2022, 3:32 PM
    i actually opened it through the workspace file
  • k

    kevins8

    03/12/2022, 3:33 PM
    hmm, are you able to run ‘dendron diagnostic report’, and if so, paste the output?
  • t

    tae

    03/12/2022, 3:33 PM
    how do i do that
  • k

    kevins8

    03/12/2022, 3:35 PM
    to confirm, we are talking about lines 11 and 15 onward?
    m
    s
    f
    • 4
    • 12
  • m

    mihaiconstantin

    03/12/2022, 3:42 PM
    Yes!
  • m

    mihaiconstantin

    03/12/2022, 3:42 PM
    11, 15, 19, 23
  • r

    rethec

    03/12/2022, 9:09 PM
    I have a problem to add a schema. I want to create a weekly schema and added a schema.weekl.yml wo my vault, but even after a reload and restart of VSCode and Dendron I can not access the schema. I use lookup and type weekly, but I do not get an result. Do I miss something?
    Copy code
    version: 1
    schemas:
      - id: weekly
        title: weekly
        desc: "Weekly Journal"
        parent: root
        children:
          - journal
      - id: journal
        title: journal
        children:
          - year
      - id: year
        title: year
        pattern: "[0-2][0-9][0-9][0-9]"
        children:
          - week
      - id: week
        title: week
        pattern: "[0-5][0-9]"
  • m

    mihaiconstantin

    03/12/2022, 9:32 PM
    I am not sure what the problem is. I tried your schema and it seems to match fine (i.e., see photo).
  • m

    mihaiconstantin

    03/12/2022, 9:33 PM
    Also in the tree view.
  • b

    benhsm | Jack of N trades

    03/13/2022, 3:21 AM
    The schema lookup is used to lookup the actual yml files that specify the schemas, not notes that match said schemas, so I think what you're seeing in that screenshot is the expected behavior
  • s

    sabin

    03/13/2022, 8:59 AM
    Hi guys. Quick question; I cleaned up my notes yesterday and deleted all empty notes. Now it seems dendron does not know about the names of the notes that I deleted; Unlike obsidian who is aware of notes that are not created... What am I doing wrong, or is this the intended way it's supposed to work (that would be sad).
  • x

    xg

    03/13/2022, 9:19 AM
    Looks like you can use the Doctor command with findBrokenLinks as its option https://wiki.dendron.so/notes/ZeC74FYVECsf9bpyngVMU/
  • s

    sabin

    03/13/2022, 9:33 AM
    thanks, found it
  • s

    sabin

    03/13/2022, 9:33 AM
    doesn't seem to work... đŸ˜¦
  • s

    Saine

    03/13/2022, 2:04 PM
    Is there an explanation what's the purpose of Tags being a note? I don't get it
1...566567568...757Latest