Share my plugin list

by Benature
5
4
3
2
1
Score: 44/100

Description

Category: Collaboration & Sharing

The Share My Plugin List plugin allows you to easily share your activated plugins with others. You can export the list of plugins to a file, which can be configured in the plugin settings. The exported content is surrounded by <!-- ShareMyPlugin begin --> and <!-- ShareMyPlugin end -->. You can also support the development of this plugin by sponsoring the author through various methods.

Reviews

No reviews yet.

Stats

37
stars
7,103
downloads
4
forks
810
days
750
days
765
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
23
total issues
12
open issues
11
closed issues
39
commits

Latest Version

2 years ago

Changelog

README file from

Github

Share My Plugin List

Obsidian Downloads GitHub stars latest download Github release GitHub release (latest by date including pre-releases)

Click to install

This plugin helps you to share/recommend the plugins you are using to others.

  • Share the obsidian plugins that are active or inactive in your vault.
  • Click ⬇️ to install plugin directly. (v0.3.3+)
  • Install all ... command in Command palette to install all uninstalled plugins in one command! (v0.3.3+)

Roadmap

Simple Chinese introduction: 公众号 / 小红书 (如有汉化需要请联系木一Benature

Feature descriptions

If you are looking forward to some new features, you can discuss the feature request in the issues.

Export as list

Support active plugins or inactive plugins.

Preview:

Source:

- [**Dataview**](https://obsidian.md/plugins?id=dataview) by [*Michael Brenan*](https://github.com/blacksmithgu)
- [**Text Format**](https://obsidian.md/plugins?id=obsidian-text-format) by [*Benature*](https://github.com/Benature) [☕️](https://www.buymeacoffee.com/benature) / [⚡️](https://afdian.net/a/Benature-K) / [♡](https://s2.loli.net/2024/04/01/VtX3vYLobdF6MBc.png)
- [**Metadata Icon**](https://obsidian.md/plugins?id=metadata-icon) by [*Benature*](https://github.com/Benature) [☕️](https://www.buymeacoffee.com/benature) / [⚡️](https://afdian.net/a/Benature-K) / [♡](https://s2.loli.net/2024/04/01/VtX3vYLobdF6MBc.png)

Export as table

Support active plugins or inactive plugins.

Preview:

Source:

| Name                                                                   | Author                                                                                                                                                                              | Version |
| ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| [**Dataview**](https://obsidian.md/plugins?id=dataview)                | [Michael Brenan](https://github.com/blacksmithgu)                                                                                                                                   | 0.5.64  |
| [**Text Format**](https://obsidian.md/plugins?id=obsidian-text-format) | [Benature](https://github.com/Benature) [☕️](https://www.buymeacoffee.com/benature) / [⚡️](https://afdian.net/a/Benature-K) / [♡](https://s2.loli.net/2024/04/01/VtX3vYLobdF6MBc.png) | 2.6.0   |
| [**Metadata Icon**](https://obsidian.md/plugins?id=metadata-icon)      | [Benature](https://github.com/Benature) [☕️](https://www.buymeacoffee.com/benature) / [⚡️](https://afdian.net/a/Benature-K) / [♡](https://s2.loli.net/2024/04/01/VtX3vYLobdF6MBc.png) | 0.0.9   |
| [**Plugin Reloader**](https://obsidian.md/plugins?id=plugin-reloader)  | [Benature](https://github.com/Benature) [☕️](https://www.buymeacoffee.com/benature) / [⚡️](https://afdian.net/a/Benature-K) / [♡](https://s2.loli.net/2024/04/01/VtX3vYLobdF6MBc.png) | 0.0.2   |
| [**Metadata Hider**](https://obsidian.md/plugins?id=metadata-hider)    | [Benature](https://github.com/Benature) [☕️](https://www.buymeacoffee.com/benature) / [⚡️](https://afdian.net/a/Benature-K) / [♡](https://s2.loli.net/2024/04/01/VtX3vYLobdF6MBc.png) | 0.1.1   |

Export to file

You can export the list of activated plugins to a file with command Export to file. The file that will be saved in your vault folder can be configured in the plugin settings.

The exported content is surrounded by <!-- ShareMyPlugin begin --> and <!-- ShareMyPlugin end -->:

<!-- ShareMyPlugin begin -->
- Plugin 1
- Plugin 2
- ...
<!-- ShareMyPlugin end -->

Contents between the comments will be overwritten by the plugin when you export again, whereas the contents outside the comments will be preserved.

Support

If you find this plugin useful and would like to support its development, you can sponsor me via Buy Me a Coffee ☕️, WeChat, Alipay or AiFaDian. Any amount is welcome, thank you!

Other install methods

Install by BRAT Plugin

Manually install

  • Download latest version in Releases
  • Copy over main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/metadata-icon/
  • Reload plugins in Community plugins and enable Share My Plugin List

How to build

  • git clone https://github.com/Benature/obsidian-share-my-plugin-list clone this repo.
  • npm i install dependencies
  • npm run dev to start compilation in watch mode.
  • npm run build to build production.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.