@harikar847
2023-06-24T08:50:00.000000Z
字数 9428
阅读 370
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 the answer we give—— Provide more professional tools for recording thoughts and sharing knowledge. You can use Cmd Markdown to:
- Organize knowledge and study notes
- Publish diaries, essays, what you see and think
- Write and publish technical documents (code support)
- Write and publish academic papers (LaTeX formula support)
In addition to the Cmd Markdown online version you see now, you can also go to the following URL to download:
Please keep this Cmd Markdown welcome document and instruction manual. If you need to write a new document, click New document Or use the shortcut key
Ctrl+Alt+N
.
Markdown is a plain text markup language that is easy to remember and write. Users can use these markup symbols to generate extremely expressive documents with minimal input costs: for example, the one you are reading documents. It uses simple symbols to mark differ ent headings, to separate different paragraphs, to bold or italicize certain text, and better yet, it can
```python
@requires_authorization
class SomeClass:
pass
if name == ' main ':
# A comment
print 'hello world'
### 4. Efficiently draw [flow chart](https://www.zybuluo.com/ mdeditor?url=https://www.zybuluo.com/static/editor/md-help.markdown#7-flow chart)
```flow
st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
<div class="md-section-divider"></div>
Item | Price | Quantity |
---|---|---|
Computer | $1600 | 5 |
Mobile | $12 | 12 |
Pipeline | $1 | 234 |
To view more detailed syntax instructions, you can refer to our prepared [Cmd Markdown Concise Grammar Manual][2], advanced users can Refer to [Cmd Markdown Advanced Syntax Manual][3] for more advanced features.
All in all, unlike other what you see is what you get editors: you only need to use the keyboard to focus on writing the text content, and you can generate print-level typography, eliminating the need to switch back and forth between the keyboard and toolbar to adjust content and formatting Trouble. **Markdown strikes a balance between smooth 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.
You can use many tools 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 and Like you, you have the ultimate pursuit of smooth writing, sharing thoughts and knowledge, and reading experience. We integrate the responses to these demands in Cmd Markdown, and improve the experience of this tool once, twice, three times, or even countless times. Eventually it evolved into an online platform for editing/publishing/reading Markdown - you can manage the text here on any system/device anywhere.
We divide the main interface of Cmd Markdown into two, the left side is the editing area, and the right side is the preview area, the operations in the editing area will be rendered to the preview area in real time It is convenient to check the final layout effect, and if you drag the scroll bar in one area, we have a clever algorithm to synchronize the scroll bar in the other area to the equivalent position, super cool!
Maybe you are still a novice in Markdown syntax, before you are fully familiar with it, we have placed a toolbar as shown below on the top of editing area, you can use the mouse to Adjust the formatting on the toolbar, but we still encourage you to use the keyboard to mark the formatting to improve the fluency of writing.
to edit text in a completely distracted way: Click Edit Toolbar at the end The stretch button on the right or press Ctrl + M
to switch Cmd Markdown to an independent editing mode. This is an extremely concise writing environment. All elements that may cause distraction have been removed, which is super refreshing !
In order to ensure data security, Cmd Markdown will save the content of every keystroke you make to the cloud, and at the same time, it will prompt the words Saved
on the far right side 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.
is as safe as recording 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.
In order to facilitate the management of your documents, the following management toolbar is placed on the top of the preview area:
, and the user can use the keyboard or mouse at the same time Browse to view, or search title keywords to filter documents in the search text box of [File List], as shown in the figure below:

When you use Cmd Markdown to record, create, organize, and read documents, we not only hope that it is a powerful tool, but also that your thoughts and knowledge pass through this platform, together with High-quality reading experience, share them with people with the same interests, 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!
Thank you again for taking the time to read this welcome paper, click (Ctrl+Alt+N) to start writing a new paper! I wish you a happy recording, reading and sharing here!
By http://weibo.com/ghosert">@ghosert
Jul 07, 2016
[2]: https://www.zybuluo.com/mdeditor?url=https://www.zybuluo.com/static/editor/ md-help.markdown
[3]: https://www.zybuluo.com/mdeditor?url=https://www.zybuluo.com/static/editor/md-help.markdown#cmd-markdown-high-level syntax Manual