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