Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from cyanzhong:master #32

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f51b6ba
Add guidance for using search
cyanzhong Apr 10, 2022
ac49305
Release Notes is now What's New
cyanzhong Apr 11, 2022
5e1fe26
Refreshed keyboard shortcuts
cyanzhong Apr 13, 2022
eb1832f
Open Quickly
cyanzhong Apr 13, 2022
419f7ce
Performance tips for external files
cyanzhong Apr 13, 2022
c288c98
Search & Replace is now supported
cyanzhong Apr 17, 2022
9e280d9
Don't use mono-spaced font for ⌘ ⇧ O
cyanzhong Apr 17, 2022
26719b8
Update what's new page
cyanzhong Apr 17, 2022
d8e2852
Improve dark mode for images
cyanzhong Apr 17, 2022
442da24
Update what's new page
cyanzhong May 1, 2022
4563c17
Replace with regex groups
cyanzhong May 7, 2022
2b19495
Add missing screenshot
cyanzhong May 8, 2022
5f1fdba
Update what's new page
cyanzhong May 16, 2022
b0b5205
New scheme to prepend text
cyanzhong May 18, 2022
2c968a7
Docs for command palette
cyanzhong Jun 5, 2022
8d58fc7
Obviously macOS app was released a long time ago
cyanzhong Jun 6, 2022
e4c6bcd
New keyboard shortcuts for command palette
cyanzhong Jun 11, 2022
3e23884
Add missing emoji in what's new
cyanzhong Jun 13, 2022
dd98ceb
New keyboard shortcut to finish editing
cyanzhong Jul 9, 2022
da2fb06
Improve URL schemes for opening files to support start editing
cyanzhong Jul 17, 2022
bb46b43
New URL scheme to start search in the app
cyanzhong Jul 17, 2022
4226e55
Add PlantUML support
cyanzhong Jul 28, 2022
aa9ae2d
Update what's new page
cyanzhong Jul 28, 2022
a613d51
Improved file creation workflow
cyanzhong Jul 31, 2022
5f58aad
Add explanation for wiki links
cyanzhong Aug 6, 2022
7010aef
Update what's new page
cyanzhong Aug 8, 2022
eae49bb
Update what's new page
cyanzhong Aug 15, 2022
f05f9ef
Update what's new page
cyanzhong Sep 8, 2022
9a4a549
Unlink dev.taio.app
cyanzhong Sep 12, 2022
4e535fe
Update what's new page
cyanzhong Sep 18, 2022
5754709
Add basic AppleScript to work with Hook
cyanzhong Sep 24, 2022
5f92e96
New docs for customizable previews
cyanzhong Oct 8, 2022
6a50898
Better explanation for color remixing
cyanzhong Oct 10, 2022
754dbb4
Quick switcher for iPadOS 16
cyanzhong Oct 10, 2022
b0e1534
Writing styles
cyanzhong Oct 12, 2022
c68b727
What's new for Live Activity and Dynamic Island
cyanzhong Oct 30, 2022
d3eccb8
Expose URL scheme for Live Notes
cyanzhong Nov 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Docs for command palette
  • Loading branch information
cyanzhong committed Jun 5, 2022
commit 2c968a75dd08d0da29b964373934dc512f2a454c
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Editor
- [Hello, Markdown](editor/hello-markdown.md)
- [Pro Tips](editor/pro-tips.md)
- [Command Palette](editor/command-palette.md)
- [Tags](editor/tags.md)
- [Search](editor/search.md)
- [Math Formulas](editor/math.md)
Expand Down
1 change: 1 addition & 0 deletions docs/cn/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- 编辑器
- [你好,Markdown](cn/editor/hello-markdown.md)
- [进阶技巧](cn/editor/pro-tips.md)
- [指令面板](cn/editor/command-palette.md)
- [标签](cn/editor/tags.md)
- [搜索](cn/editor/search.md)
- [数学公式](cn/editor/math.md)
Expand Down
Binary file added docs/cn/editor/assets/IMG_12.png
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 docs/cn/editor/assets/IMG_13.png
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 docs/cn/editor/assets/IMG_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions docs/cn/editor/command-palette.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 指令面板

