From ff44a83d6efa751a1fd2fb4ed18adbfb764003b1 Mon Sep 17 00:00:00 2001 From: James McGauran <20632552+jamesmagoo@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:17:38 +0100 Subject: [PATCH] Start image support --- README.md | 1 + manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 751f0d7..76e7192 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ This tool is completely abstracted from Nostr, allowing you to stay focused - th - Multiple user profiles: publish under different nostr accounts, just add the nsecs. - Frontmatter Handling : Utilizing the parsed data from the frontmatter, the plugin now automatically populates the article information fields. This feature streamlines the process of metadata handling and improves overall user experience. Post data extraction, the plugin now automatically removes the frontmatter from the body of the article for publishing to Nostr. - Nostr Bookmarks: Easily view and download your Nostr bookmarks into Obsidian as `.md` files for reference and local use. +- Image Support: Images in your `.md` file will automatically be uploaded and handled when you publish. ### Ideas.. - Plugin User Relay: A relay specific to this plugin - see what everyone else is writing. diff --git a/manifest.json b/manifest.json index 877f845..2b26d80 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "nostr-writer", "name": "Nostr Writer", - "version": "2.0.0", + "version": "2.1.0", "minAppVersion": "0.15.0", "description": "Publish your writing directly to Nostr.", "author": "James McGauran", diff --git a/package.json b/package.json index 185b745..7ad0864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostr-writer", - "version": "2.0.0", + "version": "2.1.0", "description": "Publish your writing directly to Nostr.", "main": "main.js", "scripts": {