sophokles187_data-cards/docs/examples
2025-06-21 20:50:29 +02:00
..
books.md updated-docs 2025-04-06 15:46:40 +02:00
movies.md update-docs 2025-04-06 15:50:28 +02:00
photos.md updated-docs 2025-04-06 15:46:40 +02:00
README.md new-docs 2025-03-28 22:33:42 +01:00
tasks.md update docs 2025-06-21 20:50:29 +02:00

Examples

This section provides practical examples of how to use DataCards in different scenarios. Each example includes sample code and explanations to help you understand how to implement similar solutions for your own use cases.

Available Examples

  • Book Library: Organize your book collection with cover images and ratings
  • Movie Collection: Track movies you've watched with posters and metadata
  • Photo Gallery: Create a visual gallery of your photos with captions
  • Task Management: Visualize your tasks and projects with status indicators

Select an example from the sidebar to see the detailed implementation.

General Structure

Each example follows this general structure:

TABLE property1, property2, imageProperty FROM #tag
SORT property DESC

// Settings
preset: presetName
imageProperty: imageProperty
// Additional settings...

Feel free to adapt these examples to your specific needs by changing the properties, filters, and settings.