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

Optional buttons for common styling #41

Open
OscarGodson opened this issue Mar 6, 2012 · 7 comments
Open

Optional buttons for common styling #41

OscarGodson opened this issue Mar 6, 2012 · 7 comments
Labels
Milestone

Comments

@OscarGodson
Copy link
Owner

Sort of like a WYSIWYG, have buttons for bold, italics, links, etc. see GitHubs wiki editor for an example. This should be off by default tho.

@librarian
Copy link

I need this feature. Maybe you could suggest how to implement this feature by myself?

@OscarGodson
Copy link
Owner Author

@librarian This will be tough and why it's a v2 thing. The tough part is moving the cursor around. It's a contenteditable so it'll be like implementing any other WYSIWYG buttons. I suggest googling it because there's a lot you'd have to do. You could have a look at how markItUp does it: http://markitup.jaysalvat.com/examples/

If you do it, let me know. I'd be interested in your implementation.

@librarian
Copy link

Thanks, I will try at my free time

@mahemoff
Copy link

@OscarGodson
Copy link
Owner Author

@mahemoff @hongymagic was really close then left on vacation. He actually had the selection AND a prototype with buttons. The problem was the scope of the pull request was too big. If he makes a new pull request with just the text selection stuff I'll pull it in. If I don't hear from him by 0.3.0 i'll start looking into getting some text selection API's in myself.

Original Pull: #166
Demo of buttons: http://epiceditor-demos.herokuapp.com/

@corydeppen
Copy link

Would you be able to provide an update on the status of this request?

@OscarGodson
Copy link
Owner Author

@corydeppen Unfortunately, I havent had time to keep up with this project lately. This was supposed to be for 2.0 but there's still a lot to do for 1.0 :( https://github.com/OscarGodson/EpicEditor/issues?milestone=3&state=open

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

4 participants