{"id":15017015,"url":"https://github.com/coldmayo/obsidian-kak","last_synced_at":"2025-08-08T21:13:29.610Z","repository":{"id":246064904,"uuid":"819982380","full_name":"coldmayo/Obsidian-kak","owner":"coldmayo","description":"Kakoune plugin for Obsidian integration","archived":false,"fork":false,"pushed_at":"2024-11-25T17:29:34.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T05:33:25.356Z","etag":null,"topics":["kakoune","kakoune-plugin","obsidian","obsidian-md","plugin"],"latest_commit_sha":null,"homepage":"","language":"KakouneScript","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/coldmayo.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":"2024-06-25T15:04:09.000Z","updated_at":"2024-12-31T15:30:06.000Z","dependencies_parsed_at":"2024-06-25T17:29:58.203Z","dependency_job_id":"89c495a7-8a7c-4f55-8675-8049ca426005","html_url":"https://github.com/coldmayo/Obsidian-kak","commit_stats":null,"previous_names":["coldmayo/obsidian-kak"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FObsidian-kak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FObsidian-kak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FObsidian-kak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FObsidian-kak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldmayo","download_url":"https://codeload.github.com/coldmayo/Obsidian-kak/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248557396,"owners_count":21124158,"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":["kakoune","kakoune-plugin","obsidian","obsidian-md","plugin"],"created_at":"2024-09-24T19:49:41.587Z","updated_at":"2025-08-08T21:13:29.603Z","avatar_url":"https://github.com/coldmayo.png","language":"KakouneScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian-kak\n\nThis is a Kakoune plugin for using Obsidian vaults. I want this to be used in a similar way to [obsidian.nvim](https://github.com/epwalsh/obsidian.nvim). This is a plugin I use personally for my own notetaking. I hope this will be useful to others as well. If you have any suggestions, don't be scared to submit an issue.\n\n## Installation\n\nTo add this plugin all you have to do is\n1. Ensure you have the GCC installed\n2. Clone this repo into your plugins (.config/kak/plugins) directory\n3. and then add the following to your kakrc:\n```bash\nsource ~/.config/kak/plugins/Obsidian-kak/Obsidian-kak.kak do sh%{\n\tcd ~/.config/kak/plugins/Obsidian-kak\n\tgcc -o main main.c\t\n}\n```\n\n## Commands\n\n- ```:is-obsidian-vault ```: checks if current directory is an Obsidian vault\n- ```:open-note [TITLE]```: used to create a new note. It has one arguement required, which is the name of the new markdown file (without the .md file extention)\n\t- Example use: ```:open-note CookieRecipe```\n- ```:paste-img [FILE]```: puts most recently copied image into the markdown file defined in the arguement. The copied image will be saved to a folder named \"assets\". This is dependant on wl-clipboard.\n\t- Example use: ```:paste-img 'CookieRecipe.md'```\n- ```:create-all-mds [FILE]```: this command finds out if all of the links in the given note is a file in the vault, if it is not the file will be created\n\t- Example use: ```:create-all-mds 'CookieRecipe.md'```\n- ```:open-obsidian [FILE]```: opens the currently opened vault in Obsidian\n\t- Example use: ```:open-obsidian Plingus.md```\n- ```:move-note [FILE] [DIRECTORY]```: Moves the file (given by argument 1) to a directory (given by argument 2)\n\t- Example use: ```:move-note 'CookieRecipe.md' 'All Recipes/'```\n- ```:create-table [FILE]```: Creates a table in the given file (argument 1)\n\t- Example use: ```:create-table 'CookieRecipie.md'```\n- ```:daily-note [DATE]```: Creates a note with the current date as its title. If date is not given it assumes todays date\n\t- For a note for tomorrow, instead of writing its date you could set DATE as tomorrow.\n\t- Example use: ```:daily-note 07-10-2025```\n\nNote: If ```[FILE]``` is not given, it will use the file you are currently on\n\nThere is more to come, I am not close to being done developing this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldmayo%2Fobsidian-kak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldmayo%2Fobsidian-kak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldmayo%2Fobsidian-kak/lists"}