Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add line-break-formatter extension #15541

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/line-break-formatter/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
7 changes: 7 additions & 0 deletions extensions/line-break-formatter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/line-break-formatter/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
7 changes: 7 additions & 0 deletions extensions/line-break-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [Added Line Break Formatter] - 2024-11-26

- Initial version
- Format text with single or double line breaks
- Support for clipboard-based workflow
18 changes: 18 additions & 0 deletions extensions/line-break-formatter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Line Break Formatter

"Format Paragraphs" is a Raycast extension that instantly reformats copied text with consistent paragraph spacing. With a single command, transform messy text into cleanly formatted paragraphs with either single or double line breaks between them. Perfect for:

- Writers switching between different writing platforms
- Editors cleaning up formatted text from various sources
- Developers managing text formatting between different apps
- Anyone who needs to quickly standardize paragraph spacing in text

Features:

- One-click formatting with your choice of single or double line breaks
- Preserves paragraph content while cleaning up inconsistent spacing
- Works directly with your clipboard - just copy, format, and paste
- Clear visual feedback when formatting is complete
- Zero configuration needed - just install and use

Simple, fast, and focused on doing one thing well - making your paragraphs look exactly how you want them.
Binary file added extensions/line-break-formatter/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading