Return to site

Mweb Powerful Markdown App 3 1 2

broken image


The first thing you should know

What every Markdwon user should know is the official version. How was it created? What is its design philosophy and grammar? If you haven't seen it, it is recommended to check out this: Markdown syntax guide full version.

Git Pocket Reference summarizes commonly used Git command line instructions (more than 80 commands) for quick reference. 80+ git commands 2. Commands are categorized into groups 3. 'SAVE' your favorite commands. Search Commands 5. Easy Navigation 6. Material Design. NO ADS.

  1. Nearly all Markdown applications support the basic syntax outlined in John Gruber's original design document. There are minor variations and discrepancies between Markdown processors — those are noted inline wherever possible.
  2. ‎MWeb is a professional Markdown writing, note taking, and static blog generator app for Mac, iPad, and iPhone. Here are some special features of MWeb. ## The software. Made with supporting native technologies in mind. It is always a perfect integration with the platform. Aiming for modern UI an.

The syntax used by MWeb is Github Flavored Markdown (GFM) syntax. GFM is an extended version of the official version. In addition to supporting the official syntax, it also supports tables, TOC, LaTeX, code blocks, task lists, footnotes, and more.

In addition, MWeb also supports two more useful grammars based on GFM grammar compatibility: drawing support (mermaid, viz, echarts, plantuml, sequence, flow) and setting the image width, which will be explained in detail below.

Philosophy

Markdown is intended to be as easy-to-read and easy-to-write as is feasible.
Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
Markdown's syntax is intended for one purpose: to be used as a format for writing for the web.

Notice

If you see writing Result:, you can see the result only by using CMD + 4 or CMD + R preview in MWeb. You can download this post and open it in MWeb to see the result. The download URL is: Download this post Markdown text

Headers

Example:

Result:

This is an

tag

This is an tag

Emphasis

Example:

Shortcuts:CMD + UCMD + ICMD + B
Result:

This text will be italic
This will also be italic

This text will be bold
This will also be bold

Newlines

Where is camera on macbook. End a line with two or more spaces + enter.
Just typing enter to newline,please set:Preferences - Themes - Translate newlines to
tags
enable ( default is enable )

Lists

Unordered

Example:

Shortcuts:Option + U
Result:

  • Item 1 unordered list * + SPACE
  • Item 2
    • Item 2a unordered list TAB + * + SPACE
    • Item 2b

Ordered

Example:

Result:

  1. Item 1 ordered list Number + . + SPACE
  2. Item 2
  3. Item 3
    1. Item 3a ordered list TAB + Number + . + SPACE
    2. Item 3b

Task lists

Example:

Result:

  • task one not finish - + SPACE + [ ]
  • task two finished - + SPACE + [x]

Images

Example:

Shortcuts:Control + Shift + I
The Library's document support drag & drop or CMD + V paste or CMD + Option + I to insert the pictrue.
Result:

In MWeb, you can use -w + Number to control image width, for example, set the image width 140px:

In MWeb, you can also set the alignment of the image. Take the above image as an example. The left alignment is -l140, the center is -c140, and the right is -r140.

Links

Example:

Shortcuts:Control + Shift + L
The Library's document support drag & drop or CMD + Option + I to insert attachment.
Result:

