@steemchiller would it be possible to add a symbol in-between the name and rank of upvoters in the previous post list?
I pull that information into a data base and it's having a hard time separating the rank from the name. Especially considering not all ranks are double digit.
I don't know what exactly you are doing, but I think you should use the Steem API for that and pull the data directly from the nodes.
Each post has a unique link in the blockchain and you could also pull the data directly from Steemit. When you add '.json' in the address bar of your browser after opening a post on Steemit, you get all the post data in JSON format:
For example for my current post:
https://steemit.com/steemworld/@steemchiller/steemworld-weekly-support-7.json
In 'post.active_votes' there are all votes with additional details being listed ;)
I just need a list of the names, no extra data. I use this info to track who upvotes and to thank the individuals who do by inputting the names into a spreadsheet, then that days into a notepad doc and using it as a source in OBS.
It used to be super simple using SteemWorld as I would just copy and paste the names. No extra hassle needed. With your current change it added 4 extra keystrokes per upvote. At almost 300 upvotes per stream, that is a lot of extra effort (1181 extra keystrokes for my last stream).
And taking a look at the link you posted, that is a lot more info, and looks like a lot bigger headache, then what I need.
Honestly, the way you had it before you put the ranks in a bubble was perfect. When it was in () I could use a simple sheet function and remove all ranks.
Ok, when you only need the names without reputation you could go to settings and do this:
Would that work for you?
That is BEAUTIFUL! Thank you so much. Was that a feature that was already there and I just missed (there is so many on your site), or....?