Lucas Cimon 9dfd470963 Adding ctags_generator plugin 5 years ago
..
test_content 9dfd470963 Adding ctags_generator plugin 5 years ago
README.md 9dfd470963 Adding ctags_generator plugin 5 years ago
__init__.py 9dfd470963 Adding ctags_generator plugin 5 years ago
ctags_generator.py 9dfd470963 Adding ctags_generator plugin 5 years ago
test_ctags_generator.py 9dfd470963 Adding ctags_generator plugin 5 years ago

README.md

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.