{"id":14070900,"url":"https://github.com/tomtom/workbook_vim","last_synced_at":"2025-04-30T05:23:22.553Z","repository":{"id":66582420,"uuid":"81935522","full_name":"tomtom/workbook_vim","owner":"tomtom","description":"Interactively work with interpreteted languages (R etc.)","archived":false,"fork":false,"pushed_at":"2017-05-17T18:29:10.000Z","size":2496,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T20:49:50.653Z","etag":null,"topics":["r","repl","vim","vim-plugin","workbook","worksheet"],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=5527","language":"Vim script","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/tomtom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.TXT","contributing":null,"funding":null,"license":"LICENSE.TXT","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":"2017-02-14T10:48:49.000Z","updated_at":"2022-07-11T20:06:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"629b70af-a5a3-4f8e-8e9c-0e18e60c3adb","html_url":"https://github.com/tomtom/workbook_vim","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fworkbook_vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fworkbook_vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fworkbook_vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fworkbook_vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomtom","download_url":"https://codeload.github.com/tomtom/workbook_vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251646205,"owners_count":21620889,"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":["r","repl","vim","vim-plugin","workbook","worksheet"],"created_at":"2024-08-13T07:08:10.012Z","updated_at":"2025-04-30T05:23:22.535Z","avatar_url":"https://github.com/tomtom.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"The long-term goal of this plugin is to provide notebook-like interaction with \ninterpreted languages similar to Mathematica or Jupyter (within the limits \nof a text editor like vim).\n\n# Features\n\n- Run an interpreter as an inferior process.\n- Send code to this process (asynchronously without blocking vim).\n- Insert (or dynamically update) the results into the source code (as \n  commented out block below the respective source code). See also \n  `g:workbook#insert_results_in_buffer`.\n- Transcribe the interaction with the interpreter.\n- Provide code completion (see 'omnifunc') for some filetypes.\n\n# How to use this plugin\n\n- Open a file with a supported filetype (see below or \n  `workbook#GetSupportedFiletypes()`).\n- Type `:Workbook` or add the filetype to `g:workbook_autosetup_filetypes` to \n  automatically enable the workbook mode for the specified filetypes.\n- Press \\\u003cc-cr\u003e to evaluate the current paragraph.\n- Press \\\u003clocalleader\u003ew\\\u003cF1\u003e for help on other commands and maps -- see also \n  `workbook#SetupBuffer()`.\n\n# The following filetypes are supported well\n\n- R (supports code completion)\n- Rmd (same as R)\n\nExperimental/basic support is provided for:\n\n- fsharp\n- javascript\n- python\n- ruby\n- scala\n- sh (default: bash)\n- vim\n\nCurrenty, the main use case is to interact with R. Other than other \nwell-known R-related vim plugins, the workbook plugin has no non-vim \ndependencies and works at least on Linux and Windows with no problems.\n\n# Demo\n\n![demo video](https://dl.dropboxusercontent.com/s/xj3nvbxnu6omocg/workbook_vim.gif?dl=0)]\n\n\n-----------------------------------------------------------------------\n\n# Install\n\nEither use the zip archive:\n\n- Download the zip archive\n- Extract it to ~/.vim/pack/tml/start/workbook\n\nor install from github:\n\n- Start a terminal\n- Change the working directory to ~/.vim/pack/tml/start/\n- Type: git clone https://github.com/tomtom/workbook_vim\n\nNOTE: On Windows, ~/.vim might be ~/vimfiles. Please see 'runtimepath' for \ndetails.\n\n\n# Requirements\n\nThis script requires tlib ([vimscript #1863](http://www.vim.org/scripts/script.php?script_id=1863)) to be installed -- see \nhttps://github.com/tomtom/tlib_vim.\n\n\n\n\nDependencies:\n\u003cdl\u003e\n\u003cdt\u003etlib (\u003e= 1.22)\u003c/dt\u003e\u003cdd\u003ehttp://github.com/tomtom/tlib_vim\u003c/dd\u003e\n\u003c/dl\u003e\n\nLicense: GPLv3 or later\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Fworkbook_vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomtom%2Fworkbook_vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Fworkbook_vim/lists"}