Introduction
Welcome to the world of Novel, a Notion-style WYSIWYG editor that brings the power of AI right to your fingertips! With its intuitive interface and AI-powered autocompletion, Novel is designed to enhance your writing experience like never before.
Key Features
1. Slash Menu & Bubble Menu
Novel provides a user-friendly slash menu and bubble menu that make it easy to access various functionalities. Just type /
to see all available options!
2. AI Autocomplete
Need a little help with your writing? Simply type ++
to activate the AI autocomplete feature, or select suggestions directly from the slash menu. It’s like having a writing assistant right there with you!
3. Image Uploads
Adding images to your documents is a breeze! You can drag and drop images, copy and paste them, or select them from the slash menu. Visuals have never been easier to integrate.
4. Tweet Integration
Want to add tweets to your document? Just use the command slash menu to seamlessly incorporate tweets into your content.
5. Mathematical Symbols
For those who love math, Novel supports LaTeX expressions! You can easily write complex equations like:
- E=mc²
- a² = b² + c²
- f^(ξ)=∫ −∞ ∞ f(x)e^−2πixξ dx
6. Matrix Representation
You can also represent matrices effortlessly, such as:
- A = [ a c \n b d ]
7. Summation Notation
Need to sum up values? Use the summation notation:
- ∑ i=0ⁿ xᵢ
Installation
Getting started with Novel is simple! Just run the following command in your terminal:
npm i novel
Usage Example
Here’s a quick example of how to use Novel in your application:
import { Editor } from "novel";
export default function App() {
return (
<Editor />
);
}
Conclusion
Novel is a powerful tool for anyone looking to enhance their writing process with AI. Whether you’re drafting documents, creating presentations, or just jotting down ideas, Novel has got you covered.
Learn More
Call to Action
Ready to elevate your writing experience? Try Novel today and see how AI can transform your creative process!