Manage your colored texts and comments efficiently in Notion.
- Get the Chrome Extension
- Get the Firefox Add-On
Notion's colored text and comment are multifunctional tools, capable of highlighting texts, taking notes, leaving a message, etc. However, these marks are difficult to organize and file.
How to use and organize these marks more efficiently? Mark Manager is the best solution:
All you need is a simple click. Just hit the icon of Mark Manager at the top-right corner while using a Notion page, and Mark Manager will instantly import all the colored texts and comments, orderly sorting them into categories according to their colors.
If you click one of the marks on Mark Manager, the Notion page will automatically scroll to the context of this mark. If the mark is a comment, the Notion page will not only scroll but also show the comment.
If you want to use the marks elsewhere, don’t bother selecting, copying, and pasting them one by one—Mark Manager can help you copy or download to export multiple marks at the same time.
If you want to review only particular colored texts, just right-click Mark Manager icon, choose “Options”, and select the colors you would like to import.
When you switch Notion to “Dark Mode”, the interface of Mark Manager will automatically shift without reloading the page.
Now, feel free to highlight, take notes, and leave a message on Notion—Mark Manager will organize all the marks and help you find them.
To develop a free, open-source extension takes a lot of effort. Your support will encourage me to continue upgrading the product. There are a few things you can do:
- Tell your friends about it
- Leave a review on the Chrome or Firefox store
- Give me a star on GitHub
- Report bugs or request features via GitHub Issues or this form
- Donate me
Thank you! 🙌
After cloning the repository, install the dependencies:
npm install
Launch the project with:
# for Chrome
npm run dev:c
# for Firefox
npm run dev:f
To build the extension you have to run:
# for Chrome
npm run build:c
# for Firefox
npm run build:f