Skip to content

Commit b34c1e9

Browse files
committed
chore: vertex
1 parent 9d37841 commit b34c1e9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

content/projects/vertex-markdown-editor.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
22
title: Vertex
3+
date: 2025-07-09T00:00:00.000Z
34
description: An Obsidian-Flavored Markdown Editor for your folder-full projects or single-markdown-files.
4-
seo:
5-
title: Vertex-markdown-editor file
6-
description: A
7-
tags:
8-
- markdown
9-
- markdown editor
10-
- vertex
11-
- ofm
12-
- obsidian
13-
- obsidian alternative
5+
image: /projects/vertex/vertexmarkdowneditor-example.png
146
navigation:
15-
icon: i-tabler-markdown
16-
date: 2025-07-09
7+
icon: i-tabler-markdown
178
progress: alpha
18-
image: /projects/vertex/vertexmarkdowneditor-example.png
199
repository:
20-
showIssues: true
21-
showWiki: true
22-
repoUsername: CTRL-Neo-Studios
23-
repoName: vertex
10+
showIssues: true
11+
showWiki: true
12+
repoUsername: CTRL-Neo-Studios
13+
repoName: vertex
14+
seo:
15+
title: Vertex-markdown-editor file
16+
description: A
17+
tags:
18+
- markdown
19+
- markdown editor
20+
- vertex
21+
- ofm
22+
- obsidian
23+
- obsidian alternative
2424
---
2525

2626
![vertexmarkdowneditor-example](/projects/vertex/vertexmarkdowneditor-example.png)
@@ -31,13 +31,13 @@ This software is currently in Alpha. Please, **DO NOT IN ANY CASE**, use it in y
3131
**However**, you can build the software yourself and/or run it locally to test it on your smaller projects.
3232
::
3333

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).
3535

3636
## Why, and for what?
3737

3838
### First Attempt
3939

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.
4141

4242
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.
4343

0 commit comments

Comments
 (0)