# 发布你的logseq插件到markplace

<https://github.com/logseq/marketplace>

fork这个repo。在自己fork这个副本中`clone`到本地，在`packages`文件夹下建立你的`plugins`名的文件夹，在该文件夹下面建立`icon.png`文件和`manifest.json`文件。

文件内容类似下面：

```json
{
  "title": "插件名",
  "description": "插件描述" ,
  "author": "作者名",
  "repo":"github名/repo名)",
  "icon": "./图标名.png"
}
```

然后`git add` `git commit` `git push`。然后在`pull requests`中请求合并你的`plugins`。

## 发布插件的release

## logseq是如何下载你的插件的

## 发布的自动化


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://correctroad.gitbook.io/logseq-plugins-in-action/chapter-3/publish-your-plugins-to-markplace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
