@vishu1301/script-writing 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,16 +1,18 @@
1
1
  # Script Writing Editor
2
2
 
3
- A modern, React-based script and screenplay writing component for the web.
3
+ An advanced, React and Next.js-based script and screenplay writing component for the web.
4
4
 
5
- This component provides writers with an intuitive and distraction-free environment to draft, edit, and format their scripts seamlessly within any React or Next.js application.
5
+ This component provides writers with an intuitive, distraction-free environment to draft, edit, and format their scripts according to industry standards, seamlessly integrated into any React or Next.js application.
6
6
 
7
7
  ## Features
8
8
 
9
- - **Distraction-Free Editor:** Focus on your story without cluttered UI.
10
- - **Auto-Formatting:** Automatically formats text to industry-standard screenplay guidelines (e.g., Scene Headings, Action, Character, Dialogue).
11
- - **Headless Logic:** Core editor logic (`useScreenplayEditor` hook) is separated from the view for customizability.
12
- - **Responsive Design:** Write on the go, works across desktop and mobile devices.
13
- - **Event-Driven:** Provides callbacks to handle saving, exporting to PDF, or syncing with the cloud.
9
+ - **Industry-Standard Formatting:** Automatically formats text to screenplay guidelines including Scene Headings, Action, Character, Parenthetical, Dialogue, and Transitions.
10
+ - **Smart Auto-Suggestions:** Intelligently suggests previously used Characters, Locations, and Character Extensions (like V.O., O.S.) as you type.
11
+ - **PDF Import & Export:** Built-in tools to import and parse existing scripts from PDFs (`pdfjs-dist`) and export your drafts into perfectly formatted screenplay PDFs (`jsPDF`).
12
+ - **Scene Management:** Easily toggle Scene Types (INT./EXT.) and Time of Day (DAY/NIGHT) alongside Scene Numbering features.
13
+ - **Keyboard Shortcuts:** Fluid writing experience using keyboard shortcuts (e.g., `Ctrl + ↑/↓` to change block types, `Enter` to create new blocks).
14
+ - **Headless Architecture:** Core logic is exposed via the `useScreenplayEditor` hook, allowing complete customizability over the UI.
15
+
14
16
 
15
17
  ## Installation
16
18