keithjgrant / omnibear

A Micropub browser extension
MIT License
36 stars 8 forks source link

Full entry support? #67

Open skpy opened 6 years ago

skpy commented 6 years ago

I realize that the Omnibear website specifically says "Repost, like, or reply to anything online." But I'd like to use Omnibear for creating (some) new original content that isn't a "note": specifically, full entries with titles. Any chance such a feature could be implemented?

keithjgrant commented 5 years ago

I would like to add this. I see two hurdles:

First, I’m not sure how to distinguish a note vs full article in Micropub (or is that irrelevant?) Second, it would require a more feature-full editor, probably with markdown/HTML support. This is also a requirement for #70, so maybe these could be done together.

keithjgrant commented 5 years ago

Regarding the first issue above: There's an algorithm for that (basically, give it a title and it should be a full article)