Skip to content

Commit 1396119

Browse files
Merge pull request #4 from Ulrich-Tonmoy/0.0.5
0.0.5
2 parents 12a7a47 + fbeb431 commit 1396119

24 files changed

Lines changed: 356 additions & 156 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<img src="./docs/settings.png" alt="Settings"/>
1313
</div>
1414

15-
Got the idea from [this electron app tutorial](https://youtu.be/t8ane4BDyC8) & [NoteMark Repo](https://github.com/gionathas/NoteMark). I added few additional features and used `Tauri` instead of `Electron`.
15+
Got the idea from [this electron app tutorial](https://youtu.be/t8ane4BDyC8) & [NoteMark Repo](https://github.com/gionathas/NoteMark). I added few additional features and used `Tauri` instead of `Electron`. Other Markdown Editor [Typethings](https://github.com/pheralb/typethings) - [Mediocre](https://github.com/nilaysavant/mediocre) - [Typability](https://github.com/SimonShiki/Typability)
1616

1717
## [Features lists here](./docs/v-features.md)
1818

docs/v-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### 0.0.5:
22

3-
- [ ] Add word and char count
4-
- [ ] Add MDX Toolbar
3+
- [x] Add MDX Toolbar
4+
- [x] Build Size decreased to half
55

66
### 0.0.4:
77

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian",
33
"private": true,
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -21,8 +21,8 @@
2121
"@tailwindcss/typography": "^0.5.10",
2222
"@tauri-apps/cli": "^1.5.10",
2323
"@types/lodash": "^4.14.202",
24-
"@types/node": "^20.11.19",
25-
"@types/react": "^18.2.57",
24+
"@types/node": "^20.11.20",
25+
"@types/react": "^18.2.58",
2626
"@types/react-dom": "^18.2.19",
2727
"@vitejs/plugin-react": "^4.2.1",
2828
"autoprefixer": "^10.4.17",

0 commit comments

Comments
 (0)