I recently (recently as in about an hour ago) discovered a way to use Notepad++, my text editor of choice on Windows, to process Markdown files into html without having to jump into DOS and run do it from the command line. I’ve been trying to keep my notes in Markdown for awhile now because …
Tag Archives: Notepad
Notepad2
The Story so far… A few years ago, I found myself writing my first PHP projects using metapad. When I was looking around for text editors with syntax highlighting, I have come across the Scintilla source code editing component. I was very much impressed by this project, so I decided to create my own Scintilla-based …
Notepad++ regex to remove HTML tags
Notepad++ regex to remove HTML tags
Notepad++ 5.0 enabke Auto-Complete Code
Notepad++ is definitely one of the best text editors for Windows, and pretty soon it will be getting even better. The new Notepad++ 5.0 is currently in Beta, and it includes a feature I’ve been waiting a long time for: auto-completion! As you can see in the screenshot above I was writing a bit of …