]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - plugins.gmi
Reformat text
[rbdr/r.bdr.sh] / plugins.gmi
CommitLineData
17dd1705
RBR
1--- title: plugins.html
2--- description: Plugins for QuickSilver, nginx and neovim written by Rubén Beltrán del Río.
3## Plugins
4Here'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.
9=> / ⧍ Home
10
11## I
12### Flat Bezel.qsplugin
13Quicksilver UI Plugin that modernizes the classic Bezel.
14
15=> ./flat_bezel.gmi ./flat_bezel.gmi
16
17### NGINX Office Hours
18A victory for the server's labor rights: Serve nginx content only during office hours.
19
20=> ./nginx_office_hours.gmi ./nginx_office_hours.gmi
21
22## II
23### Junction
24Start audio calls in your browser from any URL. Supports Firefox, and Safari.
25
26=> https://junction.unlimited.pizza Junction
27
28### SwiftBar Scripts
29SwiftBar scripts I've created.
30=> ./swiftbar_scripts.gmi ./swiftbar_scripts.gmi
31
32
33## III
34### nota.nvim
35Manage periodic notes, tasks, learning and .plan files with neovim.
36
37=> ./nota.gmi ./nota.gmi
38
39### oleoboard.nvim
40Use directories as a kanban-like board with neovim.
41
42=> ./oleoboard.gmi ./oleoboard.gmi
43
44## IV
45### API Notation
46A syntax for notating component APIs in text documents. We provide a tree-sitter parser and a neovim plugin.
47
48=> ./api.gmi ./api.gmi
49=> https://git.r.bdr.sh/rbdr/tree-sitter-api-notation tree-sitter parser and neovim plugin.
50
51Older versions of the plugin exist for other editors, though they support an older version of the notation definition.
52
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