update messages

This commit is contained in:
Mathieu PATUREL
2017-01-09 12:13:36 +11:00
parent ff8c94bda5
commit cda4532833
3 changed files with 27 additions and 4 deletions

View File

@ -1,4 +1,5 @@
{
"install": "messages/install.txt",
"1.1.2": "messages/1.1.2.txt"
}
"1.1.2": "messages/1.1.2.txt",
"2.0.1": "messages/2.0.1.txt"
}

View File

@ -1,4 +1,4 @@
Sorry to interupt you... :(
Sorry to interrupt you... :(
Small changes occured on MarkdownLivePreview.
@ -9,4 +9,4 @@ Main callback is now async (prevent ST from crashing)
Tip of the day: Delete all the content till the end of the line: Ctrl+k, Ctrl+k
You'll use it much more than you think ;)
You'll use it much more than you think ;)

22
messages/2.0.1.txt Normal file
View File

@ -0,0 +1,22 @@
Sorry to interrupt you... :(
Some quite important changes have occured on MarkdownLivePreview.
The first version was quite buggy: it made Sublime Text 3 crash. So I released
a whole new version, which is working differently.
When you active MarkdownLivePreview, it'll open a new window with the markdown
view on the left, and the preview on the right.
When you'll close any file in this window, it'll close the *entire* window.
I hope you'll still enjoy using MarkdownLivePreview. If you have any request,
just let me know by raising an issue here:
github.com/math2001/MarkdownLivePreview/issues
Tip of the day: you can duplicate a line by pressing 'ctrl+d'
remove a line by pressing 'ctrl+shift+k'
join lines by pressing 'ctrl+j'
get use to use these few shortcuts, and you'll speed up
significantly.