Browse code

TinyMCE version directories relocated to /tinymce/ directory, each with its own version numbers: 2, 3, 4 - Slight naming tweak to TinyMCE dropdown in site settings

Clarissa Walker authored on 2026/07/27 13:46:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+ABOUT
2
+
3
+This simple plugin protects any code in the html you are editing, by turning 
4
+it's start- and end-tag into comment tags when the editor is started.
5
+
6
+<? becomes <!--CODE
7
+?> becomes CODE-->
8
+
9
+The plugin changes the tags back to normal when you save your html.
10
+
11
+If you need this plugin to be more complex, feel free to expand on this 
12
+plugin, it's easier than you think. If you do make it better, please 
13
+upload it to sourceforge.
14
+
15
+
16
+INSTALL
17
+
18
+To install, copy the codeprotect folder to the plugins directory and just 
19
+add the word "codeprotect" to the list of plugins in the "init" bit of your tinyMCE 
20
+page. The plugin doesn't have a button, so no need to worry about that.
21
+
22
+
23
+tested with tinyCME 2.0 rc3
24
+
25
+Tijmen Schep, 9 october 2005
0 26
\ No newline at end of file