BsNoSi / yellow-extension-ext

An link to tab/window extension for yellow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yellow Extension Ext

Development discontinued.

Version 1.2.2

Tested with Version 0.8.33 / Release 0.8.16 of Yellow

Application

Ext creates a link to a new tab/window.

Install

  1. Download and install Datenstrom Yellow CMS.
  2. Download Ext extension. If you are using Safari, right click and select 'Download file as'.
  3. Copy the yellow-extension-cmail-master.zip into the system/plugins folder.

To uninstall simply delete the ext.* files from extensions folder.

Usage

 [ext  link linktext title destination]
Parameter Function
link required: The address you want to link to
linktext The displayed text. Optional, if empty replaced by link
title A title for screenreaders. If empty open in new window/tab, which is appended otherwise`
destination A named target, optional, if empty replaced by `_blank

Use quotation marks to enclose words in a single argument separated by a space or special characters.

The link is enclosed in a style cext. To mark external links you can add your stylesheet perhaps something like this:

.cext:before {content: "\0029A8\00202F"; color:#FF6633;}

This will display links to new tabs/windows like this »⦨ The Link-text«.

Examples

Minimum: [ext https://datenstrom.se]

Using all options: [ext https://datenstrom.se "link to datenstrom" "Creators Homepage of YELLOW" "yellow"]

History

2020-11-21: Alignment to install changes

2020-10-17: v1.2.1: API changes applied.

2020-10-13, v1.2: Necessary changes to meet Yellow API changes

2019-12-29, v1.1.1: Class added

2019-05-05, v1.1.0: Initial GitHub-Release

Developer

Norbert Simon

About

An link to tab/window extension for yellow

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%