dropbox - Looking for markdown text editor with drag/drop image insert (auto-upload)?

10
2013-10
  • robflate

    I use Notational Velocity for keeping notes. I love the speed and simplicity but I'd like to make adding images easier and less relient on a local file system. I've tried to use Evernote but it's just too slow and complicated.

    The process of adding an image would be;

    • Drag and drop image into document.
    • Image is auto uploaded to an online file host (dropbox, imgur, dropmark etc).
    • App creates markdown with url of uploaded image.
  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    I'm looking for a linux text editor
  • Questioner

    Preface: I like Vim... a lot

    Requirements:

    • Remote editing capabilities
      • S/FTP or SSH
    • Text coloring

    As you can see my requirements are specific but slim. I have been using TextWrangler on MacOSX and I love it. It's that remote editing feature that really does it for me.

    This post is community-wiki, and if another topic that has an answer that meets my requirements exists, please kindly redirect me.

    Thank you all very much!


  • Related Answers
  • Area 51

    Almost every programmer's editor worth using can do syntax coloring, this includes but is not limited to emacs, vim, kate, and gedit. Emacs and vim can edit remote files vie sftp or ssh. With sshfs, any editor can edit remote files via ssh / sftp. The choice pretty much comes down to learning curve vs. power, because the features you want are pretty ubiquitous.