DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:shortcut

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:shortcut [2010-10-09 18:55] gturriplugin:shortcut [2023-12-21 19:27] (current) – new download url Aleksandr
Line 1: Line 1:
-======Shortcut plugin ======+====== Shortcut Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Link pages using short names and add some descriptive info about the anchor to the page.+description: Link pages using short names and add some descriptive info about the anchor to the page
 author     : Ilya Lebedev author     : Ilya Lebedev
 email      : ilya@lebedev.net email      : ilya@lebedev.net
Line 12: Line 12:
 similar    : similar    :
 tags       : alias, shortcut, links tags       : alias, shortcut, links
-downloadurl: http://debugger.ru/dl/shortcut.zip+ 
 +downloadurl: https://trello.com/1/cards/5b5e1345029192de316fa5e0/attachments/5b5e135eac469d4498f5ca3d/download/shortcut.zip 
 +bugtracker :  
 +sourcerepo :  
 +donationurl:  
 + 
 +screenshot_img: 
 ---- ----
  
 +This plugin is intended to provide shortcuts functionality for DokuWiki. Its main purpose is to link pages using short names and add some descriptive info about the anchor to the page. Additionally, it allows to replace link title with the specified image.
  
-^ **Updated - 5 February, 2007** ^ [[http://debugger.ru/dl/shortcut.zip|Shortcut v0.1.1 (6Kb, zip)]]\\ [[http://cms.debugger.ru/dl/shortcut.tar.gz|Shortcut v0.1.1 (4Kb, tar.gz)]]\\ [[http://cms.debugger.ru/dl/shortcut.7z|Shortcut v0.1.1 (3.5Kb, 7z)]]\\ [[https://svn.debugger.ru/repos/common/DokuWiki/Shortcut/tags/Shortcut.v0.1.1| SVN repository, v0.1.1]]^+===== Syntax =====
  
-This [[plugin]] is intended to provide shortcuts functionality for DokuWiki. Its main purpose is to link pages using short names and add some descriptive info about the anchor to the page. Additionally, it allows to replace link title with the specified image.+==== Shortcut definition ====
  
-===== Syntax ==+  <shortcut name[|image]>[description]</shortcut>
  
-==== Shortcut definition == 
-<code><shortcut name[|image]>[description]</shortcut></code> 
 ^ ''name''     | Shortcut name  | Used in links to this page | required | ^ ''name''     | Shortcut name  | Used in links to this page | required |
 ^ ''image''    | Shortcut image | Replaces link with the supplied images, using 'imline icon' technique.  | optional | ^ ''image''    | Shortcut image | Replaces link with the supplied images, using 'imline icon' technique.  | optional |
 ^ ''descripts''| Description    | Text, displayed in the tooltip for the link | optional | ^ ''descripts''| Description    | Text, displayed in the tooltip for the link | optional |
  
-==== Anchor == +==== Anchor ==== 
-<code>[[target [|title] ]]</code>+ 
 +  [[target [|title] ]] 
 Anchor does replace the standard anchor syntax with fallback compatibility. If plugin could not find the shortcut , it creates the standard DokuWiki anchor. Anchor does replace the standard anchor syntax with fallback compatibility. If plugin could not find the shortcut , it creates the standard DokuWiki anchor.
  
-===== Use cases ==+===== Use cases ===== 
   * Astronomical pages in the Wiki, when you want to have planet symbols in the texts, when refer to them.   * Astronomical pages in the Wiki, when you want to have planet symbols in the texts, when refer to them.
   * Mathematical pages with the same purposes.   * Mathematical pages with the same purposes.
Line 38: Line 46:
  
 ===== Notes ===== ===== Notes =====
 +
   * Plugin tested with [[http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2006-11-06.tgz?id=projects%3Adokuwiki&cache=cache|rc2006-11-06]] DokuWiki release.   * Plugin tested with [[http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2006-11-06.tgz?id=projects%3Adokuwiki&cache=cache|rc2006-11-06]] DokuWiki release.
-  * You need to open pages with [[http://www.dokuwiki.org/wiki:caching#purging_the_cache|purge=true]] param in the URL to reset the cache to see changes immediately or wait [[http://www.dokuwiki.org/wiki:config#cachetime|purge cache time]]. +  * You need to open pages with [[devel:caching#purging_the_cache|purge=true]] param in the URL to reset the cache to see changes immediately or wait [[config:cachetime|purge cache time]]. 
-====== Configuration ======+ 
 +===== Configuration ===== 
 This release does not support configuration yes, although it contains some config files for the future use. This release does not support configuration yes, although it contains some config files for the future use.
  
-====== How to install ====== +===== How to install ===== 
-Download the [[http://debugger.ru/dl/shortcut.zip|shortcut.zip]] file (6Kb) and unpack it into ''lib/plugins'' folder or use the [[plugin:plugin]] manager.+ 
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. 
 + 
 +===== Changelog =====
  
-====== Changelog ====== 
   * **2007-05-02 Version 0.1.1**:   * **2007-05-02 Version 0.1.1**:
     * First public release     * First public release
  
-====== Todo ======+===== Todo ===== 
 + 
 +===== Discussion =====
  
-====== Bugs ====== 
-[[http://bts.debugger.ru/index.php?tasks=all&project=6|Bugtracker]] is available. 
-====== Discussion ====== 
 Question: I have a problem with making shortcut plugin work properly.  When I installed it, all text linked to other pages or those linked to wikipedia disappears.  Once I remove it, it recovers.  Does anybody have any idea? //Yasunori Hayashi// Question: I have a problem with making shortcut plugin work properly.  When I installed it, all text linked to other pages or those linked to wikipedia disappears.  Once I remove it, it recovers.  Does anybody have any idea? //Yasunori Hayashi//
 > Hi, this plugin has not been updated for a really long time, either there were no compatibility testing against the latest dokuwiki releases. Sorry, but i'm not sure if i ever get the time to update it. //Ilya// > Hi, this plugin has not been updated for a really long time, either there were no compatibility testing against the latest dokuwiki releases. Sorry, but i'm not sure if i ever get the time to update it. //Ilya//
  
 ===== Feature request ===== ===== Feature request =====
plugin/shortcut.1286643326.txt.gz · Last modified: 2010-10-09 18:55 by gturri

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki