Skip to content

Commit

Permalink
feat: add overlooked functions
Browse files Browse the repository at this point in the history
  • Loading branch information
easepan committed May 3, 2024
1 parent be96f67 commit 4f3401e
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- [The LAN transmission manual of productivity application RunFlow](runflow_lan_point.md)

- [Take stock of the easily overlooked functions of productivity application RunFlow](runflow_overlooked_point.md)

# Welcome to join our subreddit

[https://www.reddit.com/r/RunFlow](https://www.reddit.com/r/RunFlow)
Binary file added images/multi_lines_enus.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/multi_lines_zhcn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/open_clipboard_url_enus.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/open_clipboard_url_zhcn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pin_action_window_enus.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pin_action_window_zhcn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pin_result_enus.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pin_result_zhcn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/preview_menu_enus.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/preview_menu_zhcn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion runflow_first_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ We have a builtin plugin that bundled with RunFlow, that provide many common fun

### Developing Plugin

Here, we want to say something to developers.
Here, we want to say something to developers.

To develop a RunFlow plugin is very simple, there is no limitation for programming languages. But because RunFlow is built on Compose Multiplatform which powered by JetBrains, so it would be better if you familiar with Java and Kotlin.

Expand Down
35 changes: 35 additions & 0 deletions runflow_overlooked_point.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Take stock of the easily overlooked functions of productivity application RunFlow

In this article, we will show you some functions which are easily overlooked but very practical of RunFlow.

> Don't Know about RunFlow yet? [Start learning here](runflow_basic_point.md).
### Pin Action Window

![pin_window](images/pin_action_window_enus.gif)

> You can also toggle the window pinned state by double-clicking the `Ctrl` key, you can also customize this shortcut key on the `Hot Event` settings page.
### Preview The Result of The Menu

![preview_menu](images/preview_menu_enus.gif)

### Open The Copied URL From Your Clipboard In Your Browser

![open_clipboard_url](images/open_clipboard_url_enus.gif)

### Input Multiple Lines

![multi_lines](images/multi_lines_enus.gif)

> Press `Ctrl+Enter` or `Shift+Enter` to start a new line.
### Pin Result

![pin_result](images/pin_result_enus.gif)

> Pinned results will always display at the front of the list.
### Thanks

This article takes stock of those functions that are easily overlooked but are very useful.
2 changes: 2 additions & 0 deletions zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- [效率工具RunFlow完全手册之局域网传输篇](runflow_lan_point.md)

- [盘点效率工具RunFlow那些容易被忽略的功能](runflow_overlooked_point.md)

# 欢迎关注我们微信公众号

![公众号](../images/myrest_wechat_official.jpg)
35 changes: 35 additions & 0 deletions zh-cn/runflow_overlooked_point.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 盘点效率工具RunFlow那些容易被忽略的功能

本文我们将带您了解RunFlow有哪些容易被忽略、但是有非常实用的功能。

> 还不了解RunFlow?[从这里开始了解](runflow_basic_point.md)
### 固定工作窗口

![pin_window](../images/pin_action_window_zhcn.gif)

> 您还可以通过双击 `Ctrl` 键来切换窗口固定状态,您也可以在 `热点事件` 设置页面自定义该快捷键。
### 预览菜单内容

![preview_menu](../images/preview_menu_zhcn.gif)

### 用浏览器打开剪贴板复制的URL

![open_clipboard_url](../images/open_clipboard_url_zhcn.gif)

### 多行输入

![multi_lines](../images/multi_lines_zhcn.gif)

> `Ctrl+Enter``Shift+Enter` 换行。
### 固定结果

![pin_result](../images/pin_result_zhcn.gif)

> 固定的结果将始终显示在列表前面。
### 结语

本文盘点了那些容易被忽略但又非常实用的功能。

0 comments on commit 4f3401e

Please sign in to comment.