Skip to content

Commit

Permalink
Merge branch 'dev': v1.0-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eljulians committed Jul 25, 2016
2 parents 033c47c + 28ea7e2 commit efc7955
Show file tree
Hide file tree
Showing 146 changed files with 154 additions and 16,333 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
before_script:
npm install jscs -g

script: jscs table-of-contents/plugin.js
script: jscs js/table-of-contents.js
26 changes: 12 additions & 14 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
Copyright 2016 Julen Pardo (https://github.com/julenpardo)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

TinyMCE Table of Contents is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

TinyMCE Table of Contents is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with TinyMCE Table of Contents. If not, see <http://www.gnu.org/licenses/>.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
TinyMCE Table of Contents creator
=================================

[![Build Status](https://api.travis-ci.org/julenpardo/tinymce-table-of-contents.svg)](https://travis-ci.com/julenpardo/tinymce-table-of-contents) ![Release](https://img.shields.io/badge/release-v0.2--beta1-blue.svg)
[![Build Status](https://api.travis-ci.org/julenpardo/tinymce-table-of-contents.svg)](https://travis-ci.com/julenpardo/tinymce-table-of-contents) ![Release](https://img.shields.io/badge/release-v1.0--rc1-blue.svg) ![License](https://img.shields.io/badge/license-GPLv3-blue.svg)

A plugin for TinyMCE text editor for creating tables of contents.
A plugin for TinyMCE text editor & WordPress for creating tables of contents in an incredibly easy and personalizable way.

## Demo
## Features
- Configuration of the depth level of the table.
- Configuration of the indentation of the levels of the table.
- Option to add to the elements of the table link to each section.

- Open demo/sample.html with your navigator.
- Create some headings (Format/Formats).
- Finally, create the table of contents (Tools)
## Installation
1. Download it (check the [releases section](https://github.com/julenpardo/tinymce-table-of-contents/releases)).
2. Unzip the contents into a `table-of-contents` named folder.
3. Copy the folder into `/path/to/wordpress/wp-content/plugins`.
4. Enable it from WordPress.
1 change: 0 additions & 1 deletion demo/js/tinymce/jquery.tinymce.min.js

This file was deleted.

3 changes: 0 additions & 3 deletions demo/js/tinymce/langs/readme.md

This file was deleted.

Loading

0 comments on commit efc7955

Please sign in to comment.