├── .gitignore ├── LICENSE ├── README.md ├── Templates ├── LaTeX.tex ├── Presentation.tex ├── RMarkdown.rmd └── SimpleNote.md └── rofi-noter /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rahriver/rofi-noter/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rahriver/rofi-noter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rahriver/rofi-noter/HEAD/README.md -------------------------------------------------------------------------------- /Templates/LaTeX.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rahriver/rofi-noter/HEAD/Templates/LaTeX.tex -------------------------------------------------------------------------------- /Templates/Presentation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rahriver/rofi-noter/HEAD/Templates/Presentation.tex -------------------------------------------------------------------------------- /Templates/RMarkdown.rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rahriver/rofi-noter/HEAD/Templates/RMarkdown.rmd -------------------------------------------------------------------------------- /Templates/SimpleNote.md: -------------------------------------------------------------------------------- 1 | --- 2 | author: 3 | --- 4 | 5 | -------------------------------------------------------------------------------- /rofi-noter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rahriver/rofi-noter/HEAD/rofi-noter --------------------------------------------------------------------------------