Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
Add repository badges to README
and create new tagged release.
  • Loading branch information
tajmone committed May 5, 2022
1 parent 83c3ec2 commit c988602
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -339,6 +344,15 @@ THE SOFTWARE.

[Credits section]: #credits "Jump to section"

<!-- badges -->

[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

<!-- project files & folders -->

[LICENSE]: ./LICENSE "View license file"
Expand Down
39 changes: 39 additions & 0 deletions messages/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
ST4-Asciidoctor v0.1.1
======================

Changes to the package...


User Guide
----------

ST4-Asciidoctor has now an online user guide:

- <https://tajmone.github.io/ST4-Asciidoctor>

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

0 comments on commit c988602

Please sign in to comment.