vscode-kindle-locA VS Code extension that shows the Kindle location (the "Loc" number Kindle uses instead of page numbers) for your cursor position in a plain text file, and lets you jump straight to any location. If you sideload This project started as a fork of vscode-position, adapted specifically for Kindle's location scheme. Features
Usage
InstallationSearch for kindle-loc in the VS Code Extensions view, or install it from the VS Code Marketplace. To build and run it from source instead:
Then open the folder in VS Code and press RequirementsNone — works on any plain text file with no extra setup. Extension SettingsThis extension doesn't contribute settings to the Settings UI, but it does read one value if you add it to your
Known IssuesLocation math is based on a fixed bytes-per-location constant, so very large files or non-ASCII-heavy text may cause the displayed number to drift slightly from what the actual Kindle device shows. Release Notes1.0.0Stable release — no functional changes from 0.9.3. 0.9.3Fixed a stale repository URL and added Marketplace keywords. 0.9.2Rewrote the README for the Marketplace listing. 0.9.1Ongoing refinements after the initial release. 0.9.0Initial release. LicenseSee LICENSE. |
