Skip to content

Commit

Permalink
docs: make clear that mobiles are not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkwast committed Nov 9, 2022
1 parent 098d61d commit a3496cd
Show file tree
Hide file tree
Showing 2 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 @@ -23,6 +23,7 @@ The plugin converts image references to data urls, so no references to the vault

## Known issues

- No mobile support yet
- Special fields (front-matter, double-colon attributes, ...) are not removed.
- data-uris can use a lot of memory for big/many pictures

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "copy-document-as-html",
"name": "Copy document as HTML",
"version": "0.1.0",
"version": "0.1.1",
"minAppVersion": "1.0.0",
"description": "Copy the current document to clipboard as HTML, including images",
"author": "mvdkwast",
"authorUrl": "https://github.com/mvdkwast",
"isDesktopOnly": false
"isDesktopOnly": true
}

0 comments on commit a3496cd

Please sign in to comment.