asciidoctor / brackets-asciidoc-preview

Live Preview of AsciiDoc for Adobe Brackets
MIT License
50 stars 16 forks source link

Manual conversion mode #5

Closed nerk closed 10 years ago

nerk commented 10 years ago

Provide an option to switch off automatic conversion and let the user explicitly trigger conversion by pressing a button or keystroke. This is useful for large documents where conversion is slow.

nerk commented 10 years ago

Since background processing is already working very well, rather make this a checkbox to toggle between life update and update on save.

mojavelinux commented 10 years ago

:+1: The worker thread definitely makes this less of an issue performance-wise.

Here's my thinking about why I think this is still an important issue...

What I worry about the most is that instant rendering starts to interfere with the flow of writing. If you notice that your actions cause a reaction, certain authors may start consciously changing their typing pattern, which could impact the writing process. Of course, the other option is for the writer to temporarily hide the preview window outright.

mojavelinux commented 10 years ago

In other words, there are times when instant rendering is helpful, but also times when it isn't.

nerk commented 10 years ago

Yes, i agree about changes to the typing pattern, it becomes just too much WYSIWYG again. I think we should give users the choice between

The current mode must be made clearly visible in the preview pane.