Open Issues Need Help
View All on GitHubAI Summary: Implement mention support (@mentions) in the Marksmith markdown editor, potentially leveraging the `text-expander-element` package for functionality similar to GitHub's mention system. This involves integrating the package, handling mention suggestions/autocompletion, and ensuring proper rendering of mentions within the markdown preview.
GitHub-style markdown editor for Ruby and Rails
AI Summary: Implement support for audio file previews within the Marksmith markdown editor, similar to the existing image support. This involves adding the capability to handle audio file uploads, display a preview (potentially using an audio player element), and integrate this functionality seamlessly into the existing markdown rendering process. Consider handling different audio formats and potential error scenarios.
GitHub-style markdown editor for Ruby and Rails