Threadloaf is a Chrome extension that enhances Discord with a hierarchical tree view of messages.
- Split View: View the thread tree on the top and the chat on the bottom.
- Message Threading: Automatically organizes messages into threaded conversations based on replies and timing.
- Visual Hierarchy: Recent messages are highlighted with brighter colors, making it easy to track new activity.
- Quick Navigation: Click any message in the thread view to instantly jump to it in the chat view, and vice versa.
- Visual Feedback: Messages are highlighted when clicked to help you track where you've jumped to.
- Message Preview: See message previews in a compact format that maintains readability.
- Install the extension from the Chrome Web Store (link coming soon).
- Click the extensions button in the browser toolbar to access the Threadloaf options.
- Visit Discord.
To build the extension from source:
- Clone the repository
- Navigate to the
src
directory - Install dependencies:
npm install
- Build the extension:
npm run build
The built extension will be available in the dist
directory. You can then load it as an unpacked extension in Chrome by:
- Going to
chrome://extensions
- Enabling "Developer mode"
- Clicking "Load unpacked" and selecting the
dist
directory