Projectify icon indicating copy to clipboard operation
Projectify copied to clipboard

Category name containing space are displayed twice in project list

Open chept opened this issue 2 years ago • 1 comments

See this demo : https://projectify-tests.tiddlyhost.com/

The "Category 2" is displayed in two columns. It happens to every category containing a space in name.

For the moment I work around without using space in names, I am not powerful enough to modify this behaviour.

Thank you for supporting this awesome project !

chept avatar Jan 19 '24 10:01 chept

Eventually I found a way to fix this !

In $:/plugins/nico/projectify/ui/dashboard/ProjectListItem I just quoted the filter :

<$list filter=<<category>> variable="ignore"> becomes <$list filter="<<category>>" variable="ignore">

I don't know if this is THE way but it works for me !

chept avatar Jan 19 '24 10:01 chept

@chept Thank you for feedback, I will confirm it.

ThaddeusJiang avatar May 13 '24 04:05 ThaddeusJiang

@chept Thank you for your code, it works.

ThaddeusJiang avatar May 13 '24 05:05 ThaddeusJiang