| title | CheatSheets | ||
|---|---|---|---|
| date | 2020-11-25 10:28:43 -0800 | ||
| background | bg-gradient-to-l from-green-400 to-blue-500 hover:from-pink-500 hover:to-yellow-500 | ||
| tags |
|
||
| categories |
|
||
| intro | This is the magic syntax variant manual that you can use on CheatSheets.zip, It's a good practice for contributors. | ||
| plugins |
|
- Clone Repository View on Github
$ git clone https://github.com/Fechin/reference.git
- Install Dependencies in the project directory
$ npm install
- Start a Dev Server http://localhost:4000
$ npm run dev
- Create or modify
source/_posts/{name}.md - Send us pull request and chill {.marker-timeline}
It's a good practice to refer to the source code of the CheatSheets reference.
.
├── source
│ ├── _posts # Cheatsheet source files
│ │ ├── awk.md
│ │ ├── vim.md # => cheatsheets.zip/vim
│ │ ├── php.md
│ │ ├── css.md # => cheatsheets.zip/css
│ │ ├── ...
│ └── widget # Widget files
│ └── chmod.html
├── public # Distribution files
├── _config.yml
├── gulpfile.js
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── themes
└── coo # Theme files.
├── Section 1 # Header
│ ├── Card 1
│ ├── Card 2
│ ├── Card 3
│ ├── ...
├── Section 2
│ ├── Card 1
│ │ ├── Paragraph
│ │ ├── Code
│ │ ├── <hr/> (aka "---")
│ │ ├── List
│ │ │ ├── Paragraph
│ │ │ └── Code
│ │ └── Table
│ │ ├── Paragraph
│ │ └── Code
│ ├── Card 2
│ ├── Card 3
│ └── ...
├── Section 3
├── Section 4
└── ...- One cheatsheet contains multiple sections
- One section contains multiple cards
- One card can contain Code, Table, List and Paragraph
- One list can contain Code and Paragraph
- One table can contain Code and Paragraph
- Section Variants
- Card Variants
- Table Variants
- List Variants
- Code Variants
- Paragraph Variants
- Cards Example
All the magic variants supported by CheatSheets.zip
## Getting Started
### List Card {.col-span-2}
- Share quick reference
- Cheatsheet for developers ... {.style-timeline}
### Table Card
| id | name |
| --- | ------- |
| 1 | Roberta |
{.show-header}| - | - |
|---|---|
{.cols-1} |
one-column layout |
{.cols-2} |
two-column layout |
{.cols-3} |
three-column layout (default) |
| ... | |
{.cols-6} |
six-column layout |
- Section contains multiple cards
- Use {.cols-
n} to specify section as an-column layout - Click the preview button below to focus on the section
Preview {.link-arrow}
# One Column Example {.cols-1}
╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆
╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
┆ 2 ┆
╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯
## One Column Example {.cols-1}
### 1
### 2Preview {.link-arrow}
# Two Columns Example
╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆
╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
┆ 3 ┆
╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯
## Two Columns Example {.cols-2}
### 1
### 2
### 3Preview {.link-arrow}
# Default
╭┈┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆ ┆ 3 ┆
╰┈┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈┈╮
┆ 4 ┆
╰┈┈┈┈┈┈┈┈┈┈╯
## Default
### 1
### 2
### 3
### 4| - | - |
|---|---|
{.col-span-2} |
Example |
{.col-span-3} |
|
| ... | |
.col-span-6} |
| - | - |
|---|---|
{.row-span-2} |
Example |
{.row-span-3} |
|
| ... | |
{.row-span-6} |
| - | - |
|---|---|
{.primary} |
Red titles, Example |
{.secondary} |
Yellow titles, Example |
A complete example: Cards Example
╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆ ┆ 3 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
┆ 4 ┆ ┆ 5 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯
### 1
### 2
### 3
### 4
### 5 {.col-span-2}╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 3 ┆ ┆ 4 ┆ ┆ 5 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
### 1
### 2 {.col-span-2}
### 3
### 4
### 5╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆ ┆ 3 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 4 ┆ ┆ 5 ┆
╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
### 1
### 2
### 3
### 4 {.col-span-2}
### 5╭┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆ ┆ 3 ┆
┆ ┆ ╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
┆ ┆ ╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ ┆ ┆ 4 ┆ ┆ 5 ┆
╰┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
### 1 {.row-span-2}
### 2
### 3
### 4
### 5╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆ ┆ 3 ┆
╰┈┈┈┈┈┈┈┈┈╯ ┆ ┆ ╰┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈╮ ┆ ┆ ╭┈┈┈┈┈┈┈┈┈╮
┆ 4 ┆ ┆ ┆ ┆ 5 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
### 1
### 2 {.row-span-2}
### 3
### 4
### 5╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆ ┆ 3 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯ ┆ ┆
╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮ ┆ ┆
┆ 4 ┆ ┆ 5 ┆ ┆ ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈╯
### 1
### 2
### 3 {.row-span-2}
### 4
### 5╭┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 1 ┆ ┆ 2 ┆
┆ ┆ ╰┈┈┈┈┈┈┈┈┈╯
┆ ┆ ╭┈┈┈┈┈┈┈┈┈╮
┆ ┆ ┆ 3 ┆
╰┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮ ╭┈┈┈┈┈┈┈┈┈╮
┆ 4 ┆ ┆ 5 ┆ ┆ 6 ┆
╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯ ╰┈┈┈┈┈┈┈┈┈╯
### 1 {.col-span-2 .row-span-2}
### 2
### 3
### 4
### 5Spans rows and columns at the same time
| - | - |
|---|---|
{.show-header} |
Show the header of the table |
{.shortcuts} |
Render shortcut key style |
{.bold-first} |
Bold first column |
{.plus-first} |
Plus first column |
{.show-header} |
Show headers |
{.left-text} |
Align the last column left |
{.no-wrap} |
Don't wrap text |
| Pattern | Description |
|---|---|
[abc] |
Match a, b or c |
[^abc] |
Match except a, b or c |
[a-z] |
Match a to z |
| Pattern | Description |
| -------- | ---------------------- |
| `[abc]` | Match a, b or c |
| `[^abc]` | Match except a, b or c |
| `[a-z]` | Match a to z || - | - |
|---|---|
Ctrl N |
New File |
Ctrl S |
Save |
{.shortcuts}
| - | - |
| ---------- | -------- |
| `Ctrl` `N` | New File |
| `Ctrl` `S` | Save |
{.shortcuts}| Pattern | Description |
|---|---|
[abc] |
Match a, b or c |
[^abc] |
Match except a, b or c |
[a-z] |
Match a to z |
{.show-header}
| Pattern | Description |
| -------- | ---------------------- |
| `[abc]` | Match a, b or c |
| `[^abc]` | Match except a, b or c |
| `[a-z]` | Match a to z |
{.show-header}| Pattern | Description |
|---|---|
[abc] |
Match a, b or c |
[^abc] |
Match except a, b or c |
[a-z] |
Match a to z |
{.left-text}
| Pattern | Description |
| -------- | ---------------------- |
| `[abc]` | Match a, b or c |
| `[^abc]` | Match except a, b or c |
| `[a-z]` | Match a to z |
{.left-text}| Pattern | Description |
|---|---|
[abc] |
Match a, b or c |
[^abc] |
Match except a, b or c |
[a-z] |
Match a to z |
{.bold-first}
| Pattern | Description |
| -------- | ---------------------- |
| `[abc]` | Match a, b or c |
| `[^abc]` | Match except a, b or c |
| `[a-z]` | Match a to z |
{.bold-first}List columns
| - | - |
|---|---|
{.cols-1} |
one column (default) |
{.cols-2} |
two columns |
| ... | |
{.cols-6} |
List markers
| - | - |
|---|---|
{.marker-none} |
Marker is not set |
{.marker-timeline} |
Marker style like timeline |
{.marker-round} |
Round marker |
- Share quick reference.
- cheat sheet for developers.
- Contributed by open source angels.
- Manage your code snippets.
- Share quick reference.
- cheat sheet for developers.
- Contributed by open source angels.
- Manage your code snippets.- Share
- Quick
- Reference
- And
- Cheat Sheet
- For
- Developers
{.cols-3}
- Share
- Quick
- Reference
- And
- Cheat Sheet
- For
- Developers
{.cols-3}- Renamed to
new_name$ git branch -m <new_name>
- Push and reset
$ git push origin -u <new_name>
- Delete remote branch
shell script $ git push origin --delete <old>
{.marker-timeline}
- **Renamed** to `new_name`
```shell script
$ git branch -m <new_name>
```
- **Push** and reset
```shell script
$ git push origin -u <new_name>
```
- **Delete** remote branch `shell script $ git push origin --delete <old> `
{.marker-timeline}- Share
- Quick
- Reference
- And
- Cheat Sheet
{.cols-2 .marker-none}
- Share
- Quick
- Reference
- And
- Cheat Sheet
{.cols-2 .marker-none}- Share
- Quick
- Reference
{.marker-round}
- Share
- Quick
- Reference
{.marker-round}cheatsheets.zip.is(() => {
awesome.site();
});here.is.some.more();````js
cheatsheets.zip.is(() => {
awesome.site()
})
\```
```js
here.is.some.more()
\```
````Code blocks can be placed one after the other.
cheatsheets.zip.is(() => {
awesome.site();
});here.is.some.more();#### index.js
```js
cheatsheets.zip.is(() => {
awesome.site();
});
```
#### other.js
```js
here.is.some.more();
```Code blocks can have headings.
<script>(function(d,s){if(window.Promise&&[].includes&&Object.assign&&window.Map)return;var js,sc=d.getElementsByTagName(s)[0];js=d.createElement(s);js.src='https://cdn.polyfill.io/v2/polyfill.min.js';sc.parentNode.insertBefore(js, sc);}(document,'script'))</script>```js {.wrap}
<script>(function(d,s){if(window.Promise&&[].includes&&Object.assign&&window.Map)return;var js,sc=d.getElementsByTagName(s)[0];js=d.createElement(s);js.src='https://cdn.polyfill.io/v2/polyfill.min.js';sc.parentNode.insertBefore(js, sc);}(document,'script'))</script>
```Add {.wrap} to wrap long lines.
function createNode(nodeName: string, options: { key: string }) {
return true
}Long lines will have scrollbars.
The text that appears in the header
### Basic paragraphs
The text that appears in the header- This is a list
This paragraph will appear in the middle
cheatsheets.is(() => {
awesome.site();
});### Middle paragraphs
- This is a list
This paragraph will appear in the middle
```js
cheatsheets.is(() => {
awesome.site();
});
```cheatsheets.is(() => {
awesome.site();
});```js
cheatsheets.is(() => {
awesome.site();
});
```
This paragraph will appear in the footerThis paragraph will appear in the footer
Add {.link-arrow} to make big loud external links:
[Home](/) {.link-arrow}Home {.link-arrow}
1
2
3
Add {.primary} to make the title red.
4
Add {.secondary} to make the title yellow.
5