Michael Wedl
Michael Wedl
Ok thank you. Now I understand. Showing tag suggestions has been on our feature list for some time (since we added tags), but we haven't come to implement it yet....
Implemented in https://github.com/Syslifters/sysreptor/releases/tag/2025.83 Previously used tags now get suggested in dropdowns for templates, projects, designs and when filtering for tags in list views.
Hi, thanks for reporting the performance problem. We will investigate. As a workaround, lists in Markdown fields will yield better performance. Mainly because there is only one (markdown) field instance...
I found a bug where the focus of the string list item is lost when there are duplicate values in the list. Without the focus loss the editing feels smoother,...
Thanks for the info. Syncing the bulk edit state of fields is a bit tricky because we need to add a new data structure to store this version and distribute...
You could post-process the markdown field's text content via JavaScript in the design's HTML+Vue code. Following code snippet splits the markdown field into an array of lines that you can...
Fixed the focus loss bug described in https://github.com/Syslifters/sysreptor/issues/440#issuecomment-2777756001 in https://github.com/Syslifters/sysreptor/releases/tag/2025.37 A general performance improvement of lists requires larger refactoring of Vue reactivity updates and prop passing for collaborative editing to...
Refactored reactivity updates for collaborative editing to improve performance (including lists) in https://github.com/Syslifters/sysreptor/releases/tag/2025.43
Implemented as plugin in https://github.com/Syslifters/sysreptor/releases/tag/2024.96 See https://github.com/Syslifters/sysreptor/blob/main/plugins/projectnumber/README.md for details.
Hi, good idea. We will add a management command to reset the counter to a specific value.