neat icon indicating copy to clipboard operation
neat copied to clipboard

support progress bar/marker

Open snmnzl opened this issue 6 years ago • 4 comments

For continuous work on one .tsv document in different sessions, it would be handy to be able to mark the progress within that document. This could fx be realized through an additional column which places a visual marker (e.g. arrow icon) in a selected row by clicking on it.

snmnzl avatar Oct 18 '19 15:10 snmnzl

My current thinking is to allow the placement of ONE continue marker that can be set anywhere in the LOCATION column. Upon opening a TSV file that contains such a continue marker, it would offer to jump directly to that line. Would that be of help @snmnzl @JZinck ?

cneud avatar Apr 08 '20 12:04 cneud

neat could also store the position at save time within the tsv file as a comment. When that tsv file is opened again, it could jump automatically to that position.

labusch avatar Apr 09 '20 06:04 labusch

neat could also store the position at save time

Even better idea!

cneud avatar Apr 09 '20 09:04 cneud

Both ideas are very good. I could use the marker while revising as well, since I have to scroll up and down a couple of times and could just use the marker like a bookmark. But the risk of forgettig to put it down before saving and exiting (which I am worrried about) would be nullified by the saved position feature. So I can see the merit of combining them over each individual idea.

In case this is an either-or-situation I think the marker would be more useful to the way I use the tool (but this might differ from what other users might need).

JZinck avatar Apr 10 '20 12:04 JZinck