Skip to content

brettz9/maptext

Repository files navigation

maptext

This project is currently only minimally functional

Installation

npm i maptext

Immediate to-dos

  1. Testing (Some quirks with buttons not going through until after some clicks)
    1. Finish testing option to highlight copy-pasted blocks as mouse goes through them
    2. Allow highlighted text search (optionally overriding browser find) with highlight of image regions (single or multiple select)
  2. View map
    1. Ensure highlighted text search works with zoom
  3. Access control middleware
  4. Ensure user config and .git don't show up when serving static files
  5. Let access level (with URL params--see below) determine what panels are shown
  6. Allow URL params to designate map info to pre-load
  7. Find across multiple files, with the highlighted results showing the word regions only (with ability to click to enlarge for full image)

Medium priority to-dos

  1. Saving copy of image (as Data URL?); needed for offline
  2. Ability to upload image
  3. Demo with RTL and Chinese text, adding special handling/options if necessary
  4. Allow scroll to extend selection
  5. Allow citation format for text selection, e.g., pars. 5-10 and fully representative canonical form (including ellipses)
    1. (Also begin related dom-on-the-range work on text range selector (for coordinates and highlighting text; but out-of-scope-for-this-project) to allow conversion to canonical ranges.)
  6. Show preview of image next to coordinates and/or on image preview (so load preview as soon as URL entered)
  7. Allow saving from HTML
    1. Local storage (including asking for names?) / IndexedDB (service worker intercepting json-server requests)
    2. Downloadable JSON file?

Lower priority to-dos

  1. Add more testcafe tests
  2. Add CLI for generating
  3. Allow for multiple image maps?
  4. OCR.js-type options for auto-populating text fields
  5. Reading and writing from/to database and/or local Webappfind openable file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published