diff --git a/README.md b/README.md index 7ce0bda..f83cef1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Asciidoctor Package for Sublime Text 4 +![Package Status][Package badge]  +[![ST Version][ST badge]][ST Link]  +[![MIT License][License badge]][LICENSE]  +[![Build Status][Travis badge]][Travis link] + Adds [AsciiDoc] support to [Sublime Text 4], targeting [Asciidoctor]. - https://github.com/tajmone/ST4-Asciidoctor @@ -339,6 +344,15 @@ THE SOFTWARE. [Credits section]: #credits "Jump to section" + + +[Package badge]: https://img.shields.io/badge/version-0.1.1-orange "ST4-Asciidoctor is currently in Alpha stage" +[Travis badge]: https://app.travis-ci.com/tajmone/ST4-Asciidoctor.svg?branch=master "Travis CI: EditorConfig validation status" +[Travis link]: https://app.travis-ci.com/github/tajmone/ST4-Asciidoctor +[ST badge]: https://img.shields.io/badge/Sublime_Text-4131-yellow?logo=sublime-text&logoColor=FF9800 "Sublime Text version used in development (click to visit download page)" +[ST link]: https://www.sublimetext.com/download +[License badge]: https://img.shields.io/badge/License-MIT-blue + [LICENSE]: ./LICENSE "View license file" diff --git a/messages/0.1.1.md b/messages/0.1.1.md new file mode 100644 index 0000000..3620f37 --- /dev/null +++ b/messages/0.1.1.md @@ -0,0 +1,39 @@ +ST4-Asciidoctor v0.1.1 +====================== + +Changes to the package... + + +User Guide +---------- + +ST4-Asciidoctor has now an online user guide: + +- + +You can quickly access the guide via the Sublime Text menu: + + Preferences > Package Settings > Asciidoctor > User Guide + + +Snippets +-------- + +- "Quote Block" renamed to "Quoted Block". +- "Sidebar block": added `sbar` trigger. +- Enforce consistent 78-characters length to all snippets that + emit long block delimiters: + - Comment Block + - Example Block + - Listing Block + - Passthrough Block + - Quoted Block + - Sidebar Block + - Table +- Add missing selection preservation (via `${n:$SELECTION}`) to all + block elements that could benefit from it: + - Example Block + - Listing Block + - Passthrough Block + - Quoted Block + - Sidebar Block