Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mipmip/vim-scimark
Edit embedded markdown tables in sc-im in vim
https://github.com/mipmip/vim-scimark
neovim neovim-plugin sc-im vim vim-plugin
Last synced: 5 days ago
JSON representation
Edit embedded markdown tables in sc-im in vim
- Host: GitHub
- URL: https://github.com/mipmip/vim-scimark
- Owner: mipmip
- License: gpl-3.0
- Created: 2020-06-22T21:35:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T20:12:07.000Z (about 1 year ago)
- Last Synced: 2024-10-25T01:40:19.202Z (12 days ago)
- Topics: neovim, neovim-plugin, sc-im, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 698 KB
- Stars: 141
- Watchers: 9
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Scimark
Edit embedded markdown tables with [SC-IM](https://github.com/andmarti1424/sc-im/) in a Vim terminal window.
## Prerequisites
You need [SC-IM](https://github.com/andmarti1424/sc-im/) v0.82 or higher.
## Install
Install with a vim-plugin manager e.g.
```
Plug 'mipmip/vim-scimark'
```## Usage
Point your cursor on a markdown table and press `sc`
From here you are inside sc-im.
The most minimal table scimark reckognizes is `||`.
See more in `:help Scimark`
## Demo's
![scimark demo](demo.gif)
![scimark demo](ndemo.gif)