Zethus Suen

Results 16 comments of Zethus Suen

Should probably look into some of the async vs sync highlighting suggestions on https://github.com/chjj/marked#highlight

@OscarGodson I've been maintaining a rails gem for epic-editor, but would love to potentially contribute to the lib itself as well!

http://www.w3.org/TR/2008/WD-html5-20080610/editing.html#execCommand Seems like an overwritable method via contenteditable's commands API

Seems @vinz243 has removed his original PR branch. I can take a look into refactoring the code and adding tests, unless he's still interested?

@meelijane can you also provide info on OS? Also open your inspector console and click full screen. Do you have an issues?

I'm able to reproduce locally on Chrome 35.0.1916.153. Looking into whether it's a Full Screen API bug. Thanks for the reports.

Have some possible design comps for this feature. Still need to mock up visuals for the preview-mode ![edit_bar](https://cloud.githubusercontent.com/assets/754158/2560488/374b6db8-b7ce-11e3-98ce-408cc3457077.png)

A lighter bar alpha revealing some text underneath for context ![editor_styles](https://cloud.githubusercontent.com/assets/754158/2563264/64b6a128-b878-11e3-8b0b-193c8ee85086.png)

+1 seeing this issue as well while building tooltips. Seems like when an instance of a symbol is being changed, the base symbol itself is running into issues restoring originalProperties...

@najiglass it’s not _supposed_ to. If you peek into the source code for symbols.js, you’ll see there is modifications to the base symbol. There just exists a bug where original...