8000 GitHub - seanag0234/pasterly: An Obsidian plugin that automatically uploads clipboard images to Firebase Storage and generates markdown links
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An Obsidian plugin that automatically uploads clipboard images to Firebase Storage and generates markdown links

License

Notifications You must be signed in to change notification settings

seanag0234/pasterly

 
 

Repository files navigation

Pasterly

ezgif-7de3789684cc39 (1)

Pasterly is an Obsidian plugin that automatically uploads clipboard images to Firebase Storage and generates markdown links.

Features

  • Automatically uploads clipboard images to Firebase Storage
  • Shows ![Uploading...]() placeholder during upload
  • Converts to markdown image link upon successful upload
  • Configurable Firebase Storage bucket URL in settings
  • Falls back to default paste behavior when offline

Setup

  1. Firebase Project Setup:

    • Create a project in Firebase Console
    • Enable Storage service
    • Get your bucket URL (e.g., gs://your-bucket.appspot.com)
  2. Plugin Configuration:

    • Open Pasterly settings in Obsidian settings
    • Enter your Firebase Storage bucket URL

How to Use

  1. Copy an image to clipboard (screenshot or image file)
  2. Paste into Obsidian editor (Ctrl+V / Cmd+V)
  3. Image will be automatically uploaded and converted to a markdown link
  4. When offline, images will be pasted using Obsidian's default behavior

Important Notes

  • Firebase Storage bucket URL must be correctly configured
  • Internet connection is required for cloud upload
  • Only image files are supported
  • Works offline with default Obsidian paste behavior

Credits

License

Copyright 2025 easternkite

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

An Obsidian plugin that automatically uploads clipboard images to Firebase Storage and generates markdown links

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.7%
  • JavaScript 16.3%
0