pankosmia-bcv-muncher
v0.2.9
Published
`pankosmia-bcv-muncher` provides reusable BCV-flavored muncher components for the Pankosmia ecosystem.
Readme
pankosmia-bcv-muncher
pankosmia-bcv-muncher provides reusable BCV-flavored muncher components for the Pankosmia ecosystem.
This package contains a set of focused UI tools that can be integrated into Pankosmia clients when BCV (Book/Chapter/Verse) editing or visualization capabilities are needed.
Note: This package does not contain everything available inside
pankosmia/core-contenthandler_bcv. It only exposes reusable components that may or may not be used by other Pankosmia clients.
Components
BcvNotesEditorMuncher
A component that allows users to edit BCV content.
It provides the editing interface required to create and modify both notes and questions.
BcvNotesViewerMuncher
A component that allows users to view BCV notes.
It is intended for read-only visualization use cases where editing capabilities are not required.
BcvQuestionsViewerMuncher
A component that allows users to view BCV questions.
It is intended for read-only visualization use cases where editing capabilities are not required.
Scope
This package contains only reusable BCV-related components.
Included:
- BCV editing components (notes and questions)
- BCV notes viewing components
- BCV questions viewing components
Not included:
- The complete
pankosmia/core-contenthandler_bcvapplication - Application-specific features
- Internal tools that are not intended for reuse
The goal of this package is to provide lightweight, reusable building blocks for BCV features across the Pankosmia ecosystem.
Testing
To test the Muncher components locally:
- Start the development server:
pnpm run dev- Navigate to:
/#/MuncherTest
Publishing
To publish this package to npm, use the following command:
pnpm run publish