Releases: madflow/flow-netbeans-markdown
Releases · madflow/flow-netbeans-markdown
Markdown Support 2.3.2
Markdown Support 2.3.1 for NetBeans 8.1
Markdown Support 2.3.1 for NetBeans 8.1 (Preview)
Preview release for #105
Markdown Support 2.3 for NetBeans 8.0 (Preview)
Markdown Support 2.2 for NetBeans 8.0
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
Markdown Support 2.0 for NetBeans 8.0
Markdown Support 1.6
- 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
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
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