Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Friendica BBCode tags reference
- ate an addon to also support Markdown. How a rich text formatted posting or comment will be displayed in... heir capabilities. Some will just present a plain text version of the postings, others might display all... formatting. ===== BBCode Tags ===== ==== Basic Text formatting ==== ^ Purpose ^ BBCode Tag ^ Resulting HTML Code ^ | Bold Text | %%[b]bold[/b]%% | %%<strong>bold</strong>%%
- Friendica Templating Documentation
- an array holding the values, e.g. for a one line text input field, which is required and should be used... the checkbox will be marked as checked, - Help text for the checkbox. ==== field_combobox.tpl ==== ... obox, - Current value of the variable, - Help text for the combobox, - Array holding the possible ... - Label for the field, - the field, - Help text for the field. ==== field_input.tpl ==== A sing
- Abstracts
- the abstract in addition to a button to open the text by default. ====== How to apply an Abstract ====... o add an abstract to your posting, simply put the text for the abstract within the BBCode tag at some pl... into your posting. <code> [abstract]This is the text for the abstract[/abstract] This is the [i]norma... //example.com]to example.com[/url] and some other text. </code> You don't have to add the abstract at t
- Friendica Addon development
- e to HTML. ''%%$b%%'' is an HTML string converted text. ==== html2bbcode ==== Called after tag convers... message posting) ''%%$b%%'' is a string converted text ==== head ==== Called when building the ''%%<he... html version of the message * **textVersion**: text only version of the message * **additionalMailH... put_item_in_cache ==== Called after ''%%prepare_text()%%'' in ''%%put_item_in_cache()%%''. Hook data:
- Documentation
- ====== Documentation ====== <grid> <col sm="4"> <TEXT align="center">{{fa>user-o?64&color=#3f658f&align... s:user|User Docs]] Help for users of Friendica </TEXT> </col> <col sm="4"> <TEXT align="center"> {{fa>sliders?64&color=#3f658f&align=center}} [[:docs:admin... s]] Documentation for Admins of Friendica Nodes</TEXT> </col> <col sm="4"> <TEXT align="center"> {{fa>
- Search in Friendica
- ck name// and it may only be a part of the entire text. ===== Group Search ===== * Pattern: ''!name'... ck name// and it may only be a part of the entire text. The groups can be hosted on any supported platform, e.g. Friendica, Lemmy, gupp.pe. ===== Text Search ===== * Pattern: ''name'' * Result: (... ngs that contain ''name'' and lists them. As full text searches are resource intensive, admins can limit
- Creating posts
- ight of your Home or Network page, or the "Share" text box, and the post editor shows up. Below are exam... by a comma to file your new post. The Big Empty Text area is where you write your new post. You can simply enter your text there and click the "Share" button, and your new ... rofile page and shared to your contact. If plain text is not so exciting to you, Friendica understands
- Friendica API entities
- ===== ^ Attribute ^ Type ^ Nullable ^ | ''text'' | String (Plaintext) | No | | ''truncated'' |... xpanded_url'' | String (URL) | No | | ''ext_alt_text'' | String | No | | ''type'' | String | No | ... laintext) | Plaintext version of the notification text with a placeholder (''%%{0}%%'') for the subject ... 'sender_id'' | Integer | Sender Contact Id | | ''text'' | String | Can be HTML or plaintext depending o
- Image Descriptions - How to add an description to the images your are posting
- You can easily add an image description (or ALT text) to an image in your postings. The text will be displayed when the image is hovered with the mouse curs... code|BBCode]] to add the image and provide an ALT text for it would be: <code>[img=http://example.com/image.jpg]This is the image description text.[/img]</code> {{tag>howto user bbcode}}
- Filtering your Network Stream
- , that matches words specified by the user to the text of postings in the network stream. If the text includes one of the words, the posting will be collapsed... ves you will encounter. * Minimum length of the text. Language detection works best on longer texts, o... um confidence level is set to 30% and the minimum text length to apply the filter is set to 200 characte
- Friendica Storage Backend Addon development
- de> Current value of the option <code> 'help text', </code> Translatable description for the field.... 'input', // will use a simple text input $this->l10n->t('The file to... >l10n->t('Enter the path to a file'), // the help text // no extra data for 'input' type
- User Documentation
- ys|Accesskeys]] * [[docs:bbcode|BBCode for rich text postings]] * [[docs:events|Event management]] * [[docs:text_comment|Interaction possibilities with postings]]... y your Homepage]] * [[docs:fulltext_search|Full text search]] * [[docs:channel|User defined Channels
- Account Basics
- s some limitations. It must contain only US-ASCII text characters and numbers, and must also start with a text character. It also must be unique on this system.
- Friendica API
- chnical reasons, this value is not unique!) * ''text'': The message * ''replyto'': ID of the replied... title is prepended to the plaintext body in the `text` attribute of the private message objects. * ''
- Autoloader with Composer
- $html = \Michelf\MarkdownExtra::defaultTransform($text); } } </code> if you use that class in many p... $html = MarkdownExtra::defaultTransform($text); } } </code> Note that namespaces are like p