Skip to content

Commit 8d71b43

Browse files
authored
Merge pull request #948 from Flow-Launcher/update_plugin_language_list
Update plugin language list + update flow's website
2 parents 67f7eed + 54a7051 commit 8d71b43

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

Flow.Launcher.Infrastructure/Constant.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static class Constant
2121
public static readonly string PreinstalledDirectory = Path.Combine(ProgramDirectory, Plugins);
2222
public const string Issue = "https://github.com/Flow-Launcher/Flow.Launcher/issues/new";
2323
public static readonly string Version = FileVersionInfo.GetVersionInfo(Assembly.Location.NonNull()).ProductVersion;
24-
public const string Documentation = "https://flow-launcher.github.io/docs/#/usage-tips";
24+
public const string Documentation = "https://flowlauncher.com/docs/#/usage-tips";
2525

2626
public static readonly int ThumbnailSize = 64;
2727
private static readonly string ImagesDirectory = Path.Combine(ProgramDirectory, "Images");
@@ -43,8 +43,8 @@ public static class Constant
4343
public const string Settings = "Settings";
4444
public const string Logs = "Logs";
4545

46-
public const string Website = "https://flow-launcher.github.io";
46+
public const string Website = "https://flowlauncher.com";
4747
public const string GitHub = "https://github.com/Flow-Launcher/Flow.Launcher";
48-
public const string Docs = "https://flow-launcher.github.io/docs";
48+
public const string Docs = "https://flowlauncher.com/docs";
4949
}
5050
}

Flow.Launcher.Infrastructure/Logger/Log.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ public static void Warn(string message)
211211
LogInternal(message, LogLevel.Warn);
212212
}
213213
}
214-
}
214+
}

Flow.Launcher/ViewModel/PluginViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ public void ChangePriority(int newPriority)
5555
public static bool IsActionKeywordRegistered(string newActionKeyword) => PluginManager.ActionKeywordRegistered(newActionKeyword);
5656
}
5757

58-
}
58+
}

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public async Task RefreshExternalPluginsAsync()
273273

274274
#region theme
275275

276-
public static string Theme => @"https://flow-launcher.github.io/docs/#/how-to-create-a-theme";
276+
public static string Theme => @"https://flowlauncher.com/docs/#/how-to-create-a-theme";
277277

278278
public string SelectedTheme
279279
{

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<img src="https://user-images.githubusercontent.com/6903107/144854670-d624d717-d86a-49e5-a5e5-e782f91ed12a.png" width="300"><br />
3-
<a href="https://flow-launcher.github.io">
3+
<a href="https://flowlauncher.com">
44
<img src="https://user-images.githubusercontent.com/6903107/144854052-969f5e60-a0ec-44b8-8968-620467496f10.gif" width="500">
55
</a>
66
</p>
@@ -13,7 +13,7 @@
1313
<a href="https://github.com/Flow-Launcher/Flow.Launcher/releases"><img src="https://img.shields.io/github/downloads/Flow-Launcher/Flow.Launcher/total.svg"></a><br />
1414
<img src="https://img.shields.io/github/release-date/Flow-Launcher/Flow.Launcher">
1515
<a href="https://github.com/Flow-Launcher/Flow.Launcher/releases/latest"><img src="https://img.shields.io/github/v/release/Flow-Launcher/Flow.Launcher"></a>
16-
<a href="https://flow-launcher.github.io/docs"><img src="https://img.shields.io/badge/Documentation-7389D8"></a>
16+
<a href="https://flowlauncher.com/docs"><img src="https://img.shields.io/badge/Documentation-7389D8"></a>
1717
<a href="https://discord.gg/AvgAQgh"><img src="https://img.shields.io/discord/727828229250875472?color=7389D8&labelColor=6A7EC2&label=Community&logo=discord&logoColor=white"></a>
1818
</p>
1919

@@ -42,7 +42,7 @@ Dedicated to making your workflow flow more seamless. Search everything from app
4242
<a href="#Hotkeys">Hotkeys</a> •
4343
<a href="#QuestionsSuggestions">Questions/Suggestions</a> •
4444
<a href="#Development">Development</a> •
45-
<a href="https://flow-launcher.github.io/docs">Docs</a>
45+
<a href="https://flowlauncher.com/docs">Docs</a>
4646
</h4>
4747

4848
<img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%">
@@ -159,9 +159,15 @@ And you can download <a href="https://github.com/Flow-Launcher/Flow.Launcher/dis
159159

160160
## 📦 Plugins
161161

162-
- Support wide range of plugins. Visit [here](https://flow-launcher.github.io/docs/#/plugins) for our plugin portfolio.
163-
- If you are using Python plugins, flow will prompt to either select the location or allow Python (Embeddable) to be automatic downloaded for use.
164-
- Create and publish your own plugin to flow! Take a look at our plugin development documentation for [C#](https://flow-launcher.github.io/docs/#/develop-dotnet-plugins) or [Python](https://flow-launcher.github.io/docs/#/develop-py-plugins)
162+
- Support wide range of plugins. Visit [here](https://flowlauncher.com/docs/#/plugins) for our plugin portfolio.
163+
- Publish your own plugin to flow! Create plugins in:
164+
165+
<p align="center">
166+
<a href="https://flowlauncher.com/docs/#/develop-dotnet-plugins"><img src="https://user-images.githubusercontent.com/6903107/147870065-4096f233-147c-434e-a3ac-69519582605f.png" width="64"></a>
167+
<a href="https://www.flowlauncher.com/docs/#/py-develop-plugins"><img src="https://user-images.githubusercontent.com/6903107/147870066-7599eb15-0333-468e-82e8-4d432ceb5a45.png" width="64"></a>
168+
<a href="https://flowlauncher.com/docs/#/nodejs-develop-plugins"><img src="https://user-images.githubusercontent.com/6903107/147870071-d67c736b-0748-428f-a283-14587696dfa3.png" width="64"></a>
169+
<a href="https://flowlauncher.com/docs/#/nodejs-develop-plugins"><img src="https://user-images.githubusercontent.com/6903107/147870069-9bde6fe6-d50c-4d85-8fde-fe5ae921ab8c.png" width="64"></a>
170+
</p>
165171

166172
### Everything
167173
<img src="https://user-images.githubusercontent.com/6903107/144533510-6880ecf4-5f93-4b6a-9c1f-4fcdb99110c3.png" width="400">
@@ -187,10 +193,10 @@ And you can download <a href="https://github.com/Flow-Launcher/Flow.Launcher/dis
187193
### Github
188194
<img src="https://user-images.githubusercontent.com/6903107/144533497-8677f800-95c5-4758-8ca3-c96333ee1943.png" width="400">
189195

190-
### Windows Walker
196+
### Window Walker
191197
<img src="https://user-images.githubusercontent.com/6903107/144533517-07bf011f-726c-4221-8657-0e442eca8a82.png" width="400">
192198

193-
......and <a href="https://flow-launcher.github.io/docs/#/plugins">more!</a>
199+
......and <a href="https://flowlauncher.com/docs/#/plugins">more!</a>
194200

195201
<img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%">
196202

@@ -246,7 +252,7 @@ And you can download <a href="https://github.com/Flow-Launcher/Flow.Launcher/dis
246252

247253
### 💁‍♂️ Tips
248254

249-
- [More tips](https://flow-launcher.github.io/docs/#/usage-tips)
255+
- [More tips](https://flowlauncher.com/docs/#/usage-tips)
250256

251257
<img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%">
252258

0 commit comments

Comments
 (0)