Skip to content

Commit

Permalink
Added support for selecting text of the preview file
Browse files Browse the repository at this point in the history
  • Loading branch information
Developer-Mike committed Oct 19, 2024
1 parent c644b03 commit 6483ea7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "docxer",
"name": "Docxer",
"version": "2.1.0",
"version": "2.1.1",
"minAppVersion": "1.5.0",
"description": "Import Word files easily. Adds a preview mode for .docx files and the ability to convert them to markdown (.md) files.",
"author": "Developer-Mike",
Expand Down
4 changes: 4 additions & 0 deletions src/styles/preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
background-color: var(--background-primary) !important;

transform-origin: center top;

& article {
user-select: text;
}
}
5 changes: 4 additions & 1 deletion styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6483ea7

Please sign in to comment.