You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ A Notepad++ Plugin to view a Markdown file rendered on-the-fly
24
24
Download the latest [release here][9]. For a full version history go [here][10].
25
25
26
26
## Installation
27
-
Download a [release version][9] and copy the included **MarkdownViewerPlusPlus.dll** to the *plugins* sub-folder at your Notepad++ installation directory. The plugin adds a small Markdown icon  to the toolbar to toggle the viewer as dockable panel.
27
+
Download a [release version][9] and copy the included **MarkdownViewerPlusPlus.dll** to the *plugins* sub-folder at your Notepad++ installation directory. The plugin adds a small Markdown icon  to the toolbar to toggle the viewer as dockable panel.
28
28
29
29
### Plugin Manager
30
30
If you have the [Plugin Manager][13] installed you can search for MarkdownViewer++ and install it via that plugin.
@@ -41,18 +41,18 @@ It has been tested under the following conditions
41
41
42
42
## Usage
43
43
To open the MarkdownViewer++ you can
44
-
* click the toolbar icon ,
44
+
* click the toolbar icon ,
45
45
* use the shortcut _Ctrl+Shift+M_
46
46
* or open it via the **Plugins** sub-menu
47
47
48
48
To synchronize the scrolling between the Notepad++ editor view and the rendered markdown, you can enable the option via the **Plugins** sub-menu. The made selection will be stored and loaded in future sessions.
On the **General** tab you can configure the file extensions the MarkdownViewer++ renderer should actually display. If the box is *empty* all files will be rendered. If you want to limit the rendering to certain file extensions list them in the textbox as comma-separated list without leading dot.
0 commit comments