A chrome extension which can enhance the feishu documents’ ability to take notes.
- Auto-complete link text
- Ability to keep the sidebar on the document page, not just on the homepage
- Automatically add back links
Auto-complete link text
The demo can be found here.
Clone this repository, and install dependencies:
npm install
npm run dev
Unpacked Chrome extension will be compiled into dist/
.
You can load it into Chrome by enabling developer mode on the "Extensions" page, hitting "Load unpacked", and selecting the dist/
folder.
When you change the code, the extension will be reload.
Compile extension:
npm run build
Issues and PRs are welcome.