npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

loki-editor

v0.2.6

Published

A powerful and customizable text editor for React applications.

Downloads

932

Readme

LOKI Editor

LOKI Editor is a lightweight, customizable, and feature-rich text editor for web applications. It allows you to format text, insert tables, and handle other rich text features, making it a versatile tool for content editing.

LOKI Editor

Features

  • Text formatting (Bold, Italics, Underline, Strikethrough)
  • Lists (Numbered and Bulleted)
  • Text alignment (Left, Center, Right)
  • Inserting links, tables, and horizontal rules
  • Clear formatting option
  • Drag-and-drop functionality for text
  • Content-editable area with word count tracking

Installation

To install the LOKI Editor in your project, use npm:

npm install loki-editor

Usage
Here’s an example of how you can use LOKI Editor in your React project:

Import the editor component and CSS file:
jsx

import React from 'react';
import TextEditor from 'loki-editor';
import 'loki-editor/dist/TextEditor.css'; // Ensure you import the CSS file for styling
Use the editor component in your React component:
jsx

const App = () => {
  return (
    <div>
      <TextEditor />
    </div>
  );
};

export default App;



Available Features & Options
Text Formatting
Bold: Makes the selected text bold.
Italic: Italicizes the selected text.
Underline: Underlines the selected text.
Strikethrough: Strikes through the selected text.
Lists
Numbered List: Creates an ordered (numbered) list.
Bulleted List: Creates an unordered (bulleted) list.
Text Alignment
Align Left: Aligns the text to the left.
Align Center: Aligns the text to the center.
Align Right: Aligns the text to the right.



Inserting a Table
The handleInsertTable function allows you to insert a table into the editor. You can specify the number of rows and columns, and the editor will create a table with the given dimensions.

Handling Links
The editor allows you to insert a link via the handleInsertLink function, which prompts the user to enter a URL, and then inserts the link into the text.

Custom Styles
You can customize the look and feel of the editor by modifying the TextEditor.css file.

Development
If you'd like to contribute to this project, feel free to clone the repository and submit pull requests. Make sure to follow the coding standards and add meaningful documentation.


## Support or Questions
If you have any questions or need help with the LOKI Editor, feel free to contact me at:

📧 Email: [[email protected]]