Skip to content

Commit d2458f8

Browse files
committed
Cleanup
1 parent 24537ae commit d2458f8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Emera for Obsidian
22

3-
This is a plugin for Obsidian (https://obsidian.md) which enables you to use React components and inline JavaScript directly into your notes.
3+
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.
44

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

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

4040
## Roadmap / What's missing
4141

42-
- [ ] Support for canvas
43-
- [ ] Better TypeScript DX
44-
- [ ] Reactive hooks for Obsidian
42+
- [ ] Support for canvas.
43+
- [ ] Better TypeScript DX.
44+
- [ ] Reactive hooks for Obsidian.
4545

4646
## How to install
4747

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "emera",
33
"name": "Emera",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"minAppVersion": "1.6.5",
66
"description": "Enables you to use custom React components and inline JavaScript in Obsidian, kinda like MDX.",
77
"author": "OlegWock",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "obsidian-emera",
3-
"version": "1.0.1",
4-
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
3+
"version": "1.1.0",
4+
"description": "MDX for Obsidian. Kinda.",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",
88
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
99
"version": "node version-bump.mjs && git add manifest.json versions.json"
1010
},
1111
"keywords": [],
12-
"author": "",
13-
"license": "MIT",
12+
"author": "OlegWock",
13+
"license": "AGPL-3.0-only",
1414
"devDependencies": {
1515
"@types/node": "^16.11.6",
1616
"@typescript-eslint/eslint-plugin": "5.29.0",

0 commit comments

Comments
 (0)