Skip to content

Fix markdown headers #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++.

Expand All @@ -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,
Expand All @@ -26,7 +26,7 @@ modify contextMenu.xml by adding this line:
<Item FolderName="Plugin commands" PluginEntryName="SQL Format" PluginCommandItemName="Format" ItemNameAs="Format SQL"/>
```

####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:

Expand All @@ -36,18 +36,18 @@ 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

[email protected]

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)
Expand All @@ -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)
[sql formatter plugin for UltraEdit](https://github.com/sqlparser/isf_ultraedit)