[关闭]
@yagnasaily 2023-03-20T15:49:46.000000Z 字数 8151 阅读 159

Beauty is commonly described as a feature of objects that makes these objects bflix ects include landscapes, sunsets, humans and works of art. Beauty, together with art and taste, is the main subject of aesthetics, one of the major branches of philosophy. As a positive aesthetic value, it is contrasted with ugliness as its negative counterpart. Along with truth and goodness it is one of the transcendentals, which are often considered the three fundamental concepts of human understanding.


We understand that you need more convenient and efficient tools to record thoughts, organize notes and knowledge, and spread the value contained in them to others. Cmd Markdown is our answer—we provide more professional tools for recording thoughts and sharing knowledge . You can use Cmd Markdown:

  • Organize knowledge, study notes
  • Publish diaries, essays, what you see and think
  • Write and publish technical papers (code support)
  • Write and publish academic papers (LaTeX formula support)

cmd-markdown-logo

In addition to the online version of Cmd Markdown you see now, you can also go to the following URL to download:

Windows/Mac/Linux full platform client

Please keep this Cmd Markdown welcome document and user guide. If you need to write a new document, click on the right side of the top toolbar New document or use shortcut keys Ctrl+Alt+N.


What is Markdown

Markdown is a plain text markup language that is easy to remember and write. Users can use these markup symbols to generate highly expressive documents with minimal input costs: such as the document you are reading. It uses simple symbols to mark different headings, to separate different paragraphs, to bold or italicize certain text, and even better, it can also

1. Make a Todo list

2. Write a mass-energy conservation formula [1]

3. Highlight a piece of code [2]

  1. @requires_authorization
  2. class SomeClass:
  3. pass
  4. if __name__ == '__main__':
  5. # A comment
  6. print 'hello world'

4. Efficiently draw flowcharts

Created with Raphaël 2.1.2StartYour OperationYes or No?Endyesno

5. Efficiently draw sequence diagrams

Created with Raphaël 2.1.2AliceAliceBobBobHello Bob, how are you?Bob thinksI am good thanks!

6. Efficiently draw Gantt charts

06/2707/0407/1107/1807/2508/01需求分析 可行性报告 概念验证 概要设计 详细设计 编码 测试 发布验收项目确定项目实施发布验收项目开发流程

7. Draw the table

project price quantity
computer $ 1600 5
cell phone $ 12 12
pipeline $ 1 234

8. More detailed syntax description

For a more detailed syntax description, you can refer to the Cmd Markdown Concise Grammar Manual we prepared . Advanced users can refer to the Cmd Markdown Advanced Grammar Manual for more advanced features.

All in all, it is different from other WYSIWYG editors: you only need to use the keyboard to focus on writing the text content, and you can generate a printing-level layout format, saving you the trouble of switching back and forth between the keyboard and the toolbar to adjust the content and format . Markdown strikes a balance between fluent writing and a print-quality reading experience. At present, it has become the queen writing format of GitHub, the world's largest technology sharing website, and StackOverFlow, a technical question and answer website.


What is Cmd Markdown

There are many tools you can use to write Markdown, but Cmd Markdown is the best Markdown tool we know on this planet - bar none :) Because we believe in the power of words, we share your passion for writing smoothly and sharing ideas and knowledge, as well as the ultimate pursuit of reading experience, we integrate the responses to these demands in Cmd Markdown, and improve the experience of this tool once, twice, three times, and even countless times, and finally evolve it into an edit / An online platform for reading Markdown - you can manage the text here anywhere, on any system/device.

1. Real-time sync preview

We divide the main interface of Cmd Markdown into two parts, the editing area on the left and the preview area on the right. Operations in the editing area will be rendered to the preview area in real time to view the final layout effect, and if you drag in one of the areas Scrollbar, we have a clever algorithm to synchronize the scrollbar of another area to an equivalent position, super cool!

2. Edit Toolbar

Maybe you are still new to Markdown syntax, before you are fully familiar with it, we have placed a toolbar as shown below on the top of the editing area, you can use the mouse to adjust the format on the toolbar, but we still encourage you to use Keyboard marking format to improve writing fluency.

tool-editor

3. Edit mode

Edit text in a completely distraction-free way: Click the stretch button on the far right of the editing toolbar or press Ctrl + Mto switch Cmd Markdown to an independent editing mode. This is an extremely concise writing environment, and all elements that may cause distractions are removed Has been removed, super refreshing!

4. Real-time cloud document

In order to ensure data security, Cmd Markdown will save the content of each keystroke you make to the cloud, and at the same time已保存 prompt the word on the far right of the editing toolbar. No need to worry about browser crashes, machine power failures, earthquakes, tsunami-close the browser or machine at any time during editing, and continue writing when you return to Cmd Markdown next time.

5. Offline mode

It is safe to record text in an unstable network environment! When you are writing, if the computer suddenly loses the network connection, Cmd Markdown will intelligently switch to offline mode, save the text you typed locally, and send them to the cloud until the network is restored, even if the browser is closed before the network is restored Or the computer, there is no problem. When you open Cmd Markdown next time, she will remind you to send the text saved offline to the cloud. In short, we do our best to keep your text safe.

6. Manage Toolbar

To facilitate the management of your documents , the Management :

tool-manager

From the management toolbar you can:

Publish: generate a permanent link for the current manuscript, publish it on the Internet, and share it
New: start writing a new document
Delete: delete the current document
Export: convert the current document into Markdown text or Html format, and export it locally
List: All new and past documents can be viewed and operated here
Mode: switch normal/Vim/Emacs editing mode

7. Reading toolbar

tool-manager

Through the Reading Toolbar in the upper right corner of the Preview Area , you can view the table of contents of the current document and enhance your reading experience.

The five icons on the toolbar are, in order:

Table of Contents: Quickly navigate the table of contents structure of the current document to jump to a passage of interest
View: Swap the positions of the editing area on the left and the preview area on the right
Theme: Built-in black and white themes, try the black theme , awesome!
Reading: The distraction-free reading mode provides a superb reading experience
Full screen: concise, concise, and concise, a fully immersive writing and reading environment

8. Reading mode

On the Reading toolbar clickOr press Ctrl+Alt+Mto enter the independent reading mode interface. We have devoted a lot of time to every detail of layout rendering: font, font size, line spacing, foreground and background colors, and strive to improve the reading experience and quality.

9. Tagging, sorting and searching

Enter text in the following format at the beginning of any line in the editing area to label the current document:

未分类

Documents with tags will be classified according to tags in [File List] (Ctrl+Alt+F). Users can use the keyboard or mouse to browse and view documents at the same time, or search title keywords in the search text box of [File List] to filter the documents. As shown below:

file-list

10. Manuscript publishing and sharing

When you use Cmd Markdown to record, create, organize, and read manuscripts, we not only hope that it is a powerful tool, but also hope that your thoughts and knowledge can be shared with like-minded people through this platform, along with high-quality reading experience people, and then encourage more people to come here to record and share their thoughts and knowledge, try to click(Ctrl+Alt+P) Publish this document to your friends!


Thanks again for taking the time to read this welcome paper, click(Ctrl+Alt+N) Start writing a new document! I wish you a happy recording, reading and sharing here!

By @ghosert
Jul 07, 2016


[1] Support LaTeX editing display support, for example: , visit MathJax for more usage methods. [2] The code highlighting function supports 41 mainstream programming languages ​​including Java, Python, and JavaScript .

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注