srg-kostyrko / obsidian-journal

MIT License
70 stars 7 forks source link

Make default new file properties optional #39

Open ElormCodes1 opened 3 months ago

ElormCodes1 commented 3 months ago

All the four default properties that are automatically added to a new journal file can be made optional so a user can opt out, better still, the file can be totally blank, the properties conflict with other plugins and some custom scripts. thanks.

srg-kostyrko commented 3 months ago

The plugin is build around using that properties to know about note (what journal and what dates). So it is not possible to make them optional without major rewrite.

Can you please provide more info on what problems properties are causing. There were issue with Templater but they are fixed in 1.3.0

ElormCodes1 commented 3 months ago

I use a plugin that automatically adds my tasks to my kanban board but when I do not specify a date for the task, it picks the date of the daily journal as the task date which sometimes is not what I want, I will want the task to be undated but it just takes the date of the journal.

srg-kostyrko commented 3 months ago

What plugin are you using? is it CardBoard? or some other?

ElormCodes1 commented 3 months ago

journals

srg-kostyrko commented 3 months ago

no, I meant - which plugin do you use for kanban that has issues with properties that journals plugin is adding?