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: 4 months ago
JSON representation

Logseq markdown table editor.

Lists

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
```