diff --git a/manifest-beta.json b/manifest-beta.json index 9bbf96c..73ceed9 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "pdf-plus", "name": "PDF++", - "version": "0.40.6", + "version": "0.40.7", "minAppVersion": "1.5.8", "description": "The most Obsidian-native PDF annotation tool ever.", "author": "Ryota Ushio", diff --git a/manifest.json b/manifest.json index 9bbf96c..73ceed9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pdf-plus", "name": "PDF++", - "version": "0.40.6", + "version": "0.40.7", "minAppVersion": "1.5.8", "description": "The most Obsidian-native PDF annotation tool ever.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index 68bd884..4291da5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-pdf-plus", - "version": "0.40.6", + "version": "0.40.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-pdf-plus", - "version": "0.40.6", + "version": "0.40.7", "license": "MIT", "devDependencies": { "@cantoo/pdf-lib": "^1.21.0", diff --git a/package.json b/package.json index 2121e5f..17e598a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pdf-plus", - "version": "0.40.6", + "version": "0.40.7", "description": "The most Obsidian-native PDF annotation tool ever.", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/src/settings.ts b/src/settings.ts index 577dd2a..900ff54 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -1472,8 +1472,6 @@ export class PDFPlusSettingTab extends PluginSettingTab { this.addHeading('Editing PDF files', 'edit', 'lucide-save') .then((setting) => { this.renderMarkdown([ - 'To make the best of PDF++\'s powerful features, it is recommended to enable PDF editing.', - '', 'By allowing PDF++ to modify PDF files directly, you can:', '- Add, edit and delete highlights and links in PDF files.', '- Add, insert, delete or extract PDF pages and auto-update links.',