Skip to content

Instantly share code, notes, and snippets.

View maciejmyslinski's full-sized avatar

M maciejmyslinski

View GitHub Profile
@ClementParis016
ClementParis016 / script.js
Last active October 26, 2023 03:55
TinyMCE characters counter plugin
tinymce.init({
plugins: 'charactercount',
elementpath: false
});
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 3, 2024 18:53
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites