|
|
|
|
|
by mdhowle
99 days ago
|
|
This seems overly complicated. Let the editors be editors. I recently created a Go application for myself after not finding a note-taking application I liked. Instead of implementing an editor, the application just creates the `%Y-%m-%d.md` file and then opens it in my preferred editor. I have other features, but in the end, all it does is create files or pipe data into the editor I want to use. |
|