Pasterly is an Obsidian plugin that automatically uploads clipboard images to Firebase Storage and generates markdown links.
- 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
-
Firebase Project Setup:
- Create a project in Firebase Console
- Enable Storage service
- Get your bucket URL (e.g.,
gs://your-bucket.appspot.com
)
-
Plugin Configuration:
- Open Pasterly settings in Obsidian settings
- Enter your Firebase Storage bucket URL
- Copy an image to clipboard (screenshot or image file)
- Paste into Obsidian editor (Ctrl+V / Cmd+V)
- Image will be automatically uploaded and converted to a markdown link
- When offline, images will be pasted using Obsidian's default behavior
- 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
- Built using the Obsidian Plugin Template
- Uses Firebase SDK under Apache License 2.0
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.