Skip to content

Problematy/goodmap-nothingshere

Repository files navigation

goodmap-nothingshere

goodmap plugin that shows popup if no point is visible in a view

Installation

pip install goodmap_nothingshere

Activation

Add the plugin to the plugins list in your Platzky database configuration. The name must match the entry-point key declared in pyproject.toml:

{
    "plugins": [
        {
            "name": "nothingshere",
            "config": {}
        }
    ]
}

Development

This plugin extends PluginBase. To add a specific capability, subclass one of:

  • NotifierPluginBase — send notifications (implement notify)
  • AttachmentNotifierPluginBase — notifications with file attachments
  • ContentTransformerPluginBase — transform post/page content and register shortcodes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors