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

Hide comments in visual mode #541

Closed
0nko opened this issue Nov 23, 2017 · 2 comments
Closed

Hide comments in visual mode #541

0nko opened this issue Nov 23, 2017 · 2 comments

Comments

@0nko
Copy link
Contributor

0nko commented Nov 23, 2017

Add a configuration option to hide the HTML comments in visual mode (in preparation for Gutenberg).

@maxme
Copy link
Contributor

maxme commented Dec 5, 2017

There might be another change to consider to support basic Gutenberg blocks: images are wrapped in a figure tag like:

<!-- wp:core/image {"id":316} -->
<figure class="wp-block-image"><img src="https://bia.is/hola-que-tal.jpg" alt="" /></figure>
<!-- /wp:core/image -->

Aztec could simply ignore visually these tags as a first step.

@0nko 0nko self-assigned this Jan 4, 2018
This was referenced Jan 4, 2018
@daniloercoli
Copy link
Contributor

Fixed in #592

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants