top | item 38732437

(no title)

Vingdoloras | 2 years ago

How does Obsidian's text editing experience compare to VSCode? I'm using VSC for everything at the moment, which includes a workspace roughly structured into GTD categories via subfolders, filled with markdown documents. The only thing that keeps me curious about Obsidian is the note linking/network visualization and features related to that. But I'm so used to having dev tool levels of text editing available in VSC that I can't bring myself to try switching Obsidian.

discuss

order

2shortplanks|2 years ago

That’s actually one of the main reasons I like Obsidian - that I can easily use vscode with it. Obsidian’s backend is just markdown files on the file system which you’re free to edit with another editor at the same time as you have Obsidian open (it’ll notice file system changes and update any open documents near instantly). I even have a plugin setup that when I hit a keyboard shortcut it executes the necessary vscode command line tool to open whatever I’m viewing in obsidian in vscode.

jddj|2 years ago

Same here, but other side of the chasm.

I use logseq for note keeping but I just want the text editing experience of vs code.

I'm not sure why they all roll their own editor. Can't it be a plugin?

mratsim|2 years ago

I tried Dendron, and I preferred to have a fully separate editor.

This way I context switch completely away from code.

Also it annoying to swap workspaces and keep the up.

jmhammond|2 years ago

In Logseq, you can open the current note in the default system editor - I do this for long form note taking (in my case in emacs) but everything is back in the Logseq graph for connection and search and all its syncing goodies.

PurpleRamen|2 years ago

> I'm not sure why they all roll their own editor. Can't it be a plugin?

There are multiple reason, like editors having too much of their own baggage, or not being meant to be used as a foundation for a mature app. But I guess mainly it's a matter of licensing, and building your own editing-experience.

VS Code is for plaintext, while obsidian has deep rich-text-handling. It's probably not that easy to combine both flawless and still supporting all the plaintext-editing.

ParetoOptimal|2 years ago

Seeing vscode users want their knowledge base in their editor makes me think of the parallel to emacs users.