Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Configure the PostgreSQL relational database.
Configure the SQLite relational database.
Setup and configure Difftastic, a structural diff tool.
Configure docker and related packages.
Configure tooling to read manual pages.
Configure Meow for Emacs.
Configure the display of battery status in Emacs.
Configure org-cite, citar, and other packages related to bibliography and citation management for GNU Emacs.
Configure Emacs Dashboard, an extensible startup screen. Choose whether to be prompted by the dashboard on startup by setting SHOW-ON-STARTUP?. Set up the visible sections via ITEMS, where each entry is of the form (LIST-TYPE . LIST-SIZE). See dashboard-items to get an idea of the format. For the aforementioned to work, you also need to configure ITEM-GENERATORS, where each entry is of the form (LIST-TYPE . LIST-GENERATOR-FUNCTION). You can quickly navigate to each section with ITEM-SHORTCUTS and set a custom name for each one via ITEM-NAMES.
NAVIGATOR-BUTTONS are custom buttons that you can display below the BANNER, to include quick shortcuts to things like web bookmarks. BANNER can be either `official' for the official Emacs logo, `logo' for an alternative Emacs logo, #f to hide the banner, or a custom file path to an image whose dimensions you can constrain with BANNER-MAX-HEIGHT and BANNER-MAX-WIDTH.
Remind yourself of tasks by setting DASHBOARD-AGENDA-WEEKLY? to #t and customize the format of task entries with DASHBOARD-AGENDA-PREFIX-FORMAT (see org-agenda-prefix-format for information on the format strings).
You can truncate paths whose character length is greater than PATH-MAX-LENGTH.
Configure elpher, the Emacs' gemini and gopher browser.
Configure olivetti and helper functions for focused editing/reading.
Configure org-dailies or org-roam-dailies for GNU Emacs, depending on ORG-ROAM-DAILIES? option and EMACS-ORG-ROAM feature. You might want to use the ORG-ROAM-DAILIES? option to switch to non-roam org-dailies to store dailies in a directory outside of org-roam's directory. When ENCRYPTED? is set to true, provide a default value for ORG-DAILIES-CAPTURE-TEMPLATES, which has .gpg at the end of filename, however its value can be overriden.
Configure org-recur, a simple mode for recurring org-mode tasks.
Configure vertico completion UI for GNU Emacs.
Configure completion system for GNU Emacs.
Configure the nyxt.el package to interact with Nyxt from Emacs.