svsool / memo

Markdown knowledge base with bidirectional [[link]]s built on top of VSCode
https://marketplace.visualstudio.com/items?itemName=svsool.markdown-memo
MIT License
829 stars 47 forks source link

issues and roadmap #1

Closed alexisargyris closed 4 years ago

alexisargyris commented 4 years ago

Hi!

Could you please provide some additional info regarding Memo, specifically if there are any known issues, any feature roadmap that you may have in mind, how it compares/differs to/from similar efforts (e.g. foam)?

Thanks a lot!

svsool commented 4 years ago

Hello @alexisargyris, and thanks for asking!

About known issues and VSCode limitations which I encountered during the development:

Roadmap / thoughts:

About comparison with similar tools, such as Foam. ~I did not try Foam, so I can't easily compare Memo and Foam~ See comparison with Foam. I also tried Obsidian and RoamResearch.

RoamResearch has a different concept to Memo and uses Datascript and blocks under the hood. I'd call Roam the most advanced tool in this category that I ever tried. I enjoyed using everything-is-a-link functionality in Roam and advanced filters, offline sync is nice too! The biggest downside for me with Roam was lack of end-to-end encryption for the whole workspace (available only for specific blocks), all data goes from Datascript to Firebase in open format and everyone at Roam and Google can read your notes.

About Obsidian, Memo is quite close to Obsidian, the main difference that Obsidian is built on top of CodeMirror and Memo is built on top VSCode, so one can expect more advanced editing features in VSCode and a lot of Markdown extensions available in the marketplace, thanks to community.

About the features that I can recall existing in Obsidian, but missing in Memo:

Looking forward to contributions and more ideas.

Thank you!

alexisargyris commented 4 years ago

That was really useful, many thanks. I'll start using Memo and suggest/vote for features.