{"id":13836851,"url":"https://github.com/rnkn/olivetti","last_synced_at":"2025-05-14T21:07:18.907Z","repository":{"id":15889949,"uuid":"18631220","full_name":"rnkn/olivetti","owner":"rnkn","description":"Emacs minor mode to automatically balance window margins","archived":false,"fork":false,"pushed_at":"2024-10-30T05:42:48.000Z","size":2143,"stargazers_count":1116,"open_issues_count":3,"forks_count":32,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-13T17:46:57.225Z","etag":null,"topics":["emacs","emacs-lisp","prose","writing"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rnkn.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-10T09:35:34.000Z","updated_at":"2025-04-13T14:12:04.000Z","dependencies_parsed_at":"2022-08-07T08:01:22.225Z","dependency_job_id":"2248ad89-e002-49e2-a52e-fab6ff1aed3d","html_url":"https://github.com/rnkn/olivetti","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkn%2Folivetti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkn%2Folivetti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkn%2Folivetti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnkn%2Folivetti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rnkn","download_url":"https://codeload.github.com/rnkn/olivetti/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254227612,"owners_count":22035669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emacs","emacs-lisp","prose","writing"],"created_at":"2024-08-04T15:00:55.736Z","updated_at":"2025-05-14T21:07:13.890Z","avatar_url":"https://github.com/rnkn.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/rnkn","https://liberapay.com/rnkn/"],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"Olivetti\n========\n\n[![MELPA Stable](https://stable.melpa.org/packages/olivetti-badge.svg)][1]\n[![MELPA](https://melpa.org/packages/olivetti-badge.svg)][2]\n\nA simple Emacs minor mode for a nice writing environment.\n\n![olivetti screenshot](screenshot.png)\n\n\nFeatures\n--------\n\n - Set a desired text body width to automatically resize window margins\n   to keep the text comfortably in the middle of the window.\n - Text body width can be the number of characters (an integer), a fraction of\n   the window width (a float between 0.0 and 1.0), or `nil` which uses the value\n   of `fill-column` +2.\n - Interactively change body width with:  \n   `olivetti-shrink C-c { { { ...`  \n   `olivetti-expand C-c } } } ...`  \n   `olivetti-set-width C-c |`  \n - If `olivetti-body-width` is an integer, the text body width will\n   scale with use of text-scale-mode, whereas if a fraction (float) then\n   the text body width will remain at that fraction.\n - Change the way the text body margins look with option `olivetti-style`: use\n   margins, fringes, or both for a fancy \"page\" look.\n - Customize `olivetti-fringe` face to affect only Olivetti buffers.\n - Optionally remember the state of `visual-line-mode` on entry and\n   recall its state on exit.\n\nOlivetti keeps everything it does buffer-local, so you can write prose\nin one buffer and code in another, side-by-side in the same frame.\n\n\nRequirements\n------------\n\n - Emacs 24.4\n\n\nInstallation\n------------\n\nThe latest stable release of Olivetti is available via\n[MELPA-stable][1]. First, add MELPA-stable to your package archives:\n\n    M-x customize-option RET package-archives RET\n    \nInsert an entry named `melpa-stable` with URL:\n`https://stable.melpa.org/packages/`\n\nYou can then find the latest stable version of `olivetti` in the\nlist returned by:\n\n    M-x list-packages RET\n\nIf you prefer the latest but perhaps unstable version, do the above\nusing [MELPA][2].\n\n\nAdvanced Installation\n---------------------\n\nDownload the latest tagged release, move this file into your `load-path`\nand add to your `init.el` file:\n\n    (require 'olivetti)\n\nIf you wish to contribute to or alter Olivetti's code, clone the\nrepository into your load-path and require as above:\n\n    git clone https://github.com/rnkn/olivetti.git\n\n\nBugs and Feature Requests\n-------------------------\n\nUse GitHub issues or send me an email (address in the package header).\nFor bugs, please ensure you can reproduce with:\n\n    $ emacs -Q -l olivetti.el\n\n\nAlternatives\n------------\n\nFor those looking for a hardcore distraction-free writing mode with a much\nlarger scope, I recommend [Writeroom Mode](https://github.com/joostkremers/writeroom-mode).\n\n\n[1]: https://stable.melpa.org/#/olivetti\n[2]: https://melpa.org/#/olivetti\n\n\nDonations\n---------\n\nDonations are graciously accepted via [Github][3], or [Liberapay][4].\n\n[3]: https://github.com/sponsors/rnkn\n[4]: https://liberapay.com/rnkn/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnkn%2Folivetti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frnkn%2Folivetti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnkn%2Folivetti/lists"}