mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 07:12:39 +02:00
feat(obsidian_plugin): validate binary attachments and enforce MIME type checks
This commit is contained in:
parent
3b9be79d65
commit
e84dc87c5b
9 changed files with 275 additions and 40 deletions
|
|
@ -16,10 +16,10 @@ export class AttachmentsConfirmModal extends Modal {
|
|||
this.contentEl.empty();
|
||||
|
||||
new Setting(this.contentEl).setDesc(
|
||||
"Syncing attachments (images, PDFs, and other non-Markdown files) can make indexing slower, especially on large vaults.",
|
||||
"Syncing attachments (images & PDFs) can make indexing slower, especially on large vaults."
|
||||
);
|
||||
new Setting(this.contentEl).setDesc(
|
||||
"You can disable this anytime in settings if syncing becomes too slow.",
|
||||
"Syncing attachments can make indexing slower on large vaults. You can disable this anytime.",
|
||||
);
|
||||
|
||||
new Setting(this.contentEl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue