-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
102 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
## V1.5.0 重复日记处理 | Duplicate daily note handling | ||
## V1.5.1 自动处理重复日记 | Auto-handle duplicate daily notes | ||
|
||
> **注意: 本次更新对「重复日记自动处理」改动较大,建议去阅读一下插件文档 {## 特殊问题 | 重复的日记}** | ||
- 增加了自动处理重复日记的方案,开启之后将不会再弹出重复日记处理的对话框,而是自动按照预先选择的方案处理重复的日记 | ||
- 请在插件设置的「日记-自动处理重复日记方案」中进行配置 | ||
|
||
优化重复日记处理方案,提供多种处理重复日记的方法。 | ||
|
||
1. 全部合并(此前的默认行为):将所有日记合并到最早的那个日记中 | ||
2. 删除日记:将除了最早创建的日记以外的日记文档全部删除 | ||
3. 智能合并:将非空、经过更改、存在引用的日记合并到最早的那个日记中,删除空白且无引用的日记文档 | ||
4. 垃圾箱:将重复的日记移动到 `[daily note root]/trash-bin/` 目录下,并删除 `custom-dailynote-` 属性 | ||
> **注**: 插件可能会在后续某次更新中<span style="color: var(--b3-theme-primary); font-weight: bold;">移除 「同步后再创建日记」 的功能(因为实测下来发现没什么用)</span>,如果你有什么建议或者想要保留这个功能,请在 issue 中提出。 | ||
--- | ||
|
||
> **Note: This update has made significant changes to the "automatic handling of duplicate DailyNotes". It is recommended to read the plugin documentation {## Special Issues | Duplicate DailyNotes}.** | ||
Optimizing the solution for handling repeated daily notes, multiple methods are provided to address duplicate entries. | ||
- Added an auto-handle duplicates' method, which, when enabled, will no longer prompt a dialog for handling duplicate notes. Instead, it will automatically process duplicate notes according to the pre-selected method. | ||
- Please configure it in the "Diary - Auto-handle duplicates' method" section inside the plugin settings. | ||
|
||
1. Merge All (Default Behavior Before): Merge all the notes into the earliest one. | ||
2. Delete Documents: Delete all the daily note documents except the earliest created one. | ||
3. Smart Merge: Merge non-empty, modified, and referenced notes into the earliest one, and delete blank and non-referenced notes. | ||
4. Trash Bin: Move duplicate daily notes to the `[daily note root]/trash-bin/` directory and remove the `custom-dailynote-` attribute. | ||
> **Note**: The plugin may <span style="color: var(--b3-theme-primary); font-weight: bold;">remove the "Auto create DN only after synchronization" feature in the future update (because it is found to be useless in practice)</span>. If you have any suggestions or want to keep this feature, please raise an issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters