initial commit of custom menu inside a code-block #545
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Notion is a great tool for note-taking, and writing in general.
react-notion-x
adds a lot more to it by essentially making notion as a CMS in a sense. While havingreaders
is the core-idea, making it more interactive can help improve learning experiences of people using it. This PR makes an attempt to do the same by addingmenu
and assign custom actions assignable from inside theCode
component and can be extended to other components as well.This can make the code component do a lot more -
Examples
Python
(if bundled with Pyodide),Javascript
, making the blogging more interactiveMDX
or relatedWhile the current state of this PR is at its infancy, idea of creating this PR is to know if the community finds this helpful and to extend beyond this skeleton
Notion Test Page ID
0c322c33381c49bca5083a451c334c39
Since there is no way to test this unless hosted, I am adding screenshots -
When the
Menu
button is clicked it logs content and other params inconsole