Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zh30/biglvan
Big Ivan toolkit
https://github.com/zh30/biglvan
deno toolkit vscode-extension
Last synced: about 2 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T06:59:57.000Z (9 months ago)
- Last Synced: 2024-10-05T16:19:47.536Z (3 months 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
[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/zhanghe.biglvan.svg)](https://marketplace.visualstudio.com/items?itemName=zhanghe.biglvan) [![Installs](https://vsmarketplacebadge.apphb.com/installs/zhanghe.biglvan.svg)](https://marketplace.visualstudio.com/items?itemName=zhanghe.biglvan) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/zhanghecool/biglvan.svg)](https://github.com/zhanghecool/biglvan)
[![GitHub](https://img.shields.io/github/license/zhanghecool/biglvan.svg)](https://github.com/zhanghecool/biglvan) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Twitter Follow](https://img.shields.io/twitter/follow/zhanghecool.svg?style=social)](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
![alt text](http://Image's src 'Image's title')
```### `imgwh | imagewh`
```markdown
![alt text](Image's src){: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
```