Ability to create multiple events with same title and start date #342
Replies: 6 comments
-
Now, note titles are I still plan to fix this, but am trying to think of an elegant way to keep file names in sync with event titles while allowing for title collisions. I'll keep this issue open to track that, but will modify the title slightly to reflect the progress made so far. |
Beta Was this translation helpful? Give feedback.
-
Also changing from a bug to an enhancement since this is a covered edge case now and won't crash the plugin. |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble following the TypeScript, but this enhancement will likely be somewhere in NoteEvent.ts with |
Beta Was this translation helpful? Give feedback.
-
The main issue here is in finding a way to uniquely identify events in a filename that also makes logical sense. I'm very open to suggestions, but I can't think of something more logical than |
Beta Was this translation helpful? Give feedback.
-
I'd reuse what you have in place for tasks and non-recurring events, |
Beta Was this translation helpful? Give feedback.
-
#237 suggests letting users choose how much "specificity" they want in event titles rather than mandating the same amount for everyone. |
Beta Was this translation helpful? Give feedback.
-
When I create a new appointment with the same title as an existing one, the existing appointment will be overwritten.
In obsidian you can move a file to a different folder with the same name. Without further inquiry obsidian will put a number at the end of the file. That might be a suitable solution for this plugin.
Beta Was this translation helpful? Give feedback.
All reactions