{"id":24703663,"url":"https://github.com/frvnzj/xpresentx.nvim","last_synced_at":"2026-04-12T18:49:57.172Z","repository":{"id":273175063,"uuid":"918893747","full_name":"frvnzj/xPRESENTx.nvim","owner":"frvnzj","description":"Slides in xNVIMx","archived":false,"fork":false,"pushed_at":"2025-02-09T21:24:29.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T22:25:58.538Z","etag":null,"topics":["lua","markdown","neovim","neovim-plugin","nvim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frvnzj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-19T06:26:32.000Z","updated_at":"2025-02-09T21:24:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c826139-0c4e-40c5-8ef9-4708051d3876","html_url":"https://github.com/frvnzj/xPRESENTx.nvim","commit_stats":null,"previous_names":["frvnzj/xpresentx.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frvnzj%2FxPRESENTx.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frvnzj%2FxPRESENTx.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frvnzj%2FxPRESENTx.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frvnzj%2FxPRESENTx.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frvnzj","download_url":"https://codeload.github.com/frvnzj/xPRESENTx.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244907378,"owners_count":20529851,"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":["lua","markdown","neovim","neovim-plugin","nvim"],"created_at":"2025-01-27T05:56:01.111Z","updated_at":"2026-04-12T18:49:57.079Z","avatar_url":"https://github.com/frvnzj.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xPRESENTx\n\nEste plugin está basado en\n[present.nvim](https://github.com/tjdevries/present.nvim),\ncon el añadido de soporte de imágenes.\n\n![xSSx](assets/xSSx.png)\n\n## Instalar\n\ncon **lazy.nvim**\n\n```lua\n{\n  \"frvnzj/xPRESENTx.nvim\",\n  dependencies = {\n    \"3rd/image.nvim\",\n    config = function()\n      require(\"image\").setup({\n        integrations = {\n          markdown = {\n            enabled = true,\n            clear_in_insert_mode = true,\n            download_remote_images = true,\n            only_render_image_at_cursor = false,\n            filetypes = { \"markdown\" },\n          },\n        },\n        window_overlap_clear_enabled = true,\n        editor_only_render_when_focused = false,\n      })\n    end,\n  },\n}\n```\n\n### Dependencies\n\n- Terminal con soporte de imágenes (kitty, WezTerm, ghostty)\n- image.nvim\n\n## Funcionamiento\n\nPara iniciar la presentación `:XpresentXStart`, cambiar a la diapositiva\nsiguiente `n`, diapositiva anterior `p`. Para terminar la presentación `q`. La\nejecución de codeblocks —lua, python, javascript— con la tecla `X`. Para mayor\nreferencia de configuración vease\n[present.nvim](https://github.com/tjdevries/present.nvim).\n\nLa imágenes se muestran en la parte derecha, con la tecla `I` la\nimagen se abre en grande, para cerrar `:q\u003ccr\u003e`. Recomiendo, antes de iniciar la\npresentación, setear el textwidth del buffer a 50 y formatear el texto para que\nla presentación tenga una mejor disposición del texto a la izquierda y las\nimágenes a la derecha:\n\n`:set textwidth=50`\n\ndespués selecciona el párrafo del slide que contiene imágenes y presiona `gw`.\n\n### Slides\n\nSi un header tiene mucha información, puedes dividir la sección en diversos\nslides usando un comentario para separa: `\u003c!-- slide --\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrvnzj%2Fxpresentx.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrvnzj%2Fxpresentx.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrvnzj%2Fxpresentx.nvim/lists"}