Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkwast committed Jun 28, 2024
1 parent 1f78164 commit 7906f11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ By default, simple styling is applied to the document. The stylesheet can be cus
- If you have titles in your markdown files, use the filename as title
- If you don't need a full HTML document but only a HTML fragment, for instance to paste into an existing document enable the "Copy HTML fragment only" option.
- You may also retrieve the HTML content by pasting into a non-HTML editor, such as notepad.
- Provide your own HTML template

## Implementation

Expand Down Expand Up @@ -83,3 +84,6 @@ some rendering issues.
- PJ Eby for his [Hot-reload](https://github.com/pjeby/hot-reload) plugins which makes plugin development fast and fun.
- @jkunczik for enabling transclusions to work with heading references
- @Ivan1248 for making the generated HTML more standard-compliant and @fetwar for his constructive comments on the subject
- @vgyenge6 for his suggestions
- @HMLeeSoundcat for more customization ideas and providing sample code
- @Luiz-nyan for suggesting the inclusion of Obsidian links
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "copy-document-as-html",
"name": "Copy document as HTML",
"version": "0.7.0",
"minAppVersion": "1.5.12",
"version": "0.8.0",
"minAppVersion": "1.6.3",
"description": "Copy the current document to clipboard as HTML, including images, diagrams etc...",
"author": "mvdkwast",
"authorUrl": "https://github.com/mvdkwast",
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": "obsidian-copy-document-as-html",
"version": "0.7.0",
"version": "0.8.0",
"description": "Copy the current document to clipboard as HTML, including images, diagrams etc...",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"0.4.3": "1.0.0",
"0.5.0": "1.3.5",
"0.6.0": "1.4.11",
"0.7.0": "1.5.12"
"0.7.0": "1.5.12",
"0.8.0": "1.6.3"
}

0 comments on commit 7906f11

Please sign in to comment.