https://www.dendron.so/ logo
u

uFzK3VbZ8aAVmt2h

06/23/2022, 11:34 PM
Hey folks, does calendar-view support multiple journals? the default journal is
daily.journal
, what if I want to create another journal eg.:
daily.til
, what should I do?
j

Joshi

06/24/2022, 1:35 PM
Hey @uFzK3VbZ8aAVmt2h , the calendar view displays journals as per the
journal
config in dendron.yml. So if you update the journal config:
Copy code
journal:
    dailyDomain: daily
    name: til
    dateFormat: y.MM.dd
    addBehavior: childOfCurrent
and reload workspace, calendar view will only show up daily.til.*
u

uFzK3VbZ8aAVmt2h

06/24/2022, 11:27 PM
Thank you Joshi, I tried and discovered that there can't be 2 different journals in the same workspace, in this case I can't have both the default
journal
and
til
4 Views