Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haydenull/logseq-plugin-markdown-table
Logseq markdown table editor.
https://github.com/haydenull/logseq-plugin-markdown-table
logseq logseq-plugin markdown table
Last synced: 2 months ago
JSON representation
Logseq markdown table editor.
- Host: GitHub
- URL: https://github.com/haydenull/logseq-plugin-markdown-table
- Owner: haydenull
- License: mit
- Created: 2021-10-19T11:53:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T08:18:12.000Z (9 months ago)
- Last Synced: 2024-07-03T08:37:49.699Z (7 months ago)
- Topics: logseq, logseq-plugin, markdown, table
- Language: JavaScript
- Homepage:
- Size: 2.47 MB
- Stars: 119
- Watchers: 2
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - logseq-plugin-markdown-table - Logseq markdown table editor (🔌 Plugins)
README
# Logseq Markdown Table Editor Plugin
[English](./README.md) | 简体中文
编辑器参考[https://codesandbox.io/s/yt8jc](https://codesandbox.io/s/yt8jc)
## 使用前请注意
- **多个表格,需要用空行隔开,否则会识别为一个表格。**## 示例
![demo](./demo.gif)## 快捷键
- `Tab`: 移动光标到下一个单元格
- `Shift + Tab`: 移动光标到上一个单元格
- `Shift + Enter`: 在当前单元格换行## 开发
```shell
$ yarn$ yarn start
```