Automatically removes empty bullet points, trims extra spaces, and preserves the original bullet formatting in Google Docs.
- Remove empty bullet points
- Remove blank lines between bullets
- Trim trailing spaces
- Preserve bullet formatting and indentation
Before:
After:
Optional clean sub-bullets:
- Open a Google Doc.
- Go to Extensions → Apps Script.
- Copy
Code.gsinto the editor. - Run
cleanBulletsAndJoin()(authorize if prompted). - Optionally, add a custom menu for one-click cleanup.
MIT License


