hashtags

enables hashtag filtering

boolean hashtags;

Example

webix.ui({
    view: "todo",
    hashtags: true,
    ...
});

Related samples

Details

If true, hashtags are highlighted in the text. You can filter all tasks that have a certain hashtag by clicking on it.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.