diff --git a/manifest.json b/manifest.json index 99b900d..da57b42 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "longform", "name": "Longform", - "version": "2.2.0-beta.2", + "version": "2.2.0-beta.3", "minAppVersion": "1.0", "description": "Write novels, screenplays, and other long projects in Obsidian.", "author": "Kevin Barrett", diff --git a/package-lock.json b/package-lock.json index 69f8890..d831e6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "longform", - "version": "2.2.0-beta.2", + "version": "2.2.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "longform", - "version": "2.2.0-beta.2", + "version": "2.2.0-beta.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@popperjs/core": "^2.11.2", diff --git a/package.json b/package.json index 7e4fd77..e814c20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "longform", - "version": "2.2.0-beta.2", + "version": "2.2.0-beta.3", "description": "Write novels, screenplays, and other long projects in Obsidian (https://obsidian.md).", "main": "main.js", "scripts": { diff --git a/src/view/metadata-modal/MetadataModal.svelte b/src/view/metadata-modal/MetadataModal.svelte index a5c2498..24982b6 100644 --- a/src/view/metadata-modal/MetadataModal.svelte +++ b/src/view/metadata-modal/MetadataModal.svelte @@ -221,21 +221,29 @@
+

Project Metadata

{#if loading}

Loading metadata…

{:else if !fileExists}
-

- No metadata.json found in - {projectPath}. -

-

- Create one to describe authors, abstract, journal, and more for the +

+ +
+

No metadata yet

+

+ This project doesn't have a metadata.json file. Create + one to describe authors, abstract, journal, and more for the Add Zenodo Frontmatter compile step.

- +

+ Will be saved to {projectPath}/metadata.json +

+
+ + +
{:else}
@@ -395,8 +403,19 @@