Skip to content

Commit

Permalink
rename nuxt-tiptap to nuxt-tiptap-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender committed Dec 3, 2023
1 parent ce2916f commit 1dd8c0c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 69 deletions.
46 changes: 0 additions & 46 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1 @@

## v0.0.1


### 🏡 Chore

- Transpile, test, README ([d7de99b](https://github.com/modbender/nuxt-tiptap/commit/d7de99b))
- **release:** V0.0.2 ([1ba8ae7](https://github.com/modbender/nuxt-tiptap/commit/1ba8ae7))
- **release:** V0.0.2 ([468d306](https://github.com/modbender/nuxt-tiptap/commit/468d306))
- **release:** V0.0.1 ([cb5c307](https://github.com/modbender/nuxt-tiptap/commit/cb5c307))
- **release:** V0.0.2 ([5736f24](https://github.com/modbender/nuxt-tiptap/commit/5736f24))

### ❤️ Contributors

- Modbender <[email protected]>

## v0.0.2

[compare changes](https://github.com/modbender/nuxt-tiptap/compare/v0.0.1...v0.0.2)

## v0.0.1

[compare changes](https://github.com/modbender/nuxt-tiptap/compare/v0.0.2...v0.0.1)

### 🏡 Chore

- **release:** V0.0.2 ([468d306](https://github.com/modbender/nuxt-tiptap/commit/468d306))

### ❤️ Contributors

- Modbender <[email protected]>

## v0.0.2

[compare changes](https://github.com/modbender/nuxt-tiptap/compare/v0.0.2...v0.0.2)

## v0.0.2


### 🏡 Chore

- Transpile, test, README ([d7de99b](https://github.com/modbender/nuxt-tiptap/commit/d7de99b))

### ❤️ Contributors

- Modbender <[email protected]>

34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Get your module up and running quickly.
Find and replace all on all files (CMD+SHIFT+F):
- Name: Nuxt TipTap
- Package name: nuxt-tiptap
- Name: Nuxt TipTap Editor
- Package name: nuxt-tiptap-editor
- Description: Essentials to Quickly Integrate TipTap Editor into your Nuxt App
-->

# Nuxt TipTap
# Nuxt TipTap Editor

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
Expand All @@ -17,7 +17,7 @@ Find and replace all on all files (CMD+SHIFT+F):
Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionality to your Nuxt 3 App.

- [&nbsp;Release Notes](/CHANGELOG.md)
- [🏀 Online playground](https://stackblitz.com/github/modbender/nuxt-tiptap?file=playground%2Fapp.vue)
- [🏀 Online playground](https://stackblitz.com/github/modbender/nuxt-tiptap-editor?file=playground%2Fapp.vue)
<!-- - [📖 &nbsp;Documentation](https://example.com) -->

## Features
Expand All @@ -27,24 +27,24 @@ Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionalit

## Quick Setup

1. Add `nuxt-tiptap` dependency to your project
1. Add `nuxt-tiptap-editor` dependency to your project

```bash
# Using pnpm
pnpm add -D nuxt-tiptap
pnpm add -D nuxt-tiptap-editor

# Using yarn
yarn add --dev nuxt-tiptap
yarn add --dev nuxt-tiptap-editor

# Using npm
npm install --save-dev nuxt-tiptap
npm install --save-dev nuxt-tiptap-editor
```

2. Add `nuxt-tiptap` to the `modules` section of `nuxt.config.ts`
2. Add `nuxt-tiptap-editor` to the `modules` section of `nuxt.config.ts`

```js
export default defineNuxtConfig({
modules: ["nuxt-tiptap"],
modules: ["nuxt-tiptap-editor"],
});
```

Expand Down Expand Up @@ -187,7 +187,7 @@ Instantly add [TipTap Editor](https://tiptap.dev/editor) with basic functionalit

4. Now edit the HTML, replace `button` with your UI provided component, or style it using tailwind, etc.

That's it! You can now use Nuxt TipTap in your Nuxt app ✨
That's it! You can now use Nuxt TipTap Editor in your Nuxt app ✨

**P.S** Currently, this module only provides minimal and essential imports to quickly add TipTap Editor to your Nuxt 3 App. The only main reason this module came to exist is to provide auto import to your Nuxt 3 App. More features might be added later on.

Expand Down Expand Up @@ -219,11 +219,11 @@ npm run release

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/nuxt-tiptap/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/nuxt-tiptap
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-tiptap.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/nuxt-tiptap
[license-src]: https://img.shields.io/npm/l/nuxt-tiptap.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/nuxt-tiptap
[npm-version-src]: https://img.shields.io/npm/v/nuxt-tiptap-editor/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/nuxt-tiptap-editor
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-tiptap-editor.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/nuxt-tiptap-editor
[license-src]: https://img.shields.io/npm/l/nuxt-tiptap-editor.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/nuxt-tiptap-editor
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nuxt-tiptap",
"version": "0.0.1",
"description": "TipTap Editor for Nuxt",
"repository": "modbender/nuxt-tiptap",
"name": "nuxt-tiptap-editor",
"version": "0.0.0",
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
"repository": "modbender/nuxt-tiptap-editor",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"nuxt": "^3.8.2",
"vitest": "^0.33.0"
}
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "nuxt-tiptap-playground",
"name": "nuxt-tiptap-editor-playground",
"type": "module",
"scripts": {
"dev": "nuxi dev",
Expand Down

0 comments on commit 1dd8c0c

Please sign in to comment.