Skip to content

0.11

Compare
Choose a tag to compare
@JFormDesigner JFormDesigner released this 26 Nov 12:55
  • Project Manager:
    • open any folder as project
    • project pane on left side of main window shows file tree of current project
    • combo box at top of project pane allows quick switching between projects
    • single-click on file in project tree opens file in preview mode (indicated
      by italic font in tab title), which will be replaced when opening another
      file in preview mode
    • double-click opens file in regular mode
    • drag-and-drop image/markdown file from project tree to markdown editor
      inserts a markdown link to that image/markdown file
  • (experimental) Embedded images in markdown editor:
    • the leading '!' character of the markdown image description is replaced with
      the image
    • enable/disable in Options dialog (default is disabled)
    • works only for local images
    • embedded images are scaled down to maximum size of 200x200 pixels
  • Smarter "Insert > Bold/Italic/Strikethrough/Inline Code": if selection is
    empty, then the word at the caret will be used as selection.
  • Move selected lines down (with Alt+Down) no longer eats empty lines.
  • Reformat fixes:
    • Avoid wrapping before blockquote and list markers.
    • Wrapping of block quotes.
  • (experimental) Reformat selected paragraphs with Ctrl+Shift+Alt+F wraps
    lines at 80 characters.
  • "Format All" and "Format Selection" commands added to "Edit" menu.
  • Configurable formatting wrap line length in Options dialog.
  • "Format on Save" checkbox added to Options dialog.
  • [Prism] syntax highlighter updated to version 1.15.0.

Requirements: Java 8. Does not run with Java 9 or later.