HN user

ericax

2,486 karma

Obsidian: future-proof Markdown knowledge base

https://obsidian.md

Posts18
Comments104
View on HN
obsidian.md 3y ago

Show HN: Obsidian Canvas – An infinite space for your ideas

ericax
1380pts387
obsidian.md 3y ago

Obsidian 1.0 – Personal knowledge base app

ericax
1329pts565
obsidian.md 5y ago

Show HN: Obsidian for Mobile – Plain-text knowledge base on the go

ericax
760pts318
store.steampowered.com 5y ago

Dyson Sphere Program – Intergalactic Factory Game Like Factorio and Satisfactory

ericax
3pts0
obsidian.md 6y ago

Show HN: Obsidian – A knowledge base that works on local Markdown files

ericax
1087pts477
github.com 6y ago

Org-roam: Roam Research replica with Org-mode

ericax
4pts0
dynalist.io 9y ago

Propædia, an outline of all possible human knowledge

ericax
1pts0
www.wikipediaredefined.com 10y ago

Wikipedia Redefined

ericax
1pts0
www.aaronsw.com 10y ago

Who Writes Wikipedia? (2006)

ericax
4pts1
news.ycombinator.com 10y ago

Ask HN: Review my startup: dynalist.io

ericax
2pts6
omniflow.io 11y ago

Show HN: Omniflow – Structure for your thoughts

ericax
27pts18
ericaxu.com 11y ago

Show HN: What have you done with the 1000 months in your life?

ericax
12pts2
www.psychologytoday.com 11y ago

The Danger of Back to School

ericax
1pts0
www.compoundchem.com 11y ago

I wish he was my chemistry teacher

ericax
2pts0
blog.ericaxu.com 11y ago

MOOC Doesn’t Reinvent Education

ericax
1pts0
blog.ericaxu.com 11y ago

Missing connections in our education

ericax
2pts1
chrome.google.com 12y ago

Show HN: Small tool that helps you close chrome tabs fast

ericax
1pts0
news.ycombinator.com 14y ago

Public computer. 5 websites. Entire day.

ericax
1pts3

We considered many options to use Markdown but came to the conclusion that Canvas is not something that can fit into a readable Markdown file. Either the Markdown file would so messy that it becomes pointless (i.e. you would never open it in Typora to edit), or it would severely limit the power of Canvas.

After much internal debate we chose the JSON format. We stay committed to keep it as open and easy to work with as possible. Plugin developers are already parsing and modifying the JSON file to programmatically change a Canvas view, and I think that's a fantastic start!

Obsidian developers here! (https://obsidian.md/)

The new editor in Obsidian was made possible by CodeMirror 6, and it has been powering both the Live Preview mode (like Typora) and the source mode in Obsidian ever since.

It can be a bit overwhelming to get into first, but as we experimented more with it, we found it to be extremely extensible and powerful. It's also highly performant for large documents. Another major reason we chose CM 6 is that it's also one of the only code editors that work decently on mobile.

While developing the new editor, Marijn was also amazingly responsive in investigating and fixing all the big and little things we ran into, even relatively niche issues like IME input bugs.

If you find CM 6 useful, consider what you can to support the project! Funding link is here: https://marijnhaverbeke.nl/fund/

Hi HN! After months of private beta, Obsidian is now finally available for Android and iOS!

Obsidian is a personal knowledge management app that works on top of a local folder of Markdown files [0]. Because "local" often means your computer, for the longest time, it has been a pain to access these notes on the go.

Our original plan was to build fully native mobile apps. Instead, we decided to build hybrid web apps. Hybrid web apps gets a lot of hate, and for good reason. There's heavy performance penalty for running JavaScript. Animations are often janky. A lot of native capabilities are restricted.

We know everyone's favorite argument for using the web stack. "We're a small team, and it's just not possible to....". Sure, we're also just two developers, but that excuse gets old.

We see it in a different way. We leverage hybrid web apps not as a shortcut, rather, we use it to put power in the hands of our users. This has always been a key principle driving Obsidian's development.

Obsidian is one of the few apps out there that lets users customize every aspect of the app. Themes and CSS snippets let users completely change the interface. Plugins [1] let users augment the GUI [2], run macros [3], build databases [4], synchronize with other apps [5], and much more.

It's unprecedented for users to have access to this kind of power on their mobile devices.

Now, it's reality, thanks to the web stack. Get it at https://obsidian.md/mobile

[0] https://obsidian.md [1]: https://obsidian.md/plugins [2]: https://github.com/liamcain/obsidian-calendar-plugin [3]: https://github.com/SilentVoid13/Templater [4]: https://github.com/blacksmithgu/obsidian-dataview [5]: https://github.com/renehernandez/obsidian-readwise

---------

We have a vibrant community of passionate users: lawyers, database engineers, dungeon masters, medical students, CEOs and CTOs under their alternate identity. You can find them on Discord and our forum at https://obsidian.md/community

We're also launching on Product Hunt: https://www.producthunt.com/posts/obsidian-for-mobile

Hi there! It certainly doesn't sound normal for the app to take a few seconds to open files.

Would you join our community to give us a chance to debug the issue? https://obsidian.md/community

We're still currently in beta so we'd really appreciate all the help we can get to polish any hiccups in the app.

As for the editing experience, we're only about 3 months in so there's a lot of catching up to do, and Typora-level editing experience is something we're shooting for.

Hi there! Sorry it's our first time doing a license like this.

If I understand correctly, licenses are usually written more strictly for legal purposes, but in my opinion your use case sounds like it should belong to personal use.

If anyone has pointers for us to make the license text more clear, please let me know!