Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timcrockford/track-custom-keywords

A YOURLS plugin to track whether or not a keyword is randomly assigned or manually set by the user.
https://github.com/timcrockford/track-custom-keywords

Last synced: 14 days ago
JSON representation

A YOURLS plugin to track whether or not a keyword is randomly assigned or manually set by the user.

Awesome Lists containing this project

README

        

track-custom-keywords
=====================

YOURLS plugin to add a new field to YOURLS designed to track
if a keyword was randomly assigned or manually specified.

- New keywords are appended with a prefix to indicate as to whether they were random or custom
- This prefix is stripped off and stored in a new field that is added to the database when the plugin is activated
- The edit functionality will allow you to override the flag
- The link list now has an additional sortable column indicating if a keyword is custom or not
- The search bar has an option to only show custom or random keywords

When this plugin is activated, a new column is added to your YOURLS_URL table to hold the flag. If you deactivate the plugin, this column is removed. **Note that your data is lost if you do this.**

See the admin.png file in the repository for an example of the changes to the web UI.