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: 7 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T08:18:12.000Z (over 1 year ago)
- Last Synced: 2024-11-17T20:47:18.945Z (about 1 year ago)
- Topics: logseq, logseq-plugin, markdown, table
- Language: JavaScript
- Homepage:
- Size: 2.47 MB
- Stars: 131
- Watchers: 2
- Forks: 10
- Open Issues: 16
-
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)
## 使用前请注意
- **多个表格,需要用空行隔开,否则会识别为一个表格。**
## 示例

## 快捷键
- `Tab`: 移动光标到下一个单元格
- `Shift + Tab`: 移动光标到上一个单元格
- `Shift + Enter`: 在当前单元格换行
## 开发
```shell
$ yarn
$ yarn start
```