The Punctuation Panel gives you one-click access to nine Devanagari punctuation marks that are either absent from a standard keyboard or awkward to type mid-sentence. Each tile copies its symbol to the clipboard so you can paste it wherever your cursor is positioned.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/arverma/Bihar-Police-Notebook/llms.txt
Use this file to discover all available pages before exploring further.
Opening the Panel
Click the punctuation button in the editor header to open the panel. It stays open across page reloads — its open or closed state is saved inlocalStorage under the key punctuationPanelOpen.
localStorage value | Panel state on next load |
|---|---|
"1" | Open |
"0" or absent | Closed |
The Nine Symbols
Each tile displays the symbol in large text. Hovering over a tile shows its full Hindi name in the tooltip bar at the top of the panel. Clicking a tile copies the symbol to the clipboard and briefly flashes a Copied! confirmation.| Symbol | Hindi Name | Use |
|---|---|---|
| । | पूर्ण विराम | Devanagari full stop — ends a sentence |
| ” “ | दोहरा उद्धरण चिह्न | Curved double quotation marks |
| ’ ‘ | इकहरा उद्धरण चिह्न | Curved single quotation marks |
| ० | लाघव चिह्न | Abbreviation marker (degree / number sign) |
| — | निर्देशक चिह्न | Em dash — used for parenthetical remarks |
| … | लोप चिह्न | Ellipsis — indicates omitted text |
| —०— | समाप्तिसूचक चिह्न | End-of-document / section divider |
| → | संकेतक चिह्न / तीर | Arrow — directional or reference indicator |
| ऽ | दीर्घ उच्चारण चिह्न | Avagraha — marks a prolonged vowel sound |
The copy-to-clipboard operation uses the Clipboard API (
navigator.clipboard.writeText). This requires the page to be served over HTTPS or from localhost. If the browser denies clipboard access, no symbol is inserted — check that your browser has not blocked clipboard permissions for the site.Using a Symbol
Position your cursor
Click inside your letter or diary text field at the exact point where you want to insert the symbol.
Open the panel
Click the punctuation button in the header. The panel opens without stealing keyboard focus from your text field.
Click the tile
Click the tile for the symbol you need. The tooltip briefly shows Copied! to confirm the clipboard write.
Panel Persistence
The open/closed state is stored and restored automatically usinglocalStorage: