Hacker News new | ask | show | jobs
by j-conn 2261 days ago
Mind sharing what features in particular make it hacker friendly? By page scraping, do you mean how it fetches the page title when you paste a link, or have I been missing out on some awesome advanced feature?
1 comments

For me 3 things make it hacker friendly:

* it uses a markdown like syntax

* all syntactic characters (bold, italic, headline, tags, ...) are always displayed and not converted to rich text format (such as Slack does) while still applying the visual formatting. Like in a code editor, I see all characters which I type

* its underlying SQLite database is documented so that you can integrate/automate to your desire: https://bear.app/faq/Where%20are%20Bear's%20notes%20located/

Very cool, thanks for elaborating! Looks like that alpha has an improved (github flavored) markdown implementation too