Introduction in Chinese: 打造自己的工具
Obsidian and Flomo are two of my favorite Applications.
I use Obsidian for knowledge management and Flomo for daily thoughts or memos.
But Flomo don't work well with Obsidian. I decided to create a Web interface for Obsidian, so I can use it on my mobile devices and work in a mixed way of Obsidian and flomo.
Here are the principles of this project:
The UI is designed to be more suitable for a mobile device. On PC/Mac, the Obsidian native application is more convenient than Web Applications.
We won't do complicated editing operations on the mobile end, in most scenarios, we create simple note and memos in daily life, but we can use `link` in Obsidian to build connections between notes.
Keep everything simple, plain Markdown is preferable. Git as database and no other deps.
We don't want to store any data on other third-parties, here we will deploy it on our own server.
There is a simple but workable RSS reader
Obweb is a classic single page Web application: