You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
The writing assistant should be triggerable without having to highlight text in the editor. There are many possible use cases for not wanting to pass in context to the writing assistant.
Solution
A good implementation I've found is Notion's writing assistant:
Screen.Recording.2024-08-12.at.23.27.54.mov
A nice to have feature is a button in the writing assistant for when no text has been highlighted: It'll toggle whether to pass the (full) contents of the current note to the writing assistant or nothing from the current note to the writing assistant.
Problem
The writing assistant should be triggerable without having to highlight text in the editor. There are many possible use cases for not wanting to pass in context to the writing assistant.
Solution
A good implementation I've found is Notion's writing assistant:
Screen.Recording.2024-08-12.at.23.27.54.mov
A nice to have feature is a button in the writing assistant for when no text has been highlighted: It'll toggle whether to pass the (full) contents of the current note to the writing assistant or nothing from the current note to the writing assistant.