Paragraph annotations #2
Merged
miko
merged 10 commits from feature/paragraph-annotations
into development
3 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feature/paragraph-annotations'
Deleting a branch is permanent. It CANNOT be undone. Continue?
We would like to have the ability, to annotate paragraphs (and possibly other blocks as well) with additional attributes like
class
andid
.We like to use a syntax with braces (
{}
) for the annotation and thequerySelector
syntax (.
means class,#
means id etc.) from javascript for the specific attributes (although we might introduces our own syntax fordata-
attributes or whatnot).Example
Should result in
Tasks
{}
blocks at the end of paragraphs are respectedWIP: Paragraph annotationsto Paragraph annotations 3 years agoe6ba398b14
into development 3 years agoe6ba398b14
.