Update to include keywords. #35
Replies: 2 comments
-
If you use keywords, I have fixed a little bug. If there was a keyword cell but no keyword in it, "– Keywords:" was still printed to the checkboxlist entry. This became more important with Charles test added, as this requrires the CSV file to be well formed (all rows having the same number of cells as the header). The commit: 8439a85 fixes this issue. |
Beta Was this translation helpful? Give feedback.
-
I worked on the keyword feature today. it is now possible to filter the list by clicking on a keyword. clicking a keyword again will restore the unfiltered list. I think this is an important feature to have, as the lists are continuing to get larger. Please have a look at app.js and let me know if there are better ways to filter the list. It has been a lot of trial and error today, to be honest. A next step from here would now be, to include the language information in the webpage. It should not be a lot of work, as it can basically just use the filtering function for the keywords, but I won’t try to advance it before next weekend. But you are invited to add languages and make a pull request to the dev branch. :) |
Beta Was this translation helpful? Give feedback.
-
I have updated the main branch. The way users are rendered in the checkbox-list is changed to include keywords. There is still a bug: „Keywords:“ is added even if the cell is empty in cases where there is a next cell (in my case a language added).
You can find the changes and a comment here. d7bd66c
There is also an addition on the “syntax” of keywords and language in the Readme.
Beta Was this translation helpful? Give feedback.
All reactions