whtwnd / whitewind-blog

Repository to manage WhiteWind atproto blogging platform codes
GNU Affero General Public License v3.0
70 stars 6 forks source link

Auto picture insertion #12

Closed K-Nksm closed 5 months ago

K-Nksm commented 5 months ago

Currently when a user wants to insert a picture, they need to

  1. Upload picture
  2. Open uploaded pictures page
  3. Copy link
  4. Insert ![]() manually to the editor

which is tedious. This PR implements a feature that when they drag&drop a picture, the link is automatically inserted to the current cursor position.