Questions tagged [plugin]
A plug-in (or plugin) is a set of software components that adds specific abilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application.
                158 questions
            
            
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                29
            
            views
        
        
            
        Plugin to enforce individual-use coupon validation in WooCommerce admin
                    I'm working on a custom WordPress plugin that ensures individual-use WooCommerce coupons are properly validated when applied via the admin order editor.
By default, WooCommerce only enforces this ...
                
            
       
        
            
                0
            
            votes
        
        
            
                0
            
            answers
        
        
            
                91
            
            views
        
        
            
            
        Pure loop in RegEx to find the substrings with condition
                    I want to share my invention, which allows you to use only one RegEx, which will search for substrings in a string with a certain condition. If you want, call it a RegEx loop that didn't exist before! ...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                53
            
            views
        
        
            
        Add DAP debugging to NeoVim on Mac
                    Upgrading from vim to neovim (on the mac).
Part of this is to get the DAP debugger working from inside neovim.
I have "Lazy&...
                
            
       
        
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                128
            
            views
        
        
            
            
        An extended JavaScript plugin for rendering radial pie charts
                    (This post is the continuation of A JavaScript plugin for rendering radial pie charts.)
(See the continuation of this post.)
Now, you can mark up the radial pie charts via XML:
...
                
            
       
        
            
                3
            
            votes
        
        
            
                1
            
            answer
        
        
            
                119
            
            views
        
        
            
            
        A JavaScript plugin for rendering radial pie charts
                    (See also An extended JavaScript plugin for rendering radial pie charts.)
I have this JavaScript plugin:
rodde-radial-pie-chart.js:
...
                
            
       
        
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                262
            
            views
        
        
            
            
            
        Display WordPress Custom Post Types with ACF-Fields on a Google map
                    I am currently working on my first WordPress plugin. I display custom post types on a google map with pins. The custom post types also have additional information by ACF fields which are displayed in ...
                
            
       
        
            
                4
            
            votes
        
        
            
                2
            
            answers
        
        
            
                162
            
            views
        
        
            
            
            
        Jekyll plugin which bundles files into a zip archive
                    I am not a Ruby developer but cold-reading existing Jekyll plugins I implemented one to bundle files in a zip archive and open sourced it on GitHub.
What do I need to fix to make it look more Ruby-...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                83
            
            views
        
        
            
            
        Custom HTML Element with scrolling text
                    A junior developer here.
I wrote a simple javascript custom element code here: https://codepen.io/rndbox/pen/mdWxryw as clean as I could with some advice from Junior Vs Senior Code - How To Write ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                194
            
            views
        
        
            
            
        Vim plugin for easy window navigation
                    I've been thinking about it for a while and, after asking a question on vi.stackexchange, I decided to write a small plugin myself and put it on GitHub; basically it offers a mapping to activate a ...
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                70
            
            views
        
        
            
        Vim plugin Nudge Lines
                    I've published a Vim plugin that nudges visually selected lines up or down, which for the most part seems to function as designed. However, I believe there are likely ways that this plugin could be ...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                258
            
            views
        
        
            
            
        SBT Helm plugin
                    Description
I've created simple SBT plugin which enables creating Helm Charts
The main reasons:
in Helm it is impossible to 'fetch' external files: https://github.com/helm/helm/issues/3276 which is ...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                158
            
            views
        
        
        Vim plugin MarkDown Headings
                    This is my first Vim plugin and is intended to assist with adding, and editing, MarkDown headings. Features include changing the heading depth, auto-update heading reference links, and adding link ...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                270
            
            views
        
        
            
        Validating a file input whose value is reset to empty string ("") after selection
                    My form comprises of a mandatory file input.
The form is validated according to the jQuery validate plugin.
The file input has attribute required so that the ...
                
            
       
        
            
                4
            
            votes
        
        
            
                1
            
            answer
        
        
            
                48
            
            views
        
        
            
            
        Simple Bespoke WordPress Integration Plugin
                    I am in the process of setting up WordPress with WooCommerce, one of the requirements is a bit of integration that takes a person from another website directly to a specific product. I have set the ...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                47
            
            views
        
        
            
        NRPE script for monitoring filesystems usage
                    Next script returns NRPE friendly output. It checks percentage usage of all local filesystems. 
Desired output if everything is ok:
OK | /=56;;;; /boot=20;;;; /opt=40;;;; /var=60;;;; (and ...
                
            
       
         
         
         
         
         
        