An email example@example.com link.
GitHub
Automatic linking for URLs
Any URL (like http://www.github.com/) will be automatically converted into a clickable link.

Blockquotes

Example:

Shortcuts:CMD + Shift + B
Result:

As Kanye West said:

We're living the future so
the present is our past. Postico 1 5 – a modern postgresql client failed.

Inline code

Example:

Shortcuts:CMD + K
Result:

I think you should use an
code element here instead.

Multi-line code

Example:

Shortcuts:CMD + Shift + K
Result:

MWeb Drawing

mermaid

Mermaid is a popular js graphics library. It supports flowcharts, sequence diagrams and Gantt charts. Its official website is: https://mermaidjs.github.io/. Eagle 1924. The syntax for using mermaid in MWeb is to declare code blocks. The language is mermaid, and the mermaid drawing syntax can be written in the code block. You can copy the following syntax into MWeb to view the result.

Result:

Graphviz

Graphviz is an open source graph visualization software and its official website is http://www.graphviz.org/. MWeb uses the implementation of Graphviz's js version http://viz-js.com/, which can parse the Graphviz syntax to generate images. You can try the following syntax to copy it into MWeb. When you try, you can change the dot to circo, fdp, neato, osage, twopi to try the result.

Result:

echarts

Echarts is a js graph library of Baidu. Its website is http://echarts.baidu.com/index.html. It is very powerful. MWeb supports some basic usages of echarts. You can try the following syntax to copy it into MWeb. You can also go to the http://echarts.baidu.com/examples/index.html URL to see some examples. Note that MWeb can only parse option = {} which is simple but should be enough used.

Result:

plantuml

The website of plantuml is: http://www.plantuml.com/, you can learn more directly. The way MWeb supports plantuml is to reference the images generated by the plantuml server. You can copy the following syntax into MWeb to try.

Result:

Sequence diagram and flow chart

The sequence diagram and flow chart are using http://bramp.github.io/js-sequence-diagrams/, http://adrai.github.io/flowchart.js/ It's Markdown syntax in MWeb.

Result:

Tables

Example:

You can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe |:

Meta image 1 6 16. Result:

First HeaderSecond Header
Content from cell 1Content from cell 2
Content in the first columnContent in the second column
Answers

Strikethrough

Example:

Result:

Any word wrapped with two tildes (like this) will appear crossed out.

Horizontal Rules

Following lines will produce a horizontal rule:

Result:

MathJax

Use double US dollors sign pair for Block level Math formula, and one US dollor sign pair for Inline Level.

Result:

For example this is a Block level [x = {-b pm sqrt{b^2-4ac} over 2a}] formula, and this is an inline Level (x = {-b pm sqrt{b^2-4ac} over 2a}) formula.

[ frac{1}{Bigl(sqrt{phi sqrt{5}}-phiBigr) e^{frac25 pi}} =
1+frac{e^{-2pi}} {1+frac{e^{-4pi}} {1+frac{e^{-6pi}}
{1+frac{e^{-8pi}} {1+ldots} } } } ]

Footnote

Example:

Result:

This is a footnote:1

Comment And Read More.

Actions->Insert Read More Comment ORCMD + .

TOC

Example:

Mweb Powerful Markdown App 3 1 2 As A Decimal

Result:

Mweb powerful markdown app 3 1 2 cabinet handles

Strikethrough

Example:

Result:

Any word wrapped with two tildes (like this) will appear crossed out.

Horizontal Rules

Following lines will produce a horizontal rule:

Result:

MathJax

Use double US dollors sign pair for Block level Math formula, and one US dollor sign pair for Inline Level.

Result:

For example this is a Block level [x = {-b pm sqrt{b^2-4ac} over 2a}] formula, and this is an inline Level (x = {-b pm sqrt{b^2-4ac} over 2a}) formula.

[ frac{1}{Bigl(sqrt{phi sqrt{5}}-phiBigr) e^{frac25 pi}} =
1+frac{e^{-2pi}} {1+frac{e^{-4pi}} {1+frac{e^{-6pi}}
{1+frac{e^{-8pi}} {1+ldots} } } } ]

Footnote

Example:

Result:

This is a footnote:1

Comment And Read More.

Actions->Insert Read More Comment ORCMD + .

TOC

Example:

Mweb Powerful Markdown App 3 1 2 As A Decimal

Result:

[TOC]

This article describes the detailed use of external mode, if you have not seen MWeb Basic use, I suggest you go and see.

Mac App Store Sandbox

Opening a Markdown document in a non-document library in MWeb, if there is a reference to a local image in the document, there is no way to display it and preview it in MWeb. This is because Apple's software on the Mac App Store (MAS) does not perform any operations on documents outside the software's own sandbox, and even reads it unless the user explicitly authorizes it. The way the user is authorized is to use the Open, Save dialog. For example, if you open a Markdown document with MWeb, then MWeb can get permission to read and write this document.

If you want to use MWeb to drag and drop the function of inserting images, you need to authorize the entire folder where the document is located to MWeb. When you import the folder, MWeb will automatically get the read and write permissions of this folder.

Of course, the introduction of folders into MWeb makes it easy to open and manage Markdown documents and view the tree structure of folders without using Finder.

Add a folder to External Mode

As shown below, press CMD + E to open the external mode, then click the '+' button in the left bottom corner to select the folder to be imported.

In addition, you can also drag and drop folders directly into the folder tree list on the left to import folders.
Another way is to drag and drop the folder directly into the MWeb icon to import the folder.

Configuring imported folders

After the folder is added, there is an important setting, which is to introduce the settings of the folder, you can right-click the imported folder, and then select Edit, it will display the following interface:

One setting is the 'Display Name', which is specific to the imported folder. You will not modify the name of the folder if you modify the name. There are also several important settings that are related to inserting images. The first one is 'Media Folder Name:'. This is followed by the 'Media Save Path:' option is associated with this, and there are only two options for 'Absolute' and 'Relative'.
For example, if the folder I imported is A, then a file is under 'A/folder/file.md', if I insert a picture called 'pic.jpg' in 'file.md' , the result of the different options is:

  1. Relative: The picture will be saved in 'A/folder/media/pic.jpg', and the generated Markdown will be: ![](media/pic.jpg).
  2. Absolute: The picture will be saved in 'A/media/pic.jpg', and the generated Markdwon is: ![](/media/pic.jpg.

Mweb Powerful Markdown App 3 1 20

Another setting: 'Automatically upload the inserted image to.'. If this option is checked, the above settings will not work because the image you inserted will be automatically uploaded to the selected image upload service and then returned to the Markdown syntax. Ssdreporter 1 5 4 download free.

Based on this feature, MWeb can support image insertion, preview and management of static website generation tools such as Octpress, Jekyll, hexo, gitbook, VuePress and so on.

Manage imported folders

Mweb Powerful Markdown App 3 1 2013

After the folder is imported, you can use the right button to perform some common operations on the imported folders and files, as shown in the following figure.





broken image