Emacs' org-mode is awesome to write notes on a project, as well as maintain a task list where you can quickly move things (up / down, indentation, etc.). However, especially when it comes to images, emacs is pretty limited (as it is a text editor). There are ways to include images, even copied images from the clipboard, but the results are pretty poor. For example, an image in emacs is considered a symbol, so if the image is above your screen, there is no way to see the bottom of it. Existing workarounds for scrolling issues are also not very satisfactory.
Is there a good alternative to org-mode emacs? I checked a lot of programs, but no other software (supporting rich text) would provide fast folding and moving elements on the keyboard.
source share