I am the developer of https://mindsaha.com/ that aims at combining mind maps, notes, bookmark saving and a simple task management as well. I currently do not support screenshots, drawings though.
If this is something you are curious about, do let me know, I'll be happy to provide you an early access to try it out.
I have a web UI that does the exact same thing. https://veerasundar.com/wordle - you input Wordle results and it suggest words. It sourced the list of words from the Wordle itself.
I made something very similar. https://cjboco.github.io/wordfinder/ - except mine you use normal keyboard to create your word and the on screen keyboard to exclude the characters. Think I prefer your way.
My only problem is that when pasting SVG directly from Illustrator it finds an invalid character at the end and refuses to use it. I have to paste the SVG into an editor, remove some invisible character at the end, and then paste to svgomg.
My protocol for dealing with no-PR's has been (especially in this case where you can just host the tool on github.io)
1. Just fork it and use your own version until the PR is accepted
2. Directly email the maintainer if you think your PR is worthwhile
3. If you have a bunch of PR's that are pretty useful to others, consider making it a real distributable (and not just a personal) fork if the maintainer still doesn't respond
Mine made with HTML + CSS. I made it sure that the whole page fits in a A4 Size so that I can easily export it as a PDF to be shared with recruiters. I also make sure to send the URL of my resume (https://veerasundar.com/resume/) along with the PDF. (bit outdated, though! :)
I'm designing an introduction to programming class right now and I plan to just teach basic ECMAScript5 in a Node library, while keeping all the webdev stuff like HTTP, HTML, CSS, etc. hidden totally from the student. If things were different, I would love to incorporate pragmatic UI development in a beginner-friendly way, to expose people to the positive feedback loop that comes with iterating on highly visual code, but there just doesn't seem to be a way to do that in 2018.
Only for a direct ascent architecture. There are lots of Earth orbit assembly missions that would be possible and not terribly expensive to pull off (at least for a lunar flyby style mission).
I write about web, JavaScript, React and technical how-to-s.