Hi. I've never coded anything in my life, really, but I have a practical problem and I'm trying to create a practical solution for it.
I want to take a bunch of highlighted text, search each word in:
http://m.jisho.org/words?jap=[VARIABLE]&eng=&dict=edictand then return the top result. ( body > p:nth-child(6) )
I had the idea to use LibreOffice to parse each word into its own cell, but trying to figure out how to do the next part is really stumping me. The only functions I've found are XMLFILTER and WEBSERVICE and neither of those seem to work since Jisho doesn't seem to use XML or a URI.
I'm learning Nipponese via romaji because I'm fed up with all the anti-romaji autism out there and don't give a shit about learning to read runes, but that means I have to provide 100% of my own content for learning, and staying stocked with new words to learn is much harder than actually learning them. This is supposed to be the answer to creating all the words I'll ever need.
Ideally I'd also like to take my spreadsheet data and turn them into anki cards, but one thing at a time.
Just what am I supposed to do here? Don't tell me I have to open up a development environment and code an entirely new feature to do something this simple.
Thanks for any help you can provide, I don't know how active this board is.