Adam Spiers
Adam Spiers
Add a new "Recent" tab which shows recently used emojis. These are filterable just like the "Emojis" tab. Recently used emojis are persisted in a separate `recent_emojis.json` file in the...
This is even visible in the screenshot in the README:  On the right-hand side, `C-u` is the last keyboard shortcut with a fully visible hint.
It's always using the extension logo icon which was designed for light themes, even when the browser is configured with a dark theme. This makes the icon hard to see...
The fetch URL input field typically misleads users into thinking that's the place they should put new addresses. Need to put it somewhere more hidden.
- Add support for a new `--dup-files-filter` option to examine duplicates by source. - Try to make CLI invocation more reliable in general. - Tweaks to guidance for AI agents.
Need to figure out how much CPU and memory usage the content script on each tab is consuming. This will help determine the relevance of: - #17 - #265 and...
app.safe.global has introduced a UI change so that the first four and last four digits of each address are now in bold: This breaks matching in this app, is annoyingly...
I think the way emacsql works has changed fundamentally in recent times, so it seems this module no longer works: ``` Debugger entered--Lisp error: (void-function emacsql-process) emacsql-process(#) org-heatmap-db() org-heatmap-db--query([:select [date...
Following on from #1, I found another case where this forward search fails: https://github.com/Elilif/org-heatmap/blob/4fe432d33a3f1caa7370e5f8d4bec2efba4827d7/org-heatmap.el#L470 It's when the agenda line is long enough to get truncated. Here's the original entry: ...
Would be great to have a recipe in MELPA, as per https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org