mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
224 stars 36 forks source link

Small but useful changes #44

Closed andrzejQ closed 1 year ago

andrzejQ commented 2 years ago

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 can close this pull request without an answer.

andrzejQ commented 2 years ago

Newer v. RegExp 0.6.2.1

andrzejQ commented 2 years ago

There are differences - so I do not understand "no conflicts"...

mohzy83 commented 2 years ago

Thanks for creating a PR. I hope i can review your changes next week. I dont see a problem when there are no conflicts, so everything seems to be compatible.

mohzy83 commented 1 year ago

Unfortunately, this PR is not compatible with the current master. Therefore I am going to close this one.

already implemented in master:

known issus:

not clear

andrzejQ commented 1 year ago

Unfortunately, this PR is not compatible with the current master. Therefore I am going to close this one.

Ok.

not clear

  • why was the regexp handling implemented?

Pre-converting text using RegExp allows "non-standard" Markdown expressions to be displayed correctly, e.g. {style} instead of {:style} (Jekyll).