Cleanup icons #29

Open
opened 2026-01-01 18:16:01 +00:00 by apb · 0 comments
Owner
for $icon in html-doc("\\wsl.localhost\Ubuntu-24.04\home\mrwhe\git\quodatum\basex-lsp\webapp\static\clients\codemirror\wa.html")//*:wa-icon
group by $library:=$icon/@library
order by $library
return `
### {$library otherwise 'default'}#{count($icon)}
- {
  $icon/@name=>distinct-values()=>sort()=>string-join((char('\n')||'- '))
}`

default#1

  • search

codicon#9

  • debug
  • git-stash
  • git-stash-pop
  • kebab-vertical
  • record-keys
  • screen-full
  • settings
  • sync
  • whole-word

system#1

  • circle-xmark

tabler#11

  • align-justified
  • dots-vertical
  • external-link
  • file
  • folder-open
  • help
  • icons
  • link
  • message-report
  • network-off
``` for $icon in html-doc("\\wsl.localhost\Ubuntu-24.04\home\mrwhe\git\quodatum\basex-lsp\webapp\static\clients\codemirror\wa.html")//*:wa-icon group by $library:=$icon/@library order by $library return ` ### {$library otherwise 'default'}#{count($icon)} - { $icon/@name=>distinct-values()=>sort()=>string-join((char('\n')||'- ')) }` ``` ### default#1 - search ### codicon#9 - debug - git-stash - git-stash-pop - kebab-vertical - record-keys - screen-full - settings - sync - whole-word ### system#1 - circle-xmark ### tabler#11 - align-justified - dots-vertical - external-link - file - folder-open - help - icons - link - message-report - network-off
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: quodatum/basex-lsp#29
No description provided.