Skip to content

Commit 0c1111f

Browse files
committed
chore: rebrand plugin as "Logseq Inline Markdown Table Editor"
Rename package, logseq id, and title to reflect that this fork's focus is the inline renderer. Reset version to 1.0.0 for the new identity. Tidy README markdown spacing while here.
1 parent 8452622 commit 0c1111f

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Logseq Markdown Table Editor Plugin
1+
# Logseq Inline Markdown Table Editor Plugin
22

33
[![latest release version](https://img.shields.io/github/v/release/haydenull/logseq-plugin-markdown-table)](https://github.com/haydenull/logseq-plugin-markdown-table/releases)
44
[![License](https://img.shields.io/github/license/haydenull/logseq-plugin-markdown-table?color=blue)](https://github.com/haydenull/logseq-plugin-markdown-table/blob/main/LICENSE)
@@ -8,19 +8,23 @@ English | [简体中文](./README-zh_CN.md)
88
reference[https://codesandbox.io/s/yt8jc](https://codesandbox.io/s/yt8jc)
99

1010
## Read Before Use
11+
1112
- **Multiple tables need to be separated by blank lines, otherwise they will be recognized as one table**
1213

1314
## demo
15+
1416
![demo](./demo.gif)
1517

1618
## Shortcuts
19+
1720
- `Tab`: Move cursor to the next cell
1821
- `Shift + Tab`: Move cursor to the previous cell
1922
- `Shift + Enter`: Break line in the current cell
2023

2124
## Development
25+
2226
```shell
23-
$ npm install
27+
npm install
2428

25-
$ npm start
26-
```
29+
npm start
30+
```

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "victor-logseq-plugin-markdown-table",
3-
"version": "1.9.0",
2+
"name": "logseq-inline-markdown-table",
3+
"version": "1.0.0",
44
"private": true,
5-
"description": "markdown table editor for logseq",
5+
"description": "inline markdown table editor for logseq",
66
"main": "build/index.html",
77
"homepage": "./",
88
"logseq": {
9-
"title": "Victor's Markdown Table",
10-
"id": "victor-logseq-markdown-table",
9+
"title": "Inline Markdown Table Editor",
10+
"id": "logseq-inline-markdown-table",
1111
"icon": "./logo.png"
1212
},
1313
"scripts": {

0 commit comments

Comments
 (0)