Skip to content

Commit

Permalink
Start image support
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmagoo committed Apr 3, 2024
1 parent f64074d commit ff44a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ff44a83

Please sign in to comment.