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

Add support for appending/prepending hidden words in the annotation editor #145

Closed
proycon opened this issue Apr 17, 2019 · 1 comment
Closed
Assignees
Milestone

Comments

@proycon
Copy link
Owner

proycon commented Apr 17, 2019

One can currently add new words/tokens by editing the text of an existing word. This functionality could be expanded to allow for adding hidden words as well.

@proycon
Copy link
Owner Author

proycon commented Apr 23, 2019

This is a bit of an advanced feature that may be not be evident. Insertion (append/prepend) of normal words is done by getting the token in front/after and changing its text by simple adding or prepending another word (i.e. space separated). The key to make this word a hidden word instead of a normal one is to enclose it in tildes, like so: ~word~.

Any more complex edits of structure is reserved for the future structure editor (#5).

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