Skip to content

Latest commit

 

History

History
 
 

ctags_generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Summary

This plugin generates a tags file following the CTags format in the content/ directory, to provide autocompletion for code editors that support it.

Installation

To enable, add the following to your settings.py:

PLUGIN_PATH = 'path/to/pelican-plugins'
PLUGINS = ['ctags_generator']

PLUGIN_PATH can be a path relative to your settings file or an absolute path.

Tests

To execute them:

nosetests -w ctags_generator