Skip to content

Commit

Permalink
Merge pull request #2 from brianteeman/brianteeman-patch-1
Browse files Browse the repository at this point in the history
trigger
  • Loading branch information
brianteeman authored Sep 9, 2024
2 parents 2812f7a + 62f79ef commit 9eb56d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is a plugin for the TinyMCE that has been packaged to be easy to install an
### TinyMCE Configuration
After installing Slash Tools go to the Joomla Plugin Manager on the System dashboard and open the Editor - TinyMCE plugin.

Once open scroll to the very bottom where you will see the option to add External Plugin URLs. Enter the word **slashtools** as the Plugin Name and **/media/plg_editors_tinymce/js/plugins/slashtools/plugin.js** as the Plugin URL.
Once open scroll to the very bottom where you will see the option to add External Plugin URLs. Enter the word **slashtools** as the Plugin Name and **/media/plg_editors_tinymce/js/plugins/slashtools/plugin.min.js** as the Plugin URL.

Save your change and that's all you need to do.

Expand Down
4 changes: 2 additions & 2 deletions slashtools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<authorUrl>https://www.learnjoomla4.com</authorUrl>
<copyright>Copyright Brian Teeman</copyright>
<license>GNU GPL v2 or later</license>
<version>1.0.1</version>
<creationDate>Jan 2023</creationDate>
<version>1.0.2</version>
<creationDate>Sep 2024</creationDate>
<description><![CDATA[Editor Plugin for TinyMCE and Joomla. To complete the installation please follow these simple <a href="https://github.com/brianteeman/slashtools#tinymce-configuration">instructions.</a>]]></description>
<fileset>
<files folder="slashtools" target="media/plg_editors_tinymce/js/plugins/slashtools">
Expand Down
2 changes: 1 addition & 1 deletion slashtools/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
];

editor.ui.registry.addAutocompleter("slashtools", {
ch: "/",
trigger: "/",
minChars: 0,
columns: 1,

Expand Down
2 changes: 1 addition & 1 deletion slashtools/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions update/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<name>Slash Tools</name>
<description>Editor Plugin for TinyMCE and Joomla</description>
<client>site</client>
<version>1.0.1</version>
<version>1.0.2</version>
<downloads>
<downloadurl type="full" format="zip">https://github.com/brianteeman/slashtools/archive/1.0.1.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/brianteeman/slashtools/archive/1.0.2.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down

0 comments on commit 9eb56d3

Please sign in to comment.