Skip to content

Commit 42ade6e

Browse files
committed
Update file: trumbowyg-by-alex-d.html
1 parent bc864be commit 42ade6e

File tree

1 file changed

+97
-2
lines changed

1 file changed

+97
-2
lines changed

jquery-plugins/trumbowyg-by-alex-d.html

Lines changed: 97 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,107 @@ <h1 id="packageName">Trumbowyg</h1>
174174
</div>
175175
<div class="tab-content mt-3" id="infoTabsContent">
176176
<div class="tab-pane fade show active" id="installation" role="tabpanel" aria-labelledby="installation-tab">
177-
No README available
177+
<p align="center">
178+
<a href="http://alex-d.github.io/Trumbowyg/"><img src="banner.jpg" alt="" /></a>
179+
</p>
180+
181+
<p align="center">
182+
<a href="https://bundlephobia.com/result?p=trumbowyg"><img src="https://img.shields.io/bundlephobia/minzip/trumbowyg.svg?style=for-the-badge" alt="Downloads" /></a>
183+
<a href="https://www.npmjs.com/package/trumbowyg"><img src="https://img.shields.io/npm/dm/trumbowyg.svg?color=blue&label=npm%20downloads&style=for-the-badge" alt="Downloads" /></a>
184+
<a href="https://github.com/Alex-D/Trumbowyg/blob/develop/LICENSE"><img src="https://img.shields.io/npm/l/trumbowyg.svg?color=blue&style=for-the-badge" alt="Licence" /></a>
185+
<br>
186+
<a href="https://www.npmjs.com/package/trumbowyg"><img src="https://img.shields.io/npm/v/trumbowyg.svg?color=blue&style=for-the-badge" alt="Version on npm" /></a>
187+
<a href="https://cdnjs.com/libraries/Trumbowyg"><img src="https://img.shields.io/cdnjs/v/Trumbowyg.svg?color=blue&style=for-the-badge" alt="CDNJS" /></a>
188+
<img src="https://img.shields.io/bower/v/trumbowyg.svg?color=blue&style=for-the-badge" alt="Version on bower" />
189+
</p>
190+
191+
192+
<h2 align="center">Supporting Trumbowyg</h2>
193+
194+
Trumbowyg is an MIT-licensed open source project and completely free to use.
195+
196+
However, the amount of effort needed to maintain and develop new features for
197+
the project is not sustainable without proper financial backing.
198+
You can support its ongoing development by being a backer or a sponsor:
199+
200+
- [Become a backer or sponsor on Patreon](https://www.patreon.com/alexandredemode)
201+
- [One-time donation via PayPal](https://www.paypal.me/demodealexandre/20eur)
202+
203+
<h3 align="center">Sponsors</h3>
204+
205+
<h4 align="center">Gold</h4>
206+
207+
<p align="center">
208+
<a href="https://avot.nl/?ref=trumbowyg">
209+
<img src="https://cdn.rawgit.com/Alex-D/Trumbowyg/develop/sponsors/avot.svg" alt="avot®" width="200px"/>
210+
</a>
211+
</p>
212+
213+
<p align="center">
214+
<a href="https://www.patreon.com/bePatron?c=1176005&rid=1940456">
215+
Become a Sponsor
216+
</a>
217+
</p>
218+
219+
<h4 align="center">Silver</h4>
220+
221+
<p align="center">
222+
<a href="https://socialoptic.com/?ref=trumbowyg">
223+
<img src="https://rawcdn.githack.com/Alex-D/Trumbowyg/develop/sponsors/socialoptic.png" alt="SocialOptic" width="150px"/>
224+
</a>
225+
</p>
226+
227+
<p align="center">
228+
<a href="https://www.patreon.com/bePatron?c=1176005&rid=1940456">
229+
Become a Sponsor
230+
</a>
231+
</p>
232+
233+
------------------------------------
234+
235+
## Introduction
236+
237+
Trumbowyg is a simple and lightweight WYSIWYG editor, weight only 20kB minifed (8kB gzip) for faster page loading.
238+
239+
Visit presentation page: http://alex-d.github.io/Trumbowyg/
240+
241+
242+
## Documentation
243+
244+
All you need to know about Trumbowyg is here: http://alex-d.github.io/Trumbowyg/documentation/ (or even [on the home](http://alex-d.github.io/Trumbowyg/#get-started))
245+
246+
247+
## Contribution
248+
249+
You can contribute to Trumbowyg with translations in languages you know.
250+
Thanks to `node` and `gulp`, you can improve core script, style or icons easily.
251+
252+
First, fork and clone the repository
253+
254+
```bash
255+
cd Trumbowyg # go into the project's root directory
256+
npm install # install development dependencies
257+
npm run dev # watch mode
258+
npm run build # to build the project
259+
```
260+
261+
`gulp` command launch default Gulp task watcher and rebuild on the fly.
262+
263+
264+
## Stay in touch
265+
266+
For the latest release and announcements, follow on Twitter: [@AlexandreDemode](https://twitter.com/AlexandreDemode)
267+
268+
269+
## License
270+
271+
This project is under [MIT license](LICENSE).
272+
178273
</div>
179274

180275
<div class="tab-pane fade" id="changelog" role="tabpanel" aria-labelledby="changelog-tab">
181276
<ul id="changelogList">
182-
No changelog available.
277+
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#get-repository-content","status":"404"}
183278
</ul>
184279
</div>
185280

0 commit comments

Comments
 (0)