From fafa3e65a25c0437374f3903de334dc8d01fbc2e Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 20 May 2022 14:41:59 +0200 Subject: [PATCH] Add note for Badabib --- notebook/Tools/Badabib.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notebook/Tools/Badabib.md diff --git a/notebook/Tools/Badabib.md b/notebook/Tools/Badabib.md new file mode 100644 index 0000000..715f404 --- /dev/null +++ b/notebook/Tools/Badabib.md @@ -0,0 +1,11 @@ +# Badabib +> A basic BibTeX viewer and editor written in Python and GTK, using python-bibtexparser under the hood. + +- View, edit, sort, filter, and search BibTeX databases +- View and edit BibTeX strings or import strings from external files +- Customizable editor layouts +- Shortcuts for common actions, such as protecting upper case letters or converting between unicode and LaTeX + +```sh +flatpak install flathub com.github.rogercrocker.badabib +``` \ No newline at end of file