When comparing Notepad++ vs typora, the Slant community recommends Notepad++ for most people. In the question“What are the best programming text editors?” Notepad++ is ranked 15th while typora is ranked 40th. The most important reason people chose Notepad++ is:
Notepad++ has built-in support for syntax highlighting for a wide selection of programming languages.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Syntax highlighting for a wide variety of languages
Notepad++ has built-in support for syntax highlighting for a wide selection of programming languages.
Pro Light and fast
Notepad++ is a very light program that starts almost instantly. This makes it a great text editor for users that want something that will start the second they open it.
Pro Extendable via plugins
A list of hundreds of plugins is maintained.
Pro Portable
You can get a portable version of N++ and put it on a flash drive or your dropbox account and have your editor, configured the way you like, at any computer that you are on.
Pro Free under GPL
Notepad++ is licensed under GPL, which means it is free/open source software that you can use freely.
Pro Regex replace in selection, active tab, or all tabs
In Notepad++, the user can utilise regular expressions to quickly modify text across multiple files.
Pro Persistent documents, even after exiting the application
If you close Notepad++ (npp), your documents remain even if you haven't saved.
Pro User defined language syntax support
You can define your own custom syntax highlighting rules (or add support for others) .
Pro Easy to use and admin
Very easy to use and personalize.
Pro Multi-line editing
While it is disabled by default, when enabled, it is possible to edit more than one line at a time. This is helpful in many situations.
Pro Split screen
The user can open and edit files in multiple screens within the editor window.
Pro Supports Markdown
If you have the Plugin Manager installed you can search for MarkdownViewer++ and install it via that plugin.
Pro Live preview
Typora immediately renders what's typed on the screen in Markdown format. This helps users to have a better understanding of how their document is being formatted.
Pro Hybrid interface
The editor and preview dual-pane setup typical of desktop Markdown editors are gone; instead, a singular interface makes for a WYSIWYG experience. This streamlines the workflow and encourages direct manipulation.
Pro Support for LaTeX expressions
It supports LaTeX expressions, with an easy-to-use MaxJax panel.
Pro Syntax highlight for fenced codes
It supports GFM's code fences, with syntax highlight support for C/C++, java, etc.
Pro Custom theme support
Typora has clean yet beautiful built-in themes and allows for users to create new themes using CSS.
Pro Support for tables
It supports tables for Markdown Extra. And also provides a GUI to make it easy to insert and edit them.
Pro Inline images
It won't display image like ![alt](http://image-url)
, But shows the image content inside the editor.
Pro Free during beta
Pro Shows table of contents for the document
It supports an outline for the document, by showing a table of contents on the left side of the screen.
Pro Cross-platform
Currently works on Windows, Mac and Linux.
Pro Natural typing experience
Editing in Markdown, either in WYSIWYG mode or in markdown code mode, feels natural. It never gets in the way.
Pro Make charts and diagrams with Mermaid, FlowChart and Sequence
Use fenced code-blocks to render diagrams using syntax from Mermaid and FlowChart.js.
Pro Sidebar with a list of files
You can open any folder in sidebar and see a list of other markdown files.
Pro Syncs with iCloud
Cons
Con Windows-only
While it can run in Wine, it is native only to Windows. Linux users will have to use Notepadqq instead.
Con Settings confusingly scattered
Examples: try to change the tab size or used font.
Con Annoying update notifications upon start-up
Annoying update notifications tend to pop up upon start-up after not having used the app or machine for a few days. At the same time, they can be easily turned off.
Con Outdated UI
Only the text area can be themed, and it doesn't have as many features as browser-based text areas.
Con Limited new syntax support for new languages
It may be hard to find good plugins for relatively new languages.
Con Session backups not enabled by default
Unsaved tabs will be lost when Npp crashes, unless you first enable the session backup option.
Con User defined language doesn't support triple quote strings
It also doesn't support triple hashed comments. Both styles are overridden by their single character single line version.
Con No mobile (Android/iOS) apps
Con In beta
Typora is still in beta and may be prone to changes or bugs.
Con Unusable image management
Con The immediate rendering of Markdown is hard on the eyes
Having Markdown immediately render causes text to jump into formatted text, which is distracting and hard on the eyes.
Con No portable version (Windows)
You need admin rights on a managed Windows computer to install it. There currently is no portable version available.