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

Annotating fields when rendered in views #43

Open
tanius opened this issue Jan 27, 2015 · 0 comments
Open

Annotating fields when rendered in views #43

tanius opened this issue Jan 27, 2015 · 0 comments

Comments

@tanius
Copy link
Member

tanius commented Jan 27, 2015

It should be quite easily possible to support annotating field content also when it appears rendered inside views. The basic work for this is done in #12 and #14.

However, hook_preprocess_field() as implemented by us in module annotator is not sufficient to add our required data-annotator-target attributes when fields are rendered inside views. For this case, we also have to implement hook_preprocess_views_view_fields() [example]. That's all to do for this issue.

With this feature, annotating / ethnographically coding small pieces of content could become a lot more comfortable, as the content would be nicely aggregated into tabular views, avoiding page load times. However, the Firefox crashes triggered by "many" (20+) Annotator instances have to be solved for real until this scenario is realistic.

@tanius tanius added this to the far future milestone Jan 27, 2015
@tanius tanius changed the title Support annotating fields when rendered in views Annotating fields when rendered in views Jan 28, 2015
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

1 participant