{"id":17678113,"url":"https://github.com/babarot/vim-crowi","last_synced_at":"2025-03-12T12:30:38.817Z","repository":{"id":73075414,"uuid":"81974154","full_name":"babarot/vim-crowi","owner":"babarot","description":"A simple vim plugin for Crowi","archived":true,"fork":false,"pushed_at":"2017-04-08T15:04:37.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T08:01:43.428Z","etag":null,"topics":["crowi","vim"],"latest_commit_sha":null,"homepage":"http://site.crowi.wiki/","language":"Vim script","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/babarot.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}},"created_at":"2017-02-14T18:04:55.000Z","updated_at":"2025-01-15T09:36:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"3af1d55e-2830-49f0-9909-eaa3acf9cfbf","html_url":"https://github.com/babarot/vim-crowi","commit_stats":null,"previous_names":["babarot/vim-crowi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fvim-crowi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fvim-crowi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fvim-crowi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babarot%2Fvim-crowi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babarot","download_url":"https://codeload.github.com/babarot/vim-crowi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243217955,"owners_count":20255629,"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":["crowi","vim"],"created_at":"2024-10-24T08:03:50.588Z","updated_at":"2025-03-12T12:30:38.437Z","avatar_url":"https://github.com/babarot.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"vim-crowi\n========\n\nA simple vim plugin for [Crowi](https://github.com/crowi/crowi)\n\nCurrently supported APIs are as follows:\n\n- `/_api/pages.create`\n\n## Install\n\nWith [vim-plug](https://github.com/junegunn/vim-plug),\n\n```vim\nPlug 'b4b4r07/vim-crowi', { 'on': 'CrowiCreate' }\n```\n\n## Usage\n\nCopy and paste these global variables to your `.vimrc`,\n\n```vim\nlet g:crowi#api_url = \"http://your.crowi.wiki\"           \" Change yours\nlet g:crowi#access_token = \"abcdefghijklmnopqrstuvwxyz=\" \" Change yours\nlet g:crowi#filetypes = ['markdown']       \" Limit file types that can be posted\nlet g:crowi#open_page = true               \" If true, open the page after posting\n\" Defaults to expand('/user/$USER/Memo/'.strftime(\"%Y/%m/%d\", localtime()))\nlet g:crowi#default_create_path = '/user/b4b4r07/memo'\nlet g:crowi#browser_command = 'open'       \" In case of macOS\n```\n\nand then, run this command on your Vim command line:\n\n```\n:CrowiCreate\n```\n\nA Crowi page is created with the contents of the current buffer and open URL with the path in your browser!\n\n## License\n\nMIT\n\n## Author\n\nb4b4r07\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabarot%2Fvim-crowi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabarot%2Fvim-crowi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabarot%2Fvim-crowi/lists"}