Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Org mode syntax support for creating posts #1526

Closed
lljr opened this issue Jan 13, 2019 · 4 comments
Closed

Add Org mode syntax support for creating posts #1526

lljr opened this issue Jan 13, 2019 · 4 comments

Comments

@lljr
Copy link

lljr commented Jan 13, 2019

I'm used to using Org mode syntax for writing text. The current way of editing posts right now is only with Markdown. I like that there is a button for help, since I do not know many of the syntax for markdown.

So, I would like to add Org mode syntax as an option to edit text when writing new posts. Github currently supports this feature and can render Org mode texts. This feature would be very helpful for those of us used to Org mode syntax.

@benhalpern
Copy link
Contributor

Hmm, can you elaborate on exactly what GitHub does and what you're proposing here?

Sounds useful, and more clarification would be lovely.

@lljr
Copy link
Author

lljr commented Jan 18, 2019

My bad, I propose to support styling text with Org Mode.

Markdown

# h1
## h2
### h3

Org Mode

* h1
** h2
*** h3

Markdown

h2 example

you can see that Github styled the headlines but
Org mode styling example not supported in comments

* Org mode equivalent
** h2 example

Should also support *bold* , =emphasis=, _underline_, -strikethrough-, ~code~

link to org mode guide: https://orgmode.org/guide/Emphasis-and-monospace.html

Does that make sense?

@abraham
Copy link
Contributor

abraham commented Jan 18, 2019

Maybe DEV should provide a set of simple APIs that browser extensions can leverage so the community can add features like this.

@stale
Copy link

stale bot commented Apr 18, 2019

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue in 7 days. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If this issue still requires attention, please respond with a comment. Happy Coding!

@stale stale bot added the stale label Apr 18, 2019
@stale stale bot closed this as completed May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants