Skip to content

Commit 3f6c549

Browse files
authored
Merge pull request #92 from deefrawley/doc-update-2025
Doc update 2025
2 parents 82806ed + b3aa32b commit 3f6c549

14 files changed

+124
-21
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.ignoreWords": [
3+
"flowlauncher"
4+
]
5+
}

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
## Welcome
22

3-
Here you will find documentation on usage tips, design information, plugin development, and more.
4-
5-
If you have just started using Flow, please head over to the [Usage Tips](/usage-tips.md) section to find out how you can get the most out of Flow. Otherwise, if you are completely new to Flow and want to find out its features and give it a spin, please visit [here](https://github.com/Flow-Launcher/Flow.Launcher/#-features).
3+
If you have just started using Flow, this documentation should help familiarise you with how to get to the settings to customise Flow to your liking, show you some usage tips to use Flow more effectively, as well as provide more detailed documentation for plugin authors.

_sidebar.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
- [**Introduction**](/README.md)
2+
- [**Installation**](/installation.md)
3+
- [**Settings**](/settings.md)
24
- [**Usage Tips**](/usage-tips.md)
5+
- [**Support**](/support.md)
36
- [**Plugin Directory**](/plugins.md)
4-
- [**Explorer Plugin**](/plugin-explorer-usage.md)
5-
- Plugin Development
6-
- [**Get Started**](/plugin-dev.md)
7+
- [**Explorer Plugin**](/plugin-explorer.md)
8+
- [**Bookmark Plugin**](/plugin-bookmark.md)
9+
- [**Plugin Development**](/plugin-dev.md)
710
- [**plugin.json**](/plugin.json.md)
811
- Dotnet Plugins
912
- [**Development Guide**](/develop-dotnet-plugins.md)
@@ -29,4 +32,3 @@
2932
- Porting Plugins
3033
- [**Porting Plugins Guide**](/port-plugins.md)
3134
- [**How To Create A Theme**](/how-to-create-a-theme.md)
32-
- [**Bookmark Locations**](/bookmark-custom-locations.md)

assets/Flow_settings_launch.png

46.9 KB
Loading
40.8 KB
Loading

assets/Flow_settings_taskbar.png

16.9 KB
Loading

assets/Flow_smartscreen.png

13 KB
Loading

cspell.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": "0.2",
3+
"ignorePaths": [],
4+
"dictionaryDefinitions": [],
5+
"dictionaries": [],
6+
"words": [],
7+
"ignoreWords": [],
8+
"import": []
9+
}

installation.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
### Installation
2+
3+
Flow Launcher can be installed several ways, including Windows package managers Winget, Scoop, and Chocolatey. The most popular method is to download the installer file from the main Flow Launcher website. This downloads the latest release package from the Flow Launcher GitHub repository (repo).
4+
5+
#### Security
6+
7+
When installing Flow Launcher, you will get the Microsoft Defender SmartScreen installer window warning:
8+
9+
![MS SmartScreen install warning](/assets/Flow_smartscreen.png)
10+
11+
This appears as Flow Launcher has not been downloaded enough times, or users have not flagged this as "safe", for Microsoft to yet allow the installer to run without this warning. Over time we are hoping this becomes a trusted app with Microsoft; however this does not mean Flow Launcher is dangerous or malicious. As you should do with all software, you should be satisfied of the pedigree of the installation executable. For Flow Launcher you should ensure you download from flowlauncher.com, or the official repo. Flow Launcher is open source so anyone can download and review the source code. Any issues or concerns are welcome in the Issues part of the repo.
12+
13+
You may also get false positives from third-party antivirus and antimalware applications. As above, once you are sure you have downloaded the installer from an official source, and asked any questions you have with GitHub Issues, we ask that you submit a false-positive report to the AV vendor.
14+
15+
#### Plugins
16+
17+
Flow Launcher installs with a set of "core" plugins that are maintained by the Flow Launcher team. These are:
18+
19+
- Browser Bookmarks
20+
- Calculator
21+
- Explorer
22+
- Plugin Indicator
23+
- Plugins Manager
24+
- Process Killer
25+
- Program
26+
- Shell
27+
- System Commands
28+
- URL
29+
- Web Searches
30+
- Window Settings
31+
32+
There are also over 200 third-party plugins that extend Flow Launcher's functionality and these can be browsed and installed in the Plugin Store settings page.

bookmark-custom-locations.md renamed to plugin-bookmark.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Custom location list
1+
## Bookmark Plugin
2+
3+
### Custom location list
24

35
This page contains the information for setting custom browser locations for the Bookmark plugin that are not included by default.
46
- These locations may not be the exact path, but they are the typical bookmark location for each browser; you can use them as a reference guide.

0 commit comments

Comments
 (0)