Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Jul 17, 2024
1 parent 24537ae commit d2458f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Emera for Obsidian

This is a plugin for Obsidian (https://obsidian.md) which enables you to use React components and inline JavaScript directly into your notes.
This is a plugin for [Obsidian](https://obsidian.md) which enables you to use React components and inline JavaScript directly into your notes. Kinda like MDX.

![Screenshot](/.github/screenshot.png)

Expand Down Expand Up @@ -39,9 +39,9 @@ This is a plugin for Obsidian (https://obsidian.md) which enables you to use Rea

## Roadmap / What's missing

- [ ] Support for canvas
- [ ] Better TypeScript DX
- [ ] Reactive hooks for Obsidian
- [ ] Support for canvas.
- [ ] Better TypeScript DX.
- [ ] Reactive hooks for Obsidian.

## How to install

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": "emera",
"name": "Emera",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "1.6.5",
"description": "Enables you to use custom React components and inline JavaScript in Obsidian, kinda like MDX.",
"author": "OlegWock",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "obsidian-emera",
"version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"version": "1.1.0",
"description": "MDX for Obsidian. Kinda.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"author": "OlegWock",
"license": "AGPL-3.0-only",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
Expand Down

0 comments on commit d2458f8

Please sign in to comment.