Hello everyone, I have developed a tool class software PRODUCT--markdown notes, Chinese name is Markdown note. Want to write an article about it, the purpose is to promote, promote, promote:)
BTW: This article is written with this tool.
Some people say that a product released on-line without marketing promotion, is equal to the stone sinking Pacific-nobody. This is especially important for developers, who tend to be more inclined to pursue the integrity of product functionality and neglect the importance of marketing. Marketing is an important way to promote the network, and SEO (Search engine Optimization) is the main means of network promotion. For SEO to do is product keywords and hyperlinks as much as possible in the major sites, so a lot of SEO will be wildly in the major sites published (LA) Letter (JI), to reach the top of the ranking of the search. For developers with moral integrity, sentient (Mei) bosom (Qian), is not going to hair advertising or copywriting, so blogging (Ruan) (Wen) seems to have become a more economical and effective way. However, compared to writing code, the code word for most developers is very difficult, because the code word is a very emotional thing is not as rational code. But in order to promote the bite to go on Ah, the following into the topic.
What is Makrdown Notes
Makrdown notes, Chinese name markdown notes. A text editor that supports markdown syntax. It has the following major features:
Multi-label
Multiple files, edits, and previews can be opened at the same time
Auto Save and restore
No manual saving, no loss of data even when closing or even terminating the browser
Insert local image without uploading
Unlike other editors, inserting local images without uploading them to the server before referencing their addresses
Paste the screen directly
Use the keyboard [PRTSCN] screen, and then [ctrl]+[v] paste directly
Support shortcut keys
Support Full Screen mode
Support for GitHub style
Cross-platform
Markdown Notes is available in two versions of online and chrome apps, whether you're a windows,linux or Mac user.
The biggest feature of Markdown notes is that the program interface is similar to a traditional document editor, with menus, toolbars, and multiple tabs. User-friendly, easy-to-use, is a great markdown text editor.
Why Develop Makrdown Notes
Developing Markdown Notes is a coincidence because I am developing another product that requires writing some markdown documentation. If you use a generic text editor, the inconvenience is that due to the inability to preview, it is easy to cause unnecessary commits such as markdown syntax or document structure errors, such as readme.md. Tried several markdown editors on the market, but generally the right preview on the left. In my opinion, this is not very efficient and the interface is not friendly, at least for me:
- Each character is entered, the right side of the preview will be generated, from a technical point of view to affect performance
- Affects the editor's focus, and every beat of the sentence will unconsciously focus on the preview
- No kind of interface
But in fact, these are not the real reasons, the real reason is that you want to develop a self-fulfilling and own way of the editor or to develop a self-use. And because it is a tool software, the development cost does not need too high, so there is markdown Notes. Although the progress of the first product has been affected, it is very happy to be able to learn and master things beforehand before the users.
Roadmap for Markdown Notes
Markdown notes does not have a roadmap (the road map seems a bit tall), it is a free, personally developed tool software. If possible, the following plans will be available:
- Support transduction feature when opening a local picture or pasting
- Export PDF Support
- Add option Configuration feature to support selection of major markdown interpreters
- Open source and get the help of netizens internationalization, currently only support Chinese and English
Due to severe procrastination, such as user response is good, will increase the enthusiasm of the development:)
Thank
Markdown notes relies on two open source projects, Bootstrap-markdown and Showdown, without which Markdown notes, thanks to their
At last
Said earlier, the purpose of this article is to promote, the important thing in the end, hope that you support a lot, here posted Links:
Chrome App
If you're using a Chrome browser, you can install it in the Chrome Web store. I would like to use this method, it can be as easy as using a desktop program.
Online version
No need to download the installation, open in the browser.
I have developed a product--markdown Notes