luniki

Results 6 issues of luniki

The package "ethan-wspace" https://github.com/glasserc/ethan-wspace inserts custom mode-line elements that are clickable and switch between different actions of ethan-wspace. (see https://github.com/glasserc/ethan-wspace/blob/d91383bdfb3e776d7a31c0234cb044fbc83a63a8/lisp/ethan-wspace.el#L606 ) With smart-mode-line that interaction is gone. How do I...

Currently point in time annotations have a `max-width: 2.6ex`. This does not work well with multi-content annotations. ![Selection_068](https://user-images.githubusercontent.com/2993/85677041-753e8480-b6c7-11ea-8767-92b3b5f8abe4.png) But removing this limit is not helpful either: ![Selection_069](https://user-images.githubusercontent.com/2993/85677121-8a1b1800-b6c7-11ea-95ee-422b91767891.png) Maybe it would...

mca

* Please add a column named `content` to the AnnotationDTO. It contains a JSON encoded String. * Add this column in AnnotationDTO#toJSON. In the backend this column should be handled...

backend

* Add `content` field. * Drop `text`, `label_id` and `scale_value_id` fields.

backend

Both methods have to include the `content` column in their method arguments and use the migrated version of the AnnotationImpl

backend