From 1fad266254ef4146d1ef9c09ceb7c2764de91cd0 Mon Sep 17 00:00:00 2001 From: JasonMortonNZ Date: Thu, 24 Oct 2013 08:28:31 +1300 Subject: [PATCH] Update README, and added bs3-alert:warning --- README.md | 7 ++----- alerts/bs3-alert-warning.sublime-snippet | 9 +++++++++ messages.json | 5 +---- messages/1-1-2.txt | 15 +++++++++++++++ 4 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 alerts/bs3-alert-warning.sublime-snippet create mode 100644 messages/1-1-2.txt diff --git a/README.md b/README.md index bb95633..d0f103d 100755 --- a/README.md +++ b/README.md @@ -100,11 +100,8 @@ Feel free to let me know what else you want added via: | Alert Box (Default) | bs3-alert | | Danger Alert Box | bs3-alert:danger | | Info Alert Box | bs3-alert:info | -| Success Alert Box | bs3-alert:success | -| Block Alert Box (Default) | bs3-alert:block | -| Danger Block Alert Box | bs3-alert:block:danger | -| Info Block Alert Box | bs3-alert:block:info | -| Success Block Alert Box | bs3-alert:block:success | +| Success Alert Box | bs3-alert:success | +| Warning Alert Box | bs3-alert:warning | ### Badges diff --git a/alerts/bs3-alert-warning.sublime-snippet b/alerts/bs3-alert-warning.sublime-snippet new file mode 100644 index 0000000..c31cc7c --- /dev/null +++ b/alerts/bs3-alert-warning.sublime-snippet @@ -0,0 +1,9 @@ + + + + ${1:Title!} ${2:Alert body ...} + +]]> + bs3-alert:warning + diff --git a/messages.json b/messages.json index c4a2dee..f691a77 100644 --- a/messages.json +++ b/messages.json @@ -1,7 +1,4 @@ { "install": "messages/install.txt", - // "1.0.0": "messages/1-0-0.txt", - // "1.0.1": "messages/1-0-1.txt", - // "1.1.0": "messages/1-1-0.txt", - "1.1.1": "messages/1-1-1.txt" + "1.1.2": "messages/1-1-2.txt" } diff --git a/messages/1-1-2.txt b/messages/1-1-2.txt new file mode 100644 index 0000000..d9f8e4b --- /dev/null +++ b/messages/1-1-2.txt @@ -0,0 +1,15 @@ +============================================================ +Bootstrap 3 Snippets - Has been updated !! -> v1.1.2 +============================================================ +Follow me on Twitter: @JasonMortonNZ +------------------------------------------------------------ + +New Features +------------------------------------------------------------ +- Added bs3-alert:warning snippet +- Removed bs3-alert:block from docs +- COMING SOON - A Dedicated website for Bootstrap 3 Snippets + - Complete with easy browse docs and videos. +------------------------------------------------------------ +Documentation, examples & issue filing can be found here: +https://github.com/JasonMortonNZ/bs3-sublime-plugin \ No newline at end of file