1 --- title: plugins.html
2 --- description: Plugins for QuickSilver, nginx and neovim written by Rubén Beltrán del Río.
4 Here's plugins I've written for different applications.
5 * I are plugins for QuickSilver and nginx.
6 * II are extensions for Firefox/Safari and SwiftBar scripts.
7 * III are plugins for neovim.
8 * IV is a syntax plugin for several editors.
12 ### Flat Bezel.qsplugin
13 Quicksilver UI Plugin that modernizes the classic Bezel.
15 => ./flat_bezel.gmi ./flat_bezel.gmi
17 ### NGINX Office Hours
18 A victory for the server's labor rights: Serve nginx content only during office hours.
20 => ./nginx_office_hours.gmi ./nginx_office_hours.gmi
24 Start audio calls in your browser from any URL. Supports Firefox, and Safari.
26 => https://junction.unlimited.pizza Junction
29 SwiftBar scripts I've created.
30 => ./swiftbar_scripts.gmi ./swiftbar_scripts.gmi
35 Manage periodic notes, tasks, learning and .plan files with neovim.
37 => ./nota.gmi ./nota.gmi
40 Use directories as a kanban-like board with neovim.
42 => ./oleoboard.gmi ./oleoboard.gmi
46 A syntax for notating component APIs in text documents. We provide a tree-sitter parser and a neovim plugin.
48 => ./api.gmi ./api.gmi
49 => https://git.r.bdr.sh/rbdr/tree-sitter-api-notation tree-sitter parser and neovim plugin.
51 Older versions of the plugin exist for other editors, though they support an older version of the notation definition.
53 => https://git.r.bdr.sh/rbdr/api-notation.vim Syntax for vim
54 => https://git.r.bdr.sh/rbdr/api-notation.vscode Syntax for vscode
55 => https://git.r.bdr.sh/rbdr/api-notation-atom Syntax for atom
56 => https://git.r.bdr.sh/rbdr/api-notation.tmLanguage Syntax for sublime text