Skip to content

Commit 9939a3f

Browse files
committed
Consistent plugin naming across files
1 parent 0da8dc8 commit 9939a3f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "logseq-remember-my-block",
2+
"name": "logseq-plugin-remember-my-block",
33
"description": "Plugin that remembers the block where you left off. When you reopen a page, it scrolls back to your last block — ready to edit or just to read. Supports edit and view modes.",
44
"repository": "https://github.com/PaulNoth/logseq-remember-my-block.git",
55
"author": "Pavol Pidanič",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import '@logseq/libs' //https://plugins-doc.logseq.com/
22

3-
const PLUGIN_ID = 'logseq-remeber-my-block'
3+
const PLUGIN_ID = 'logseq-plugin-remeber-my-block'
44

55
const MAX_LAST_BLOCK_POSITIONS_MAP_ENTRIES = 50
66
const STORAGE_KEY = 'last-block-position'

0 commit comments

Comments
 (0)