Earlier quoted context omitted.
There was a bug with the styling, that should be fixed now.
Nope, still the same, can't see any mindmap or any button to click to create one. However, I can now see some blue text up above and to the right of the menu items, which when clicked takes me to mailchimp for email. That text is unreadable for me, though, not enough contrast with the black background it's on. I don't know what I'm supposed to see, but I assume there's supposed to be a mindmap graphic somewhere. This…
Show HN: Turn indented text into mind maps
51–60 of 103 posts
Re: Show HN: Turn indented text into mind maps
#52Re: Show HN: Turn indented text into mind maps
#53Re: Show HN: Turn indented text into mind maps
#54Re: Show HN: Turn indented text into mind maps
#55Earlier quoted context omitted.
Nope, still the same, can't see any mindmap or any button to click to create one. However, I can now see some blue text up above and to the right of the menu items, which when clicked takes me to mailchimp for email. That text is unreadable for me, though, not enough contrast with the black background it's on. I don't know what I'm supposed to see, but I assume there's supposed to be a mindmap graphic somewhere. This…
I think that might be a problem with the caching. I'll look into forcing a cache refresh.
Re: Show HN: Turn indented text into mind maps
#56A few months ago one of my favorite tools http://www.text2mindmap.com went down and since there doesn't seem to be any plans to bring it back up I created my own version of the site. It's basically just a quick mashup between some of the code from the original site and some code from my Markdown Editor ( https://tobloef.com/markant/ ), but I hope someone will find it as useful as I did.
Re: Show HN: Turn indented text into mind maps
#57So I started a similar project but with a different approach: I use a local webserver (written in go, because everything written in go is automatically awesome, obviously) with a filewatcher and a simple websocket to send everything to the browser.
And I use 2 spaces...
Re: Show HN: Turn indented text into mind maps
#58A few months ago one of my favorite tools http://www.text2mindmap.com went down and since there doesn't seem to be any plans to bring it back up I created my own version of the site. It's basically just a quick mashup between some of the code from the original site and some code from my Markdown Editor ( https://tobloef.com/markant/ ), but I hope someone will find it as useful as I did.
Do you know why it went offline? I'll assume lack of funding. What would be the best way to make a niche-app like this self-funding, given developers' aversion to ads? Donations? Monthly/Annual subscription? I have a similar site that I want to spin up, that serves a different purpose but has a similar interface.
[0] - https://datproject.org/
Re: Show HN: Turn indented text into mind maps
#59Hi, just a few days ago, I had the same problem and no text2mindmap. :( So I started a similar project but with a different approach: I use a local webserver (written in go, because everything written in go is automatically awesome, obviously) with a filewatcher and a simple websocket to send everything to the browser. And I use 2 spaces... https://github.com/cdreier/mind-surf
Wanted to ask if you are interested in merging some ui? Your output looks much better ;)
Re: Show HN: Turn indented text into mind maps
#60A few months ago one of my favorite tools http://www.text2mindmap.com went down and since there doesn't seem to be any plans to bring it back up I created my own version of the site. It's basically just a quick mashup between some of the code from the original site and some code from my Markdown Editor ( https://tobloef.com/markant/ ), but I hope someone will find it as useful as I did.
Do you know why it went offline? I'll assume lack of funding. What would be the best way to make a niche-app like this self-funding, given developers' aversion to ads? Donations? Monthly/Annual subscription? I have a similar site that I want to spin up, that serves a different purpose but has a similar interface.