https://github.com/zh30/biglvan
Big Ivan toolkit
https://github.com/zh30/biglvan
deno toolkit vscode-extension
Last synced: 4 months ago
JSON representation
Big Ivan toolkit
- Host: GitHub
- URL: https://github.com/zh30/biglvan
- Owner: zh30
- License: apache-2.0
- Created: 2019-12-02T14:34:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T06:59:57.000Z (about 2 years ago)
- Last Synced: 2024-10-05T16:19:47.536Z (over 1 year ago)
- Topics: deno, toolkit, vscode-extension
- Language: TypeScript
- Homepage: https://big.zhanghe.dev
- Size: 7.61 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=zhanghe.biglvan) [](https://marketplace.visualstudio.com/items?itemName=zhanghe.biglvan) [](https://github.com/zhanghecool/biglvan)
[](https://github.com/zhanghecool/biglvan) [](https://github.com/semantic-release/semantic-release) [](https://twitter.com/zhanghecool)
User code snippets for markdown
## Markdown shortcuts
**Use markdown shortcuts need to change settings:** [wiki](https://github.com/zhanghecool/biglvan/wiki/Use-markdown-shortcuts) and [bilibili](https://www.bilibili.com/video/BV1qz4y197JJ/)
### `tab | table`
```markdown
| Names | Age | Cool |
| ----- | :-: | ---: |
| He | 18 | Yes |
```
### `h1`
```markdown
# H1
```
### `h1id`
```markdown
# H1 {#head_1}
```
### `h2`
```markdown
## H2
```
### `h2id`
```markdown
## H2 {#head_1}
```
### `h3`
```markdown
### H3
```
### `h3id`
```markdown
### H3 {#head_1}
```
### `h4`
```markdown
#### H4
```
### `h4id`
```markdown
#### H4 {#head_1}
```
### `h5`
```markdown
##### H5
```
### `h5id`
```markdown
##### H5 {#head_1}
```
### `h6`
```markdown
###### H6
```
### `h6id`
```markdown
###### H6 {#head_1}
```
### `quo | quote | yinyong`
```markdown
> Coffee. The finest organic suspension ever devised... I beat the Borg with it.
> Captain Janeway
```
### `bo`
```markdown
**Bold**
```
### `ita`
```markdown
_Italics_
```
### `del | delete`
```markdown
~~Delete~~
```
### `li | list`
```markdown
1. First ordered list item
2. Another item
3. And another item
```
### `uli | ulist`
```markdown
- Unordered list can use asterisks
* Or minuses
- Or pluses
```
### `a | link`
```markdown
[link](http://zhanghe.cool 'Link's title')
```
### `al | alink`
```markdown
```
### `img | image`
```markdown

```
### `imgwh | imagewh`
```markdown
{:height='36px' width='36px'}
```
### `co | code`
```markdown
```markdown
if (isAwesome){
return true
\```
```
### `ico | icode`
```markdown
`var example = true`
```
### `task`
```markdown
- [ ] This is a complete item
```
### `abb`
```markdown
\*[HTML]: HyperText Markup Language
```
### `cdngh`
```markdown
https://cdn.jsdelivr.net/gh/user/repo@version/file
```
### `cdnnpm`
```markdown
https://cdn.jsdelivr.net/npm/package@version/file
```
### `cdnwp`
```markdown
https://cdn.jsdelivr.net/wp/plugins/project/tags/version/file
```
