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

    ilt

    10/27/2021, 6:55 PM
    Copy code
    journal:
        dailyDomain:
        name: journal
        dateFormat: y.MM.dd
        addBehavior: childOfDomain
        firstDayOfWeek: 1
  • i

    ilt

    10/27/2021, 6:55 PM
    this throws an error
  • c

    cconrad

    10/27/2021, 7:01 PM
    @User, @User recently gave me this answer: If you want the format daily.yyyy.mm.dd, try this: ... workspace: journal: name: daily dateFormat: y.MM.dd addBehavior: asOwnDomain ...
  • c

    cconrad

    10/27/2021, 7:01 PM
    I didn't try this yet, but if you replace "daily" above with "journal", it should work
  • a

    andrey-jef

    10/27/2021, 7:18 PM
    currently i need use
    <br>
    tag to mark
    newline
    without having to use double
    Enter
    . Take eg as below. Is there any method to configure simple
    Enter
    as a line break? Or did I miss smt? Thanks.
    Copy code
    md
    Dendron <br>
    Official website: https://www.dendron.so/ <br>
  • i

    ilt

    10/27/2021, 7:48 PM
    Thanks. It creates a note with journal.journal.2021...
  • i

    ilt

    10/27/2021, 7:49 PM
    Ah
  • i

    ilt

    10/27/2021, 7:51 PM
    Ok it works if I keep name empty and dailydomain: journal
  • i

    ilt

    10/27/2021, 7:51 PM
    Thanks!
  • k

    kevins8

    10/27/2021, 8:09 PM
    this is part of markdown. you can use two newspaces to create a newline
  • d

    David

    10/27/2021, 8:19 PM
    What's the lightest-weight way to print the content of a preview window? Is it possible without installing extensions or exporting to HTML + saving as a file + opening in a browser, etc?
  • a

    andrey-jef

    10/27/2021, 8:19 PM
    You mean
    two trailing whitespaces
    then
    carriage return
    , right? Is it possible to have a feature in Dendron like
    Add option to break lines on single EOL
    for
    Dendron Preview
    and
    Publish
    ? Can I make a feature request for this?
  • s

    SeriousBug

    10/27/2021, 8:25 PM
    Of course, please use the feature request button here: https://github.com/dendronhq/dendron/issues/new/choose
  • k

    kevins8

    10/27/2021, 8:32 PM
    depending on what you need it for, you can use the publish pod command to copy the contents as markdown/html
  • d

    David

    10/27/2021, 8:36 PM
    I just wanted to print off a recipe to bring to the kitchen. First time I realised that VSCode doesn't itself have a print function. Seems odd. But the formatted version is the one I'd like, not the raw markdown. I understand I can pod it to HTML, save it as a file, open in a browser and print it. Thought there might be a simpler way. (cmd-p 😀 )
  • k

    kevins8

    10/27/2021, 8:39 PM
    got it. we don't currently but its something we want to support. can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • d

    David

    10/27/2021, 8:42 PM
    Will do! Thanks, @User
  • m

    Maxotronic

    10/27/2021, 11:30 PM
    getting this error with GitHub actions
    Copy code
    Error: no site index found
    42
        at getNotes (/home/runner/work/inquiry/inquiry/node_modules/@dendronhq/dendron-11ty-legacy/_data/notes.js:41:11)
    43
        at processTicksAndRejections (internal/process/task_queues.js:95:5)
    44
        at async buildNav
    No changes on my end, using latest package version: https://github.com/maxkrieger/inquiry
  • k

    kevins8

    10/27/2021, 11:51 PM
    this is because of a breaking release we made with the last version that changes the layout of the
    dendron.yml
    file. see details here -> https://wiki.dendron.so/notes/dmymhrncBTSn2q4ZgKy5B.html#breaking you can fix this by running
    Copy code
    dendron dev run_migration --migrationVersion 0.64.1
  • j

    Jens

    10/28/2021, 12:38 AM
    Is there a specific way to pod import Obsidian files? My files have spaces in the names and match the first title, so my links also show the title like [[my big page]] maps to my big page.md. The pod changes the file to my-big-page.md which breaks the link.
  • s

    SeriousBug

    10/28/2021, 12:48 AM
    You can copy the files directly and then use the "fixFrontmatter" option in the Dendron Doctor command, that would avoid renaming the files. Would this work for you?
  • r

    rgood

    10/28/2021, 2:44 AM
    I just added the dendron.templates seed and I seem to have changed something in how dendron works. Now, every new note I make ends up in this dendron.templates directory and under that vault. This also changed git automator to only look for changes in this directory. Any idea how to fix this?
  • k

    kevins8

    10/28/2021, 2:53 AM
    When you add a seed, you change your workspace to a [Multi Vault Workspace](https://wiki.dendron.so/notes/24b176f1-685d-44e1-a1b0-1704b1a92ca0.html). The default behavior is to create a note in the same vault of the current opened note. You can switch to a note in other vaults by opening a note there (eg. if you type
    root
    , you'll see a list of all vaults). You can set [confirmVaultOnCreate](https://wiki.dendron.so/notes/F9LWJEjscrGkxnYi2JNby.html#confirmvaultoncreate) to have dendron always prompt for a vault when creating a note.
  • r

    rgood

    10/28/2021, 3:01 AM
    When I type in
    root
    the only vault listed is dendron.templates. It feels to me like dendron is using the yml file from the templates directory instead of using the one in the main root directory. I just don't know how to get it choose the right one. I can't confirm this, no was for me to see which one is being used.
  • k

    kevins8

    10/28/2021, 3:48 AM
    hmm, do you have
    dendron.code-workspace
    open? if you run
    >Diagnostics Report
    , can you paste the output?
  • r

    rgood

    10/28/2021, 3:50 AM
    Wouldn't let me paste, too may chars
  • k

    kevins8

    10/28/2021, 3:56 AM
    it looks like there's only one vault in your dendron.yml "vaults": [ { "fsPath": "templates", "seed": "dendron.templates", "name": "dendron.templates" } ],
  • k

    kevins8

    10/28/2021, 3:56 AM
    you can fix it by manually adding your vault "vaults": [ { "fsPath": "templates", "seed": "dendron.templates", "name": "dendron.templates" }, { "fsPath": "vault" } ],
  • k

    kevins8

    10/28/2021, 3:56 AM
    run
    > Dendron: configure (yaml)
  • k

    kevins8

    10/28/2021, 3:56 AM
    and make the above modification
1...439440441...757Latest