Automatic Taxonomy Terms
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
This module is able to automatically create taxonomy terms for you when an entity, of any type, is being created.
This module is able to automatically create taxonomy terms for you when an entity, of any type, is being created.
This module provides enhanced auto complete widget which is better in performance as compare to default auto complete widget, as it's name suggests that searching is based on json data, so instead of fetching results from database it searches from json object and gives fast results with better user experience.
Note: Right now it is only available for taxonomy term reference field type and will be available for entity reference field soon.
This is based on the D8 port of the Taxonomy Autotagger module. The maintainer has not accepted the port and added features were getting unwieldy as a series of patches so this sandbox module was created.
Synopsis
A module for those who need to import and export taxonomy terms via csv.
Similar Projects
None known for Drupal 8
Requirements
Latest release of Drupal 8.x.
Configuration
Enable the module
Go to /admin/config/content/term-csv-import
or
Go to /admin/config/content/term-csv-export
You have a site where you want your users to create nodes, blog pages etc. You use tag style taxonomy terms on these nodes. You want your trusted site editors to be able to add new terms when they create content but your regular users are polluting your tags vocabulary with misspelled words. How can you stop these users creating new terms but allow your editors to add terms whilst writing content? The answer is this module!
Respect people privacy and let every particular user to decide which external services to be rendered on your pages.
The implementation is frontend-based, so you can safely use this project alongside with caching services, like Varnish or Nginx.
The main idea of implementation - to process fields and blocks and check their contents for external widgets. How this achieved?

Third-party services filtering might be enabled for every field.
Optgroup Select adds a new widget called Optgroup Select to allow the term reference field type to be grouped under the parent terms in the select option.
Features:
Installation: Just like any other drupal module, download and place the module in the module directory and install it.
Adds theme hooks for separating out taxonomy terms. As far as I could find, you can have a template for theming vocabulary, but not taxonomy. The taxonomy-term.tpl.php does not allow for theming the node teaser. For this, you have to add checks in the template for the tid.