Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Better editor#135

I would like a more comprehensive editor a bit more like Ghost’s

7 months ago
D

I like the Ghost editor, but for Bear I think something similar to Micro.blog (see screenshot) would be more in line with the “bear necessities” approach.

7 months ago
4
?

Yes, an improved editor like the one in Micro.blog would be perfect.

6 months ago
2
?

Especially for those not accustomed to using Markdown, or text formatting in general.

6 months ago
2
N

…and making that editor optional to keep things as lean as possible for others.

(Because writing site code should be done with external software anyways if you’re doing more than simple bloggng.)

5 months ago
1
D

…as long as no markdown is written, everything will look exactly the same as now.

5 months ago
N

I was thinking about loading times and runtime performance of the site. More Js is more data to transfer and tends to be more resource - intensive (I know we’re talking very little amounts here - but they do matter to some.)

5 months ago
2

So Bear isn’t going to be getting a built-in JS real-time editor. However I’ve recently added the ability to set some editor elements on the dashboard.

If you go to Settings / Advanced settings there’s a Custom dashboard footer content field. You can paste the follwing to add EasyMDE to your editors which will give you the markdown editor you’re after. Just note that the preview will not be correct since it uses a different renderer to Bear.

<link rel="stylesheet" href="https://unpkg.com/easymde/dist/easymde.min.css">
<script src="https://unpkg.com/easymde/dist/easymde.min.js"></script>
<script>new EasyMDE({element: document.getElementById('body_content')});</script>
2 months ago
3
Changed the status to
Completed
2 months ago
?
2 months ago
1