Skip to content

Commit ce84991

Browse files
committed
feat(Docs): Update Feature.
1 parent ce27875 commit ce84991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Invio automatically converts your Obsidian documents into HTML web pages and syn
99

1010

1111
## Features
12-
12+
- Synchronize your Obsidian docs to AWS S3, similar to the functionality of Obsidian Sync but with data stored in AWS
1313
- Publish your docs to html webpage auto, while keeping all your styles. Inspired by [Webpage HTML Export](https://github.com/KosmosisDire/obsidian-webpage-export)
1414
- COS supports: Amazon S3 or COS compatable like tencent Cloud
1515
- **Scheduled auto sync supported.** You can also manually trigger the sync using sidebar ribbon

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ export default class InvioPlugin extends Plugin {
827827

828828
this.registerEvent(
829829
this.app.vault.on('modify', async (file) => {
830-
log.debug('file modified: ', file, this.isUnderWatch(file));
830+
log.debug('file modified: ', file);
831831
if (this.isUnderWatch(file)) {
832832
this.setRibbonPendingStatus();
833833
setTimeout(() => {

0 commit comments

Comments
 (0)