Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.03 KB

Overleaf-Image-Helper

Donate

Description

Overleaf currently does allow you to upload images only with their upload button.

The purpose of this project is to provide a convenient way to insert images into Overleaf without menus by just using ctrl+v.
I wrote this as Tampermonkey script for Chrome/Chromium and Firefox. The script will create an asset folder in your project root folder and reference images in as LaTeX figures with captions, which you can directly edit after pasting the image.

Demo

demo

Installation

  1. Install Tampermonkey
  2. Create new userscript or add from the raw user.js here from Github.
  3. Customize the appearance of the image on the last lines (line 110+) of the script.
  4. For community and self hosted pro editions modify the @match at the top of the script.