Prose 0.2.0 Now Available

Blog

Estimated
1 min read

It’s been two weeks since we launched Prose, a content editor for GitHub. The initial feedback was incredible, and we have implemented some of the most frequently requested features in this release. Prose 0.2.0 adds support for organizations, user profiles, and syntax highlighting, and also fixes a number of bugs that were identified.

Support for organizations

Organizations are now accessible from the start page.

8e47c4780e41  00dwMMIzpYRWk6OCV

Selecting one takes the user to the organization profile where its repositories can be accessed.

8e47c4780e41  0 M 2O4BIGu8E4hT5

We’ve added routes to access user profiles as well.

8e47c4780e41  0po0hmuBWWk527k q

Organizations and users can be accessed by URL directly. We’re using the same url scheme as GitHub.

Syntax highlighting

Although Prose is primarily an editor for Markdown files, many users found it to be useful for editing source code files as well. We’ve added syntax highlighting for a range of programming languages to make this task easier.

8e47c4780e41  0t5t5M3nxroDdPWmg

Bug fixes and smaller improvements

Here’s a list of bug fixes and smaller improvements we’ve made.

  • We now use the same URL schemes as Github, to have explit routes for editing and previewing files

  • Upgraded CodeMirror to Version 2.3

  • Added loading indicator for posts

  • Fixed a problem with UTF-8 characters

Visit prose.io to learn more about the editor and find documentation to help you get started. We highly encourage you to give us feedback — to do so, just head on over to the issue queue.

What we're doing.

Latest