top | item 22779243

(no title)

j-conn | 5 years 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?

discuss

order

blumomo|5 years ago

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/

j-conn|5 years ago

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