make library items filterable
See original GitHub issueWhen you have lots of library items, especially when you import 3rd party libraries, it’d be useful to be able to filter them. Coupled with item previews sometimes not being descriptive (too small preview), finding the right item can be a pain.
I propose we track keywords: string[]
in library items for that purpose.
For a start, I’d not add any UI for adding those keywords from the app itself, but make it a requirement for authors to manually add them to the JSON when they make a PR to add them to https://libraries.excalidraw.com/. The sooner we start, the better, as adding the labels retroactively will be hard(er).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
What is the list and library filters pane? - Microsoft Support
The list and library filters pane helps you find the file or list item you're looking for. When you make a filter selection,...
Read more >Creating Library Filters - Chief Architect
To create a library filter ... Click on the Manage Library Filters button located near the top of the Library Browser. You can...
Read more >Document library filters - Barn2 Plugins
The filters option in Document Library Pro allows you to display dropdown lists above the document library which allow users to filter (i.e....
Read more >3 ways to filter SharePoint lists and libraries
The new way to filter lists and libraries is to utilize the modern filter option. It is just like Metadata Navigation option above,...
Read more >How to filter SharePoint lists and libraries by metadata
In this video, I explain 2 options for filtering SharePoint lists and libraries by metadata. Check out this article for some related info...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If we’re gonna start adding metadata to each library item , we’ll need to change the schema.
Right now it’s:
We’ll need to change it to:
So we’ll need to bump
version
and keep backwards-compat implem for older libraries.In addition to
keywords
, it would be helpful for authors to add atitle
attribute which Excalidraw can surface when hovering over an item. Originally posted here.