Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
soulsands committed Apr 18, 2023
1 parent 32904cb commit 39abcfc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@ This creates an API that can be used to create notes.

You can now enjoy sending messages to your Trilium server anytime, anywhere!

## Usage Tips

This shortcut provides very flexible usage methods.

- If you just want to quickly send content without dealing with titles and labels, you can enable fixed titles and configure default labels, and then disable the "selectLabels" option.
- If you want to modify the title and labels before sending, you can disable fixed titles and enable "selectLabels", which will provide a very flexible input experience.

When entering the body text, you can choose to directly input or use quoted input, and the source of the quote can be system input or clipboard content. When using quoted input, the command will use `---` as a separator. You can also modify the quoted input method in the shortcut.

You can add the shortcut to the main screen or to the assistive touch. To add it to the assistive touch, go to `Settings-General-Accessibility-Assistive Touch`.

When using the system share function, you can find the shortcut and add it to your favorites. This way, you can pin it to the top in the edit menu for easier access.

## Tips for Writing Shortcuts

Writing shortcuts can be inconvenient, as dragging and dropping can be buggy and accidentally deleting a node is easy.
Expand Down
13 changes: 6 additions & 7 deletions README.zh_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,16 @@ const htmlSanitizer = require("../services/html_sanitizer");

## 使用建议

指令整体非常灵活
这个指令提供了非常灵活的使用方法

- 当你不原意处理标题和标签,只想快速发过去,可配置启用固定标题,然后配置默认标签并关闭可选标签选项。
- 如果你只是想快速发送内容,而不想处理标题和标签,可以启用固定标题并配置默认标签,然后关闭可选标签选项。
- 如果你想在发送前修改标题和标签,可以关闭固定标题并开启选择标签,这样将获得非常灵活的输入体验。

- 当你希望在发送前修改标题和标签,可关闭固定标题并开启选择标签,此时将获取非常灵活的输入体验
在输入正文时,你可以选择直接输入或者引用输入,引用来源可以是系统输入或剪贴板内容。引用输入时,指令将使用`---`作为分隔符。你也可以在指令中修改引用输入方式

输入正文时分为直接输入和引用输入,引用来源分为系统输入和剪贴板。引用输入时将附带`---`作为分割,你也可以在指令中修改引用输入方式
你可以将快捷指令添加到主屏幕或辅助触控中。要将其添加到辅助触控中,请转到`设置-通用-辅助功能-触控-辅助触控`

可将快捷指令放置到主屏幕,也可添加到辅助触控中,路径为`辅助功能-触控-辅助触控`

使用系统分享时能找到快捷指令,可翻到最下编辑操作,然后将该指令添加到收藏,及实现置顶。
使用系统分享时,可以找到快捷指令,并将其添加到收藏夹中。这样,你可以在编辑操作中将其置顶,以便更方便地访问。

## 快捷指令编写建议

Expand Down

0 comments on commit 39abcfc

Please sign in to comment.