Skip to content

Releases: madflow/flow-netbeans-markdown

Markdown Support 2.3.2

08 Jun 09:45
Compare
Choose a tag to compare

Markdown Support 2.3.1 for NetBeans 8.1

13 Feb 16:10
Compare
Choose a tag to compare
  • Preserve the scroll position in the preview view.
  • Related issues: #42, #89, #91.
  • Cosmetics
  • NB 81

Markdown Support 2.3.1 for NetBeans 8.1 (Preview)

31 Jan 13:51
Compare
Choose a tag to compare

Preview release for #105

Markdown Support 2.3 for NetBeans 8.0 (Preview)

19 Jul 10:26
Compare
Choose a tag to compare

This pre-release contains the changes from pull request #89 to preserve the scroll position in the preview view. Please use this to test the new feature if you do not want to compile the plugin from source code. Comments and feedback are welcome!

Related issues: #42, #89, #91.

Markdown Support 2.2 for NetBeans 8.0

18 May 17:01
Compare
Choose a tag to compare

Aka the @rmburkhead release

  • Update to pegdown-1.5.0 #72
  • Refs #64. Adds an option to use a custom preview refresh interval between 10 ms and 10000 ms (0.01 sec and 10 sec). If the "use" option is checked, then spinner allows the user to select (or manually enter) the preview refresh interval. If the "use" option is unchecked, then the default 1000 ms rate is used. The previous custom value is remembered for the next time the "use" option is checked. #74
  • Set requireProject attribute of template registration to false to allow the creation of Markdown files without needing a current project. #75
  • Add HTML syntax highlighting #80
  • Update file icon #81

Markdown Support 2.1 for NetBeans 8.0

14 Mar 10:17
Compare
Choose a tag to compare
Pre-release
  • Export to HTML on save #52
  • Update to pegdown-1.5.0 #72
  • Adds an option to use a custom preview refresh interval between 10 ms and 10000 ms. #64
  • Strike-Through Support

Markdown Support 2.0 for NetBeans 8.0

21 Jun 11:18
Compare
Choose a tag to compare
Pre-release
  • #36 Better HTML rendering for preview pane
  • #31 feature request : add default "github like" css for preview
  • Fixes Modify background color on Preview #48

Markdown Support 1.6

30 Mar 10:20
Compare
Choose a tag to compare
  • Added "Typinghooks" Feature: #41 (@junichi11)
  • Fixed: Miscellaneous option "Save in same folder" does not save
  • Fixed: Preview jumps to bottom on load

Markdown Support 1.5

24 Nov 10:20
Compare
Choose a tag to compare

Major changes since the last version:

  • Shiny new Lexer implementation (@stengerh) for syntax highlighting (#33)
  • The lexer now has the following properties:
    • It does not generate empty tokens.
    • The total length of the generated tokens equals the length of the input.
    • It generates an empty token sequence for an empty input.
    • It is able to handle nested styles, e.g. emphasis in headers, bold links, etc. Each peace of Markdown source is hihglighted according to innermost applicable style.
  • New option for suggesting the filename and path when saving/exporting as HTML @srsbiz (#37)

Markdown Support 1.4

17 Nov 12:35
Compare
Choose a tag to compare

Major changes since the last version:

  • Preview tab in the editor showing a live preview, i.e. it uses the current content of the document in the editor, not the content of the file on disk.
  • Support for the Navigator window
  • Partial support for bread crumbs
  • Code folding
  • Configurable fonts and colors for syntax highlighting
  • Syntax highlighting in "Options" window UI