Justin Hitt

Results 10 comments of 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...

I also had this problem on Ubuntu. After a good 400 words, I switched to another tab. When I came back, my edits were gone. Autosave enabled. Another time similar...

I stopped using MarkText. I was using it to editor feature articles and small reports. The tab functions are broken in MarkText. These markdown are in a GitHub repos. I...

I believe I'm having the same problem. ![image](https://github.com/user-attachments/assets/a613defd-3524-4044-9819-2de8d93f6010) Token use is zero on embedding after the recent Smart Connect v1.2.5 update. ![image](https://github.com/user-attachments/assets/1365df83-f9db-4c65-9ec1-53b4b11b484a) Is a connection key required?

Thanks. I'm strictly a local model here. It doesn't seem to hang now.