Skip to content

Commit

Permalink
INT-3320: Remove Quick Start guide from README.md (#58)
Browse files Browse the repository at this point in the history
* INT-3320: Update Quick Start guide in README.md

* INT-3320: Change Vite template from `svelte-ts` to `svelte`

* INT-3320: Remove Quick Start guide from README.md
  • Loading branch information
FarzadHayat authored Jul 17, 2024
1 parent 4b8ddec commit d033869
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,6 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym
* For our quick demos, check out the TinyMCE Svelte [Storybook](https://tinymce.github.io/tinymce-svelte/).


## Quick start

### Create a Svelte App from a template

```
npx degit sveltejs/template my-tiny-app
cd my-tiny-app
```

### Add the Editor component

Install the editor component in your project

```
npm install @tinymce/tinymce-svelte
```

## Import the TinyMCE component

Import the TinyMCE component inside the script tag of your Svelte app

```
<script lang="ts">
import Editor from '@tinymce/tinymce-svelte';
</script>
<main>
<h1> Hello Tiny</h1>
<Editor />
</main>
```


### Issues

Have you found an issue with tinymce-svelte or do you have a feature request? Open up an [issue](https://github.com/tinymce/tinymce-svelte/issues) and let us know or submit a [pull request](https://github.com/tinymce/tinymce-svelte/pulls). *Note: For issues concerning TinyMCE please visit the [TinyMCE repository](https://github.com/tinymce/tinymce).*
Have you found an issue with tinymce-svelte or do you have a feature request? Open up an [issue](https://github.com/tinymce/tinymce-svelte/issues) and let us know or submit a [pull request](https://github.com/tinymce/tinymce-svelte/pulls). *Note: For issues concerning TinyMCE please visit the [TinyMCE repository](https://github.com/tinymce/tinymce).*

0 comments on commit d033869

Please sign in to comment.