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

    user

    01/03/2022, 3:24 AM
    When using pandoc to create PDFs from my Dendron notes, how do I get mermaid diagrams to be converted as well? I've read that I need to install a pandoc-mermaid-filter but how would I make the native 'pandoc: render' command in VSCode use it? Thanks!
  • o

    Oops365

    01/03/2022, 5:56 AM
    Is there a mobile client that can show your dendron notes in it's organized fashion ootb?
  • o

    Oops365

    01/03/2022, 5:56 AM
    bit disappointed with how gitjournal handles the notes
  • b

    Bassmann

    01/03/2022, 6:17 AM
    From what I understand on the command line you would use something like
    pandoc --filter pandoc-mermaid
    . If that is correct it should suffice to add this to
    pandoc.pdfOptString
  • u

    user

    01/03/2022, 6:49 AM
    I've added the line to the pdfOptString and I've used PIP to install the mermaid filter and I still can't get it to render.
  • b

    benhsm | Jack of N trades

    01/03/2022, 9:19 AM
    maybe see if you can run it from the console first, and then you'll know whether or not its your vscode config?
  • b

    benhsm | Jack of N trades

    01/03/2022, 9:30 AM
    there's been favorable reports from people using Obsidian's mobile client + a plugin (so not quite OOTB) with Dendron notebases: https://discord.com/channels/717965437182410783/757779937833779361/926368015203844157
  • m

    mwprogrammer

    01/03/2022, 11:40 AM
    Hello, this is a bit of a newb question but then after setting confirmVaultOnCreate to true, when I try to create a new note using ctrl + L (linux), the new note goes straight to the default vault without any prompt. How can I fix this issue?
  • m

    mwprogrammer

    01/03/2022, 11:40 AM
    Is there a way to configure the default vault for new notes?
  • j

    Jason Fehr

    01/03/2022, 6:16 PM
    Here's a complaint, but before I list it I want to say that your project is great enough for me to complain and not just go back to Obsidian. Why are you using Id as a field in a product aimed at developers? I have many documents that use that field, and many scripts that access them. I will not, and probably cannot, refactor all my code to use a new tool. Could you please change, or at the least provide an option to use a dendon_id instead?
  • s

    SeriousBug

    01/03/2022, 6:28 PM
    Thanks for your concern! Dendron is not opinionated about the id, the only requirement is that it's unique. If your notes already have ids, you can absolutely keep that field, you don't have to replace it with a Dendron ID or anything.
  • s

    SeriousBug

    01/03/2022, 6:29 PM
    That sounds like a bug, could you please send a bug report? I'll also tag @hikchoi in case he knows how to configure the default vault because I don't 😅
  • j

    Jason Fehr

    01/03/2022, 6:31 PM
    Well then, I feel like an idiot. I've been messing with id's for a few days now.
  • r

    runlevelrobot

    01/03/2022, 7:06 PM
    Hey Guys I am now back to dendron after switching over to emacs and learned that I should have never left lol. Is there a good guide on how to use templates with the daily journals?
  • k

    kevins8

    01/03/2022, 7:48 PM
    haha, welcome back 🙂 @User is in the process of writing it. will be out this week 🙂
  • r

    runlevelrobot

    01/03/2022, 7:56 PM
    awesome thanks Kevin!
  • r

    runlevelrobot

    01/03/2022, 7:56 PM
    Dendron is looking really good 🙂
  • r

    runlevelrobot

    01/03/2022, 8:49 PM
    How can I get my daily journals to have this format? daily.journal.Monday.2022.01.03
  • r

    runlevelrobot

    01/03/2022, 8:49 PM
    does anybody know?
  • s

    SeriousBug

    01/03/2022, 8:54 PM
    Sure, like this:
    Copy code
    journal:
            dailyDomain: daily
            name: journal
            dateFormat: cccc.y.MM.dd
  • s

    SeriousBug

    01/03/2022, 8:56 PM
    You probably already have a
    journal
    section in your Dendron config, you'll just want to update the date format.
  • s

    SeriousBug

    01/03/2022, 8:59 PM
    I would recomment putting the Monday part at the end though, that probably would be better as a hierarchy, like
    daily.journal.2022.01.03-monday
    which you could get with
    y.MM.dd-cccc
  • r

    runlevelrobot

    01/03/2022, 9:06 PM
    awesome thanks!
  • r

    runlevelrobot

    01/03/2022, 9:06 PM
    I have this schema for it
  • r

    runlevelrobot

    01/03/2022, 9:06 PM
    version: 1 schemas: - id: daily title: daily desc: "" parent: root children: - journal - id: journal title: journal desc: "" children: - year - id: year title: year pattern: "[0-2][0-9][0-9][0-9]" children: - month - id: month title: month pattern: "[0-9][0-9]" children: - day - id: day title: day pattern: "[0-9][0-9]" namespace: true template: templates.daily.journal
  • r

    runlevelrobot

    01/03/2022, 9:07 PM
    do i add what you suggested in the pattern for daily?
  • r

    runlevelrobot

    01/03/2022, 9:08 PM
    nevermind
  • r

    runlevelrobot

    01/03/2022, 9:08 PM
    i got it
  • r

    runlevelrobot

    01/03/2022, 9:09 PM
    I found the dendron config
  • r

    runlevelrobot

    01/03/2022, 10:04 PM
    sorry one more question
1...487488489...757Latest