Skip to content

Commit

Permalink
Set esbuild platform to browser
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Oct 27, 2024
1 parent feb67be commit e4e0f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ In the configuration, you can add a list of folders to exclude.

## News & support

To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking, subscribe to [my newsletter](https://dsebastien.net/#/portal/signup). Note that the best way to support my work is to become a paid subscriber ❤️.
To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking, subscribe to [my newsletter](https://dsebastien.net). Note that the best way to support my work is to become a paid subscriber ❤️.

## Known issues

When this plugin is enabled, it reacts to all file modifications, whether those are made inside or outside of Obsidian. If you are using a synchronization solution such as Obsidian Sync or [Syncthing](https://www.dsebastien.net/how-i-synchronize-and-backup-my-obsidian-notes/), and if Obsidian is open on multiple devices at the same time, then it can create file conflicts. To avoid this, make sure you don't leave Obsidian open on multiple devices at once, or only enable this plugin on a single device.
2 changes: 1 addition & 1 deletion apps/plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"executor": "@nx/esbuild:esbuild",
"outputs": ["{options.outputPath}"],
"options": {
"platform": "node",
"platform": "browser",
"outputPath": "dist/apps/plugin",
"outputFileName": "main.js",
"format": ["cjs"],
Expand Down

0 comments on commit e4e0f5f

Please sign in to comment.