💡 Shiki Editor #650
Replies: 2 comments 1 reply
-
That looks nice, but unfortunately, I don't think we could make this official at this moment:
I am happy to link to your project in our docs if you could write some readme guides for it - later, if it's verified by the community that's a common need; we could then discuss again about whether to move to the org. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Similarly, I would like to thank antfu for your work on Shiki, and also thank magic-akari for inspiring me in this matter. Over the past half month, I have done some minor work to systematize the ideas of shiki-editor and have been developing it as a project for some time. Now, I can provide a small core library for users to use, while also offering enhanced editing functionality as plugins, as mentioned by magic-akari above. Users can selectively use the parts they need. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am amazed by the powerful extensibility of Shiki.
I have created a lightweight code editor using Shiki and a textarea.
This editor utilizes a textarea for input, leverages Shiki for code highlighting, and incorporates functionalities such as tab key indentation and auto insertion of matching brackets.
You can explore the playground of this editor by visiting the following link: Shiki Editor Playground
I am planning to release this editor as an npm package, but I am unsure if there is interest in it, so I am seeking feedback.
Here is the repository source code: https://github.com/magic-akari/shiki-editor
Moreover, I am interested to inquire whether the Shiki team would be open to including this editor within the Shiki organization.
Beta Was this translation helpful? Give feedback.
All reactions