Hello Brett, I just bought Marked 2 and I love it :)
It is the perfect companion for Ulysses/Typed (yes, I use both!). I know it is totally off topic but does this script still work? → http://brettterpstra.com/20...
I ask because I just tried it and I get an error when I run the ruby script:
graceac:dropbox grace$ ruby mindmeister2md.rb
mindmeister2md.rb:127:in `authenticate': undefined method `text' for nil:NilClass (NoMethodError)
from mindmeister2md.rb:194:in `<main>'
Maybe it is something I am doing wrong. Is there any particular way we need to wrap the api secret?
Thanks,
Grace
I have markdown documents created using Highlights, a PDF annotation app. In the paragraphs it creates, line breaks are used at the end of each line and indents at the beginning of each new line in the paragraph. Each line in the paragraph is also separated by a blank line.
I was hoping the paragraph unwrap could remove the line breaks and indents excluding the one starting the paragraph. However, it only removed the line breaks, leaving indents(>) in the middle of sentences. Is there any workaround?
What Highlights creates are blockquotes. Unwrapping block quotes with this service is problematic because they can be nested, and elements can be nested within them. They also respect line breaks automatically, so generally a blockquote with line breaks is intended to be that way. The easiest solution for this on your end would be to unwrap, then search and replace > with a space…