From fa08da57fd7eefe9204b0f9cf1c973f781e32013 Mon Sep 17 00:00:00 2001 From: zhao <1342303661@qq.com> Date: Thu, 29 Jan 2026 23:57:23 +0800 Subject: [PATCH] Add logseq-plugin-copy-page-path to marketplace --- packages/logseq-plugin-copy-page-path/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/logseq-plugin-copy-page-path/manifest.json diff --git a/packages/logseq-plugin-copy-page-path/manifest.json b/packages/logseq-plugin-copy-page-path/manifest.json new file mode 100644 index 00000000..a73d65b8 --- /dev/null +++ b/packages/logseq-plugin-copy-page-path/manifest.json @@ -0,0 +1,7 @@ +{ + "title": "复制页面路径", + "description": "一键复制当前页面的本地文件路径到剪贴板,支持绝对路径、相对路径、file链接和Markdown格式", + "author": "nutshinji", + "repo": "nutshinji/logseq-plugin-copy-page-path", + "icon": "./icon.svg" +}