Open Issues Need Help
View All on GitHubAI Summary: Modify the collaborative text editor's rendering of checked list items to remove or optionally disable strikethrough styling for improved readability. This involves updating the frontend code (likely React) responsible for displaying checklist items, potentially adding a configuration option to control the strikethrough behavior.
A collaborative note taking, wiki and documentation platform that scales. Built with Django and React.
AI Summary: Implement asynchronous email sending using Celery to improve the responsiveness and reliability of the Docs platform. This involves refactoring the existing email sending logic to offload it to a Celery task, ensuring that email delivery doesn't block the main request thread and handling potential connection failures gracefully.
A collaborative note taking, wiki and documentation platform that scales. Built with Django and React.