Skip to content

Commit

Permalink
Bumped version and added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Developer-Mike committed Jan 10, 2024
1 parent 8824656 commit 3333e40
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Calctex
An [Obsidian](https://obsidian.md/) plugin that automatically calculates the solution for your LaTeX formulas.
# Docxer
An [Obsidian](https://obsidian.md/) plugin that allows you to import and convert .docx files into markdown files. This plugin also adds a preview for .docx files.

## Usage
To calculate the solution for a formula, simply add a `=` sign after the formula and the solution will be automatically calculated and displayed. If you want to write the solution to the document, just click on the solution or press the `Tab` key.
1. Add a .docx file to your vault.
2. Open the file in Obsidian.
3. Click the "Convert" button in the top right corner of the editor to convert the file to markdown.

## Screenshots
![Docx Preview](screenshots/docx-preview.png)
![Converted File](screenshots/converted-file.png)
![Settings](screenshots/settings.png)

## Installation
Download it from the community plugins list
~~Download it from the community plugins list~~ (coming soon)
OR
1. Download the files from the latest release from the releases page.
2. Put the files into `<vault>/.obsidian/plugins/calctex`.
2. Put the files into `<vault>/.obsidian/plugins/docxer`.
3. Reload Obsidian and enable the plugin in the settings.
4. Enjoy!
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "docxer",
"name": "Docxer",
"version": "0.0.1",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Import Word files into obsidian. Converts .docx files to .md files.",
"description": "Import Word files into obsidian. Adds a preview mode for .docx files and the ability to convert them to markdown (.md) files.",
"author": "Developer-Mike",
"authorUrl": "https://github.com/Developer-Mike",
"isDesktopOnly": false
Expand Down
Binary file added screenshots/converted-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/docx-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3333e40

Please sign in to comment.