NppMarkdownPanel icon indicating copy to clipboard operation
NppMarkdownPanel copied to clipboard

Lightweight Notepad++ plugin to preview Markdown files

Results 42 NppMarkdownPanel issues
Sort by recently updated
recently updated
newest added

## **Context :** - [Front Matter](https://jekyllrb.com/docs/front-matter/) is added to `.md` files by Jekyll and many other services - ## **Request :** - Render with Syntax Highlighting for - YAML in...

I've added small but useful changes, such as suggesting a name when writing to HTML, and filtering before displaying with regular expressions. I have no experience with C#, so you...

I've been looking around at the forks of the Notepad++ Markdown Panel plugin project, and here's the results that I've found: ## See also Unrelated, but similar project, with PDF...

It should display a local image that has a space character ` ` in the filename if the image is included with escaping (`%20`). For example, I have an image...

bug
good first issue

Currently when Notepad++ is using dual editor panes, the markdown panel (on the right) always renders the contents of the text pane on the left, with the other text pane...

enhancement

Steps to reproduce: 1. Break out the preview into a floating window and close it 2. Click the toolbar button to show preview 3. Interact (click the up or down...

bug
PR welcome

1. I've opened my notes that's 100 KBytes file; 2. I've enabled panel - everything's OK; 3. Forgot to disable panel and opened 300 MByte file - NOK, NP++ hangs...

enhancement

As I stated earlier this morning, I LOVE your plugin. There are 2 types of links that don't get followed correctly. Hopefully, linking to files in the filesystem and to...

enhancement
PR welcome

you should use a richtextbox rather than a webviewer more information about XSS: https://en.wikipedia.org/wiki/Cross-site_scripting payload: `![a](javascript:alert("hey"))` screenshot: ![image](https://user-images.githubusercontent.com/6315083/93239665-6544b700-f783-11ea-9101-0fc9d5f89160.png)

enhancement

I want to automatically show the panle when viewing an ".md" file and hide it in all other scenarios. Is that possible? I've not found an option in the settings....