You are here

README.txt in Linkit 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.3 readme.txt
  3. 7.2 README.txt

INTRODUCTION
============

Linkit provides an easy interface for internal linking. Linkit links to
nodes, users, files and terms by default, using an autocomplete field.
Linkit has two major advantages over traditional linking

 1. The user does not have to copy or remember a URL
 2. If the target node changes it's alias (e.g. if the node's menu item
    title is changed) the link will remain functional (thanks to Pathologic)

See http://drupal.org/project/linkit for more information


INSTALLATION
============

 1. Install and configure the dependencies. Check their README files for details.
    You need to enable the Pathologic input filter on the text formats you intend to use Linkit on.
 2. Install and enable the linkit module and at least one of linkit_node,
    linkit_views, linkit_taxonomy or linkit_user.
 3 a). Enable the Linkit button in your WYSIWYG editor's settings.
 3 b). Enable the Linkit button in your CKEditor profile settings.


DEPENDENCIES
============

Linkit depends on the module

 *  Pathologic (this is where the alias magic happens)

You also need to install one of these modules:

 *  WYSIWYG <http://drupal.org/project/wysiwyg> with TinyMCE, CKEditor or FCKeditor
 *  CKEditor (Standalone) <http://drupal.org/project/ckeditor>


CONFIGURATION
=============

No additional configuration is necessary but you may can find optional Linkit's settings at
Configuration → Linkit settings (/admin/config/content/linkit). You need "administer linkit" permission.


MAINTAINERS
===========

 *  anon <http://drupal.org/user/464598>
 *  betamos <http://drupal.org/user/442208>

File

README.txt
View source
  1. INTRODUCTION
  2. ============
  3. Linkit provides an easy interface for internal linking. Linkit links to
  4. nodes, users, files and terms by default, using an autocomplete field.
  5. Linkit has two major advantages over traditional linking
  6. 1. The user does not have to copy or remember a URL
  7. 2. If the target node changes it's alias (e.g. if the node's menu item
  8. title is changed) the link will remain functional (thanks to Pathologic)
  9. See http://drupal.org/project/linkit for more information
  10. INSTALLATION
  11. ============
  12. 1. Install and configure the dependencies. Check their README files for details.
  13. You need to enable the Pathologic input filter on the text formats you intend to use Linkit on.
  14. 2. Install and enable the linkit module and at least one of linkit_node,
  15. linkit_views, linkit_taxonomy or linkit_user.
  16. 3 a). Enable the Linkit button in your WYSIWYG editor's settings.
  17. 3 b). Enable the Linkit button in your CKEditor profile settings.
  18. DEPENDENCIES
  19. ============
  20. Linkit depends on the module
  21. * Pathologic (this is where the alias magic happens)
  22. You also need to install one of these modules:
  23. * WYSIWYG with TinyMCE, CKEditor or FCKeditor
  24. * CKEditor (Standalone)
  25. CONFIGURATION
  26. =============
  27. No additional configuration is necessary but you may can find optional Linkit's settings at
  28. Configuration → Linkit settings (/admin/config/content/linkit). You need "administer linkit" permission.
  29. MAINTAINERS
  30. ===========
  31. * anon
  32. * betamos