Request: Arbitrary file upload in editor, inserted into transaction comment #314
MatthewCroughan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to upload receipts in-line in the ledger transaction in a comment/tag field, in the same way that GitHub markdown works, i.e when you press ctrl + v it uploads data to GitHub's webserver, and embeds it by-hash in the markdown, like this:
![image](https://github.com/user-attachments/assets/f427652f-60cf-4bdf-bafd-9a3f4d9ed6b2)
The ledger transaction could look like this:
there's only three components to it:
If you were feeling fancy, you could even scan all ledger transactions and garbage-collect/remove all files which are no longer referenced by journal entries.
The reason I would like this is so I can get into the habit of linking my transactions to photographic receipt evidence.
Beta Was this translation helpful? Give feedback.
All reactions