Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/logseq-md-convert/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/logseq-md-convert/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Rename plugin manifest to manifest.json

The plugin metadata file is added as menifest.json, but marketplace tooling only loads packages/<id>/manifest.json (see scripts/build.mjs where mfp is hardcoded to manifest.json and missing files are treated as package errors). In this state, logseq-md-convert will be skipped during build/index generation and won’t appear in produced marketplace data even though the package directory exists.

Useful? React with 👍 / 👎.

"title": "MD Convert",
"description": "Insert standard GitHub-flavored Markdown (GFM) as Logseq blocks.",
"author": "shpeng1996",
"repo": "shpeng1996/logseq-md-convert",
"icon": "logo.svg",
"supportsDB": false,
"supportsDBOnly": false
}