Matthew Bafford

Results 34 comments of Matthew Bafford

Also confirmed. macOS, Python 3.9.0, installing [ndbeals/keep-exporter](https://github.com/ndbeals/keep-exporter) using `pipx`: ``` pipx install keep-exporter pipx inject keep-exporter requests===2.23.0 ``` Without the second line, I was having authentication issues. The second line...

Is this request solved by using the `Allow Queued Jobs` and `Queue Limit` (of 1) settings, or will catch-up not support the `Queue Limit` setting? It would make sense to...

The JavaScript code: ```$P().delete_event('edit')``` Allows to delete as normal (including the popup to confirm)

Good point. Confirmed they exist, but are not reachable through scrolling (clipped by containing elements). ![2021_01_13_09_46_47](https://user-images.githubusercontent.com/713813/104467442-5381ed80-5584-11eb-9028-9c244cbd388d.png) Obviously this isn't a major issue - just noticed it testing the `[]` syntax...

Thank you for the explanation. It's not a bad feature, and I can see why you'd want it, but it would also help to have it documented in the help...

This is also an issue for me, and I like your proposal. I was thinking about this and looking for an issue that already mentioned it. Prior to reading your...

I ended up writing a plugin for Beancount/Fava which sets the flag based on some metadata logic. This ended up working fine for my use-case and reducing my need of...

This would be a great feature. It took a few days of using Trilium to fully learn that this isn't possible. As an intuitive feature, I think it makes perfect...

I just noticed this does work when dragging from the tree into a note with the type "Relation Map". So part of this functionality (dragging from the tree into a...

I did not change the behavior for hashtable, ziplist, intset - these are all still calculated when the code iterates over the keys instead of in the Lua script.