Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
551e2d8321
7 changed files with 42 additions and 25 deletions
|
@ -19,7 +19,7 @@ Below are the detailed changes in this version.
|
|||
* [Support searching some plaintext assets content](https://github.com/siyuan-note/siyuan/issues/8987)
|
||||
* [Support searching asset content on the mobile](https://github.com/siyuan-note/siyuan/issues/8991)
|
||||
* [Improve the height of floating windows opened by embed block](https://github.com/siyuan-note/siyuan/issues/8992)
|
||||
* [Asset file support `Save As...` on the desktop](https://github.com/siyuan-note/siyuan/issues/8993)
|
||||
* [Support single asset file `Export`](https://github.com/siyuan-note/siyuan/issues/8993)
|
||||
* [Lock zoom ratio when jumping to PDF bookmarks or internal links](https://github.com/siyuan-note/siyuan/issues/8997)
|
||||
* [An error `Failed to create data snapshot` is occasionally reported during automatic data sync](https://github.com/siyuan-note/siyuan/issues/8998)
|
||||
* [Improve save criteria](https://github.com/siyuan-note/siyuan/issues/8999)
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* [支持更多純文本類型的資源文件內容搜索](https://github.com/siyuan-note/siyuan/issues/8987)
|
||||
* [移動端支持搜索資源文件內容](https://github.com/siyuan-note/siyuan/issues/8991)
|
||||
* [改進嵌入塊浮窗高度](https://github.com/siyuan-note/siyuan/issues/8992)
|
||||
* [桌面端支持資源文件 `另存為...`](https://github.com/siyuan-note/siyuan/issues/8993)
|
||||
* [支持單個資源文件 `導出`](https://github.com/siyuan-note/siyuan/issues/8993)
|
||||
* [鎖定 PDF 書籤或內部鏈接跳轉縮放比](https://github.com/siyuan-note/siyuan/issues/8997)
|
||||
* [改進自動數據同步時偶爾報錯提示 `創建數據快照失敗`](https://github.com/siyuan-note/siyuan/issues/8998)
|
||||
* [改進保存查詢條件](https://github.com/siyuan-note/siyuan/issues/8999)
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* [支持更多纯文本类型的资源文件内容搜索](https://github.com/siyuan-note/siyuan/issues/8987)
|
||||
* [移动端支持搜索资源文件内容](https://github.com/siyuan-note/siyuan/issues/8991)
|
||||
* [改进嵌入块浮窗高度](https://github.com/siyuan-note/siyuan/issues/8992)
|
||||
* [桌面端支持资源文件 `另存为...`](https://github.com/siyuan-note/siyuan/issues/8993)
|
||||
* [支持单个资源文件 `导出`](https://github.com/siyuan-note/siyuan/issues/8993)
|
||||
* [锁定 PDF 书签或内部链接跳转缩放比](https://github.com/siyuan-note/siyuan/issues/8997)
|
||||
* [改进自动数据同步时偶尔报错提示 `创建数据快照失败`](https://github.com/siyuan-note/siyuan/issues/8998)
|
||||
* [改进保存查询条件](https://github.com/siyuan-note/siyuan/issues/8999)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"id": "20201004194026-s8h2cog",
|
||||
"title": "Use on browser",
|
||||
"type": "doc",
|
||||
"updated": "20230621111558"
|
||||
"updated": "20230820191236"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -180,22 +180,12 @@
|
|||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20210104091447-br9zpri",
|
||||
"updated": "20230621111558"
|
||||
"updated": "20230820191236"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "Before embarking on these two solutions, please start with understanding "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "a",
|
||||
"TextMarkAHref": "https://github.com/siyuan-note/siyuan",
|
||||
"TextMarkTextContent": "SiYuan Technical Architecture"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "."
|
||||
"Data": "Before embarking on these two solutions, please start with understanding SiYuan Technical Architecture (github repo: siyuan-note/siyuan)."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"Properties": {
|
||||
"id": "20230805232134-3d6mx2k",
|
||||
"title": "Search asset content",
|
||||
"updated": "20230818102341"
|
||||
"updated": "20230821123134"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
|||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20230818102341-c9x1xox",
|
||||
"updated": "20230818102402"
|
||||
"updated": "20230821123134"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -27,7 +27,16 @@
|
|||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " interface, you can switch the search function to search asset content. Currently, asset content search in the following formats is supported:"
|
||||
"Data": " interface, you can switch the search function to "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "Search asset file content"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ". Currently, asset content search in the following formats is supported:"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"Properties": {
|
||||
"id": "20230805230218-aea8icj",
|
||||
"title": "搜索资源文件内容",
|
||||
"updated": "20230818101545"
|
||||
"updated": "20230821123142"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
|||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20230818101510-yjc0r0h",
|
||||
"updated": "20230818102305"
|
||||
"updated": "20230821123142"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -27,7 +27,16 @@
|
|||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 界面右上角可以将搜索功能切换到搜索资源文件内容,目前支持如下格式的资源文件内容搜索:"
|
||||
"Data": " 界面右上角可以将搜索功能切换到 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "搜索资源文件内容"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ",目前支持如下格式的资源文件内容搜索:"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"Properties": {
|
||||
"id": "20230805232920-5fdco36",
|
||||
"title": "搜索資源文件內容",
|
||||
"updated": "20230818102519"
|
||||
"updated": "20230821123201"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -13,7 +13,7 @@
|
|||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20230818102501-pyzoppc",
|
||||
"updated": "20230818102506"
|
||||
"updated": "20230821123201"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -27,7 +27,16 @@
|
|||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 界面右上角可以將搜索功能切換到搜索資源文件內容,目前支持如下格式的資源文件內容搜索:"
|
||||
"Data": " 界面右上角可以將搜索功能切換到 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "kbd",
|
||||
"TextMarkTextContent": "搜索資源文件內容"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": ",目前支持如下格式的資源文件內容搜索:"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue