You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if one could iterate over and/or select subsets of the glossary entries by first letter, so one could place them into separate areas on the same page via fluid template.
For example handling every entry that starts with A in a certain way (like placing them in a certain HTML-element), next handling every entry that starts with B (placing them together in a new HTML-element) and so on.
Use example in pseudocode:
for each letter
{
...
for each glossaryentry, that starts with letter{
...
}
...
}
I hope I could properl convey my intend. Thank you for your work and your consideration!
The text was updated successfully, but these errors were encountered:
Hello,
I'd like to propose a new feature here:
It would be great if one could iterate over and/or select subsets of the glossary entries by first letter, so one could place them into separate areas on the same page via fluid template.
For example handling every entry that starts with A in a certain way (like placing them in a certain HTML-element), next handling every entry that starts with B (placing them together in a new HTML-element) and so on.
Use example in pseudocode:
for each letter
{
...
for each glossaryentry, that starts with letter{
...
}
...
}
I hope I could properl convey my intend. Thank you for your work and your consideration!
The text was updated successfully, but these errors were encountered: