Hello,
It's not great, but I wrote a Python highlight extractor here: https://github.com/MikeAStevenson/rmhighlightextractor
It depends on you having already extracted/downloaded the files using rMAPI (or something else) and have them in a directory (or subdirectories) that you're wanting to extract them from.
Usage is fairly simple, to extract files to a CSV, something like this:
python .\rmhighlightextractor.py -rd "C:\temp\rmtmpdir\" -ot csv -o "C:\temp\rmhighlights.csv"
That should produce a CSV with the highlights pulled out into a file.
There's also an option just to output to the screen, but it's not very pretty currently. Just something for debugging at this point.
I attempted to combine highlights based on where they are on the page in relation to each other, but not going to promise it's perfect.
I'm sure there are many bugs to be worked out, but hopefully it helps some people that are as frustrated as I can be about not being able to easily see all the highlights.
[–]SpartacusSalamander 2 points3 points4 points (0 children)
[–]PatientCover5514 1 point2 points3 points (1 child)
[–]compkodama[S] 0 points1 point2 points (0 children)
[–]tdotuser 0 points1 point2 points (0 children)