fava icon indicating copy to clipboard operation
fava copied to clipboard

Configure number of lines in the preview popup

Open ileodo opened this issue 1 year ago • 1 comments

Currently, if I click the date of a transaction in fava, a popup will come up showing the preview of the raw transaction text. However I believe the text got truncated, and turns out the transaction was not displayed properly. (my transaction has a lot of lines of meta data)

Is there a way to fix it or make it configurable?

Thanks

ileodo avatar Apr 14 '24 14:04 ileodo

The code to obtain the lines for an entry is here: get_entry_slice. A PR with a fix would be welcome :)

yagebu avatar Apr 24 '24 15:04 yagebu

I think the implementation is correct. my ledger file had some issue which caused the problem. thanks!

ileodo avatar May 14 '24 18:05 ileodo