From 8aad3716d4f84622b435473133a245d0a6b70eee Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Thu, 12 Mar 2026 12:29:43 +0100 Subject: [PATCH] fix grammatical errors --- updates.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/updates.md b/updates.md index 6bd0585..e1abc50 100644 --- a/updates.md +++ b/updates.md @@ -19,10 +19,10 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid - Separated `ObsidianLiveSyncPlugin` into `ObsidianLiveSyncPlugin` and `LiveSyncBaseCore`. - Now `LiveSyncCore` indicates the type specified version of `LiveSyncBaseCore`. - Referencing `plugin.xxx` has been rewritten to referencing the corresponding service or `core.xxx`. -- Offline change scanner and the local database preparation has been separated. -- Set default priority for processFileEvent and processSynchroniseResult for the place for adding hooks. +- Offline change scanner and the local database preparation have been separated. +- Set default priority for processFileEvent and processSynchroniseResult for the place to add hooks. - ControlService now provides the readiness for processing operations. -- DatabaseService now able to modify database opening options on derived classes. +- DatabaseService is now able to modify database opening options on derived classes. - Now `useOfflineScanner`, `useCheckRemoteSize`, and `useRedFlagFeatures` are set from `main.ts`, instead of `LiveSyncBaseCore`. ### Internal API changes @@ -32,9 +32,9 @@ The head note of 0.25 is now in [updates_old.md](https://github.com/vrtmrz/obsid ### CLI -We have previously developed FileSystem LiveSync and various other components in a separate repository, but updates have been significantly delayed and we have been plagued by compatibility issues. Now, a CLI tool using the same core logic is emerging. This does not directly manipulate the file system, but it offers a more convenient way of working and can also communicate with Object Storage. We can also resolve conflicts. Please refer to the code in `src/apps/cli` for the [self-hosted-livesync-cli](./src/apps/cli/README.md) for more details. +We have previously developed FileSystem LiveSync and various other components in a separate repository, but updates have been significantly delayed, and we have been plagued by compatibility issues. Now, a CLI tool using the same core logic is emerging. This does not directly manipulate the file system, but it offers a more convenient way of working and can also communicate with Object Storage. We can also resolve conflicts. Please refer to the code in `src/apps/cli` for the [self-hosted-livesync-cli](./src/apps/cli/README.md) for more details. -- Add `self-hosted-livesync-cli` to `src/apps/cli` as a headless, and a dedicated version. +- Add `self-hosted-livesync-cli` to `src/apps/cli` as a headless and dedicated version. - Add more tests. - Object Storage support has also been confirmed (and fixed) in CLI. - Yes, we have finally managed to 'get one file'.