- Remove misc TinyMCE mentions in docs and minifyjs
This commit is contained in:
parent
66482c1d9c
commit
46fe6b1908
|
@ -213,8 +213,7 @@ To select a default theme for the Friendica node, see the *Site* section of the
|
||||||
|
|
||||||
## Additional Features
|
## Additional Features
|
||||||
|
|
||||||
There are several optional features in Friendica.
|
There are several optional features in Friendica like the *dislike* button.
|
||||||
Like the *dislike* button or the usage of a *richtext editor* for composing new postings.
|
|
||||||
In this section of the admin panel you can select a default setting for your node and eventually fix it, so users cannot change the setting anymore.
|
In this section of the admin panel you can select a default setting for your node and eventually fix it, so users cannot change the setting anymore.
|
||||||
|
|
||||||
## DB Updates
|
## DB Updates
|
||||||
|
|
|
@ -96,18 +96,3 @@ Click again on "show" or "don't show" to switch it off.
|
||||||
You can search for contacts or groups with the search box.
|
You can search for contacts or groups with the search box.
|
||||||
|
|
||||||
See also [Group and Privacy](help/Groups-and-Privacy)
|
See also [Group and Privacy](help/Groups-and-Privacy)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
WYSIAWYG (What You See Is About What You Get)
|
|
||||||
--------------------------------------------------
|
|
||||||
|
|
||||||
Friendica can use TinyMCE as rich text editor. This way you can write beatifull post without the need to know [BBCode](help/BBCode).
|
|
||||||
|
|
||||||
By default, rich editor is disabled. You can enable it from Settings -> [Aditional features](settings/features) page, turn on Richtext Editor and click "Submit".
|
|
||||||
|
|
||||||
<figure>
|
|
||||||
<img src="doc/img/friendica_rich_editor.png" alt="default editor">
|
|
||||||
<figcaption>Rich editor, with default Friendica theme (duepuntozero)</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Internationalisation
|
||||||
|
|
||||||
extract.php - extracts translatable strings from our project files. It
|
extract.php - extracts translatable strings from our project files. It
|
||||||
currently doesn't pick up strings in other libraries we might be using such as
|
currently doesn't pick up strings in other libraries we might be using such as
|
||||||
tinymce and the HTML parsers.
|
the HTML parsers.
|
||||||
|
|
||||||
In order for extract to do its job, every use of the t() translation function
|
In order for extract to do its job, every use of the t() translation function
|
||||||
must be preceded by one space. The string also can not contain parentheses. If
|
must be preceded by one space. The string also can not contain parentheses. If
|
||||||
|
|
|
@ -24,9 +24,6 @@ JSFILES=(
|
||||||
JSFILES2=(
|
JSFILES2=(
|
||||||
"library/colorbox/jquery.colorbox.js"
|
"library/colorbox/jquery.colorbox.js"
|
||||||
)
|
)
|
||||||
JSFILES3=(
|
|
||||||
"library/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js"
|
|
||||||
)
|
|
||||||
|
|
||||||
for i in ${JSFILES[@]}
|
for i in ${JSFILES[@]}
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user