Skip to content

Commit 91341d1

Browse files
authored
Merge pull request #94 from Flow-Launcher/remove-plugin-directory
Remove PluginDirectory component and replace plugin directory page with a link
2 parents 3f6c549 + 8ff4671 commit 91341d1

File tree

4 files changed

+3
-142
lines changed

4 files changed

+3
-142
lines changed

_sidebar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [**Settings**](/settings.md)
44
- [**Usage Tips**](/usage-tips.md)
55
- [**Support**](/support.md)
6-
- [**Plugin Directory**](/plugins.md)
6+
- [**Plugin Store**](https://www.flowlauncher.com/plugins/)
77
- [**Explorer Plugin**](/plugin-explorer.md)
88
- [**Bookmark Plugin**](/plugin-bookmark.md)
99
- [**Plugin Development**](/plugin-dev.md)

plugins.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
1-
Here are some plugins to add to the functionality of Flow-Launcher.
21

3-
<plugin-directory></plugin-directory>
4-
5-
You can port existing Wox or PowerToys Run plugins that you use frequently by following the instructions from [Porting Plugins](https://flow-launcher.github.io/docs/#/port-plugins).
6-
7-
<script>
8-
const element = document.querySelector('#__settings-script__');
9-
if (!element) {
10-
const script = document.createElement('script');
11-
script.id = '__settings-script__';
12-
script.src = 'https://www.flowlauncher.com/docs/webcomponents/dist/flow-launcher-docs-web-components.js';
13-
script.type = 'module';
14-
document.body.appendChild(script);
15-
}
16-
</script>
2+
The plugin directory has been moved from the docs to the [plugin store](https://www.flowlauncher.com/plugins/) on the main website.

webcomponents/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ComponentDemo from './webcomponents/SettingsComponentDemo.svelte';
22
import SettingsGenerator from './webcomponents/SettingsGenerator.svelte';
3-
import PluginDirectory from './webcomponents/PluginDirectory.svelte';
43

5-
export { ComponentDemo, SettingsGenerator, PluginDirectory };
4+
export { ComponentDemo, SettingsGenerator };

webcomponents/src/webcomponents/PluginDirectory.svelte

-124
This file was deleted.

0 commit comments

Comments
 (0)