diff --git a/README.md b/README.md index a536929..6d07514 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ isf_notepad SQL Formatter plugin for Notepad++ -####Install +#### Install Just download [sqlformat.dll](https://github.com/sqlparser/isf_notepad/blob/master/bin/sqlFormat.dll?raw=true) and put it into Notepad++\plugins directory and then restart Notepad++. @@ -16,7 +16,7 @@ https://github.com/sqlparser/sql-pretty-printer/wiki/SQL-Coding-Standard-and-Gui This sql formatter plugin works under Notepad++ v5.1 and later. -####Usage +#### Usage You can format all or any selected SQL in editor by click "Format" via Plugins->SQL Format. You can add "Format SQL" into Context Menu by select Settings->Edit Popup ContextMenu, @@ -26,7 +26,7 @@ modify contextMenu.xml by adding this line: ``` -####NOTE +#### NOTE In order to use this sql formatter plugin for Notepad++, you should be online. This plugin send your SQL to our SQL FaaS server here: @@ -36,7 +36,7 @@ If you don't want to send your SQL via internet, you may conside to use [sql pretty printer desktop version](http://www.dpriver.com/?ref=github_isf_notepadd) -####Contact +#### Contact http://www.dpriver.com support@dpriver.com @@ -44,10 +44,10 @@ support@dpriver.com https://github.com/sqlparser/isf_notepad -####Format options: +#### Format options: https://github.com/sqlparser/sql-pretty-printer/wiki/SQL-Coding-Standard-and-Guideline -####Links: +#### Links: [sql pretty printer desktop version](http://www.dpriver.com/products/sqlpp/desktop_index.php) [sql pretty printer addin for SQL Server Management Studio](http://www.dpriver.com/products/sqlpp/ssms_index.php) @@ -60,4 +60,4 @@ https://github.com/sqlparser/sql-pretty-printer/wiki/SQL-Coding-Standard-and-Gui [sql formatter plugin for eclipse](https://github.com/sqlparser/isf_eclipse) -[sql formatter plugin for UltraEdit](https://github.com/sqlparser/isf_ultraedit) \ No newline at end of file +[sql formatter plugin for UltraEdit](https://github.com/sqlparser/isf_ultraedit)