Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Apostrophe Apostrophe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • World
  • ApostropheApostrophe
  • Merge requests
  • !248

Make Hemingway Mode Stricter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Kevin Kandlbinder requested to merge Unkn0wnCat/apostrophe:ft.stricter_hemingway into main May 19, 2022
  • Overview 0
  • Commits 5
  • Pipelines 2
  • Changes 5

I think Hemingway Mode is not strict enough right now. Sure you can't backspace, but you can still select to overwrite, go back to insert text, or undo if you don't like your previous sentence.

To change that, this PR will (in Hemingway Mode)

  • Disable all cursor navigation keys
  • Disable undo functionality
  • Disable click to move cursor

This is my first time actively developing with both GTK and Python, so feedback is appreciated! 😃

Closes #366

Edited May 19, 2022 by Kevin Kandlbinder
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ft.stricter_hemingway