diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
| commit | ff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 (patch) | |
| tree | 0fb6e9666a3b3c496ab4a35677a642500ba76887 /Plugins.md | |
| parent | 53aa4f30db9149fa200d8106d895cfe11aca8338 (diff) | |
First pass at fixing links and some formatting.
Diffstat (limited to 'Plugins.md')
| -rw-r--r-- | Plugins.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ etc. There are two kinds of plugins: user and system. User plugins are enabled in `Preferences` → `Plugins`. System plugins require adding them to a [global -configuration](wiki/GlobalConfig.md) directive <code>PLUGINS</code> which is a +configuration](Global-Config) directive <code>PLUGINS</code> which is a comma-separated list of enabled system plugins, i.e. ```js @@ -22,7 +22,7 @@ putenv('TTRSS_PLUGINS=auth_internal, other_plugin'); System plugins are always enabled for all users. If multiple search plugins are loaded, only the first one is used -If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins.md), +If you are interested in making plugins, see [Making-Plugins](Making-Plugins), https://github.com/topics/tt-rss-plugin , https://github.com/topics/ttrss-plugins , etc. ### Installing plugins |