You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,13 +31,13 @@ This software is currently in Alpha. Please, **DO NOT IN ANY CASE**, use it in y
31
31
**However**, you can build the software yourself and/or run it locally to test it on your smaller projects.
32
32
::
33
33
34
-
**Vertex** is an [Obsidian-Flavored Markdown](https://help.obsidian.md/obsidian-flavored-markdown) Editor that uses our own implementation of Rich-Text Markdown Editor based off of CodeMirror 6 and heavily inspired by [Obsidian](obsidian.md). Other tech stacks used are [Nuxt v4](nuxt.com) + [Nuxt UI v4](ui.nuxt.com) + [Tauri v2](tauri.app).
34
+
**Vertex** is an [Obsidian-Flavored Markdown](https://help.obsidian.md/obsidian-flavored-markdown) Editor that uses our own implementation of Rich-Text Markdown Editor based off of CodeMirror 6 and heavily inspired by [Obsidian](obsidian). Other tech stacks used are [Nuxt v4](nuxt.com) + [Nuxt UI v4](ui.nuxt.com) + [Tauri v2](tauri.app).
35
35
36
36
## Why, and for what?
37
37
38
38
### First Attempt
39
39
40
-
This project originally started with me (@Type-32) trying to make a Rich-Text Markdown Editor that is [Obsidian-Flavored Markdown](https://help.obsidian.md/obsidian-flavored-markdown); compatible. The attempt started originally with **[Slate](https://github.com/CTRL-Neo-Studios/Slate)**, a local-first markdown editor made using the [Tiptap Editor](tiptap.dev). Slowly in time, the complexity of **** Slate grew and went into a completely different direction compared to the original intent of development, and naturally, it was slowly deprecated and I eventually ceased its development as other ongoing projects also required my attention.
40
+
This project originally started with me (@Type-32) trying to make a Rich-Text Markdown Editor that is [Obsidian-Flavored Markdown](https://help.obsidian.md/obsidian-flavored-markdown); compatible. The attempt started originally with **[Slate](https://github.com/CTRL-Neo-Studios/Slate)**, a local-first markdown editor made using the [Tiptap Editor](tiptap.dev). Slowly in time, the complexity of \*\*\*\* Slate grew and went into a completely different direction compared to the original intent of development, and naturally, it was slowly deprecated and I eventually ceased its development as other ongoing projects also required my attention.
41
41
42
42
However, that project was not abandoned for nothing: I learned well what it takes to make an actual software, and more importantly, my first ever try at using Tauri v2 + Nuxt v4 for production. This experience laid the pathway for other smaller desktop-software projects.
0 commit comments