指令面板是一种执行操作的好方法,它提供了一个交互式的对话框,可以轻松地与编辑器进行交互。

## 显示面板

显示指令面板最简单的方法是输入一个 `/`,即斜线符号。

<img class="bordered_img" src="../cn/editor/assets/IMG_12.png" />

通过这个对话框,我们可以改变文本样式,插入标签和短语,以及运行文本动作等。

> 在二级菜单下,可通过退格键回到一级菜单。

## 筛选指令

指令是可以搜索的,我们可以很轻松地过滤出我们要找的指令。

<img class="bordered_img" src="../cn/editor/assets/IMG_13.png" />

> 如果您使用拼音输入法,中文内容可以被拼音首字母缩写找到。

## 处理文本选择

如果选择了一些文本,我们可能不想通过插入斜线符号来删除它。为了处理这个问题,我们也可以通过按下 `⌘ /` 来触发指令面板。

<img class="bordered_img" src="../cn/editor/assets/IMG_14.png" />
10 changes: 5 additions & 5 deletions docs/cn/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 指令面板

输入 `/` 或按下 `⌘ /` 来显示指令面板,不离开键盘就能执行更多操作,[了解更多](https://docs.taio.app/#/cn/editor/command-palette)。

### 🐞 错误修复

我们最近一直在关注质量问题,最近报告的一些错误和崩溃在这个版本中得到了修复,请继续发送反馈!
Expand All @@ -8,8 +12,4 @@

### 🔍 全文搜索

全新的搜索体验,支持全文搜索、多关键词搜索、通过正则表达式查找替换和结果高亮显示,[了解更多](https://docs.taio.app/#/cn/editor/search)。

### 🌄 图片上传

全功能图床解决方案,通过文本动作轻松上传您的本地图片到云服务,[了解更多](https://github.com/cyanzhong/Image-Uploader)。
全新的搜索体验,支持全文搜索、多关键词搜索、通过正则表达式查找替换和结果高亮显示,[了解更多](https://docs.taio.app/#/cn/editor/search)。
Binary file added docs/editor/assets/IMG_12.png
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 docs/editor/assets/IMG_13.png
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 docs/editor/assets/IMG_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/editor/command-palette.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Command Palette

Command palette is a great way to perform actions, it provides an interactive dialog to easily interact with the editor.

## Showing the Panel

The easiest to show command palette is entering a `/` (slash sign).

<img class="bordered_img" src="../editor/assets/IMG_12.png" />

With this dialog, we can change text styles, insert tags and snippets, and run text actions.

> If we are on a sub-menu, we can return to the main menu by pressing the backspace key.

## Filtering Commands

Commands are searchable, we can filter out commands we are looking for easily.

<img class="bordered_img" src="../editor/assets/IMG_13.png" />

## Dealing with Text Selections

If the text selection is not empty, we probably don't want to delete it by inserting a slash sign. To deal with that, we can also trigger the command palette by pressing `⌘ /`.

<img class="bordered_img" src="../editor/assets/IMG_14.png" />
10 changes: 5 additions & 5 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Command Palette

Type `/` or press `⌘ /` to show command palette, achieve more without leaving the keyboard, [learn more](https://docs.taio.app/#/editor/command-palette).

### 🐞 Bug Fixes

We have been focusing on quality recently, some recently reported bugs and crashes are fixed in this release, please keep sending feedback!
Expand All @@ -8,8 +12,4 @@ On macOS, you can now quickly capture the clipboard and edit drafts on the menu

### 🔍 Full Text Search

Revamped search experience, with support for full text search, multi-term search, search & replace with regex, and result highlighting, [learn more](https://docs.taio.app/#/editor/search).

### 🌄 Image Uploading

The all-in-one image uploader based on text actions, upload your local images to cloud services with ease, [learn more](https://github.com/cyanzhong/Image-Uploader).
Revamped search experience, with support for full text search, multi-term search, search & replace with regex, and result highlighting, [learn more](https://docs.taio.app/#/editor/search).