Alfred your mind?
massens opened this issue · 2 comments
massens commented
Hi Nikita,
For other people that create their own mindmaps. How difficult would it be to create an alfred-your-mind where it would be an interface to their mindmaps created with mindnode?
Thanks!
Marc
nikitavoloboev commented
Hey @massens
Actually it's really simple to do for yourself. Simply make your own workflow and transfer parser
folder package.json
spider.py
and maps.json
files. And then in maps.json
you specify the maps you want to parse.
Currently it grabs all URLs from maps and makes Alfred JSON from that that you can open from Alfred similar to how I do it in my workflow.
For updating and downloading the maps I run bash update.sh
but you have to take care of some dependencies first.
nikitavoloboev commented
Did you manage to get it working? 🙂