Justin Hitt
Justin Hitt
I'm having trouble following the TypeScript, but this enhancement will likely be somewhere in [NoteEvent.ts](https://github.com/davish/obsidian-full-calendar/blob/main/src/models/NoteEvent.ts) with `${basenameFromEvent(data)}`. If I was more familiar with the code, I'd offer you a code...
I'd reuse what you have in place for tasks and non-recurring events, `{date} {title}`. The same behavior happens when a recurring task is dragged or turned into a task. If...
It would also be useful to have an upper limit on keyword counts. Some keywords with thousands of counts are low value. At a minimum short words tend to have...
The big problem is maintaining both `withStopwords` and `withoutStopwords` in the `data.json` for every document in a repository. The trim of word length needs to happen before that point. This...
Another way this could work better is by allowing me to load a sample of my Obsidian vault. Perhaps a `.gather(top=1000)` would help with troubleshooting. I could also write the...
Here's my version output: ``` Name: obsidiantools Version: 0.10.0 ``` I'm trying to attach to an Obsidian Vault, but I use the attache as an integrity check. I assume this...