Merged
Conversation
…hensive design system for MarkdownBrain, including design tokens, component patterns, and best practices.
…dditional sections for clarity
…y and consistency
- Updated event types and handlers in events.ts to include new callbacks for Markdown cache changes and creation. - Removed the PendingSyncsManager interface and related logic from event registration. - Deleted ClientIdCache service and its associated tests, as it is no longer needed. - Introduced CachedMetadataLike interface to standardize metadata handling. - Added reference extraction and indexing services to manage internal links and references more effectively. - Implemented tests for the new reference extractor and reference index functionalities. - Updated logo handling in the server to use a new favicon key format. - Cleaned up test files and added new markdown files for documentation.
…tion with image reference
- Removed direct usage of Lucide icons in HTML templates and replaced them with a new `lucide_icon` function for better maintainability and consistency. - Introduced a new Clojure namespace `markdownbrain.lucide-icon` to manage icon rendering and alias resolution. - Updated all relevant templates to utilize the new `lucide_icon` function, ensuring icons are rendered correctly with appropriate classes and attributes. - Added tests for the new icon rendering functionality to ensure correctness and handle edge cases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.