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 February 5, 2025 11:47
TinyMCE characters counter plugin
tinymce.init({
plugins: 'charactercount',
elementpath: false
});
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 18, 2025 02:49
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