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

Plaintext / code editor #98

Open
tcr opened this issue Jul 10, 2018 · 0 comments
Open

Plaintext / code editor #98

tcr opened this issue Jul 10, 2018 · 0 comments
Labels

Comments

@tcr
Copy link
Owner

tcr commented Jul 10, 2018

edit-text is not going to be preferable over a CRDT-based implementation like Atom's Teletype, but it is still a useful proof-of-concept to see:

  1. Can edit-text be stripped of its rich text elements (headings, bold text, etc.) and made into a plain-text editor,
  2. Can the design of the site be changed to be more like a code editor,
  3. and is this a mode that can be optionally enabled on a per-document basis?

Would be interesting to write a Markdown document in rich text, convert it to Markdown mode, make edits, then convert back.

@tcr tcr added the idea label Jul 10, 2018
@tcr tcr changed the title Code editor Plaintext / code editor Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant