{"id":19320372,"url":"https://github.com/buggaarde/org-zk","last_synced_at":"2026-05-14T18:32:30.359Z","repository":{"id":229957116,"uuid":"265044641","full_name":"buggaarde/org-zk","owner":"buggaarde","description":"Zettelkasten in org-mode","archived":false,"fork":false,"pushed_at":"2021-03-05T13:12:44.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T05:22:45.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/buggaarde.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2020-05-18T19:44:37.000Z","updated_at":"2022-02-20T11:54:57.000Z","dependencies_parsed_at":"2024-03-27T04:57:54.312Z","dependency_job_id":"f409a3fb-f7dd-4b09-bd5f-f289942439b8","html_url":"https://github.com/buggaarde/org-zk","commit_stats":null,"previous_names":["buggaarde/org-zk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/buggaarde/org-zk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buggaarde%2Forg-zk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buggaarde%2Forg-zk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buggaarde%2Forg-zk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buggaarde%2Forg-zk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buggaarde","download_url":"https://codeload.github.com/buggaarde/org-zk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buggaarde%2Forg-zk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33037822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-10T01:28:33.478Z","updated_at":"2026-05-14T18:32:30.336Z","avatar_url":"https://github.com/buggaarde.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"* org-zk -- Zettelkasten in org-mode\n  \nProvides a zettelkasten workflow similar to the experience of Lühmann.\n\n** The basics\n   \nA note is an org-mode file with the following structure\n#+begin_src org\n  ,#+title: Your note title here\n  ,#+startup: showall\n  ,** Note\n\n  ,** References\n\n  ,** Sources\n\n#+end_src\n\nThe actual contents of the note goes into the ~Note~ section;\nany reference to other notes are listed in the ~References~ section,\nand external sources are listed in the ~Sources~ section.\nReferences and sources are normal org-mode links,\nand can be listed inline in the note itself --\nbut are also automatically listed in their respective sections as well,\nwhen the provided ~org-zk~ functions are used to insert links.\n\n** Features\n*** Unique note identifiers and descriptive titles\n\nCreate and open notes with ~org-zk-create-empty-note-and-open~ and ~org-zk-open-note~.\n\nThe file itself will be named after the datetime at creation,\nand will therefore be unique.\nTo open a note by it's title, instead of ~find-file~ use ~org-zk-open-note~,\nwhich will list all notes by their ~#+title~ attribute.\n\nWhen you invoke ~org-zk-open-note~, if you select a note title that doesn't already exist,\na new note with the selected title is created before opening it.\n\n*** Linking notes\n\nLink notes with ~org-zk-add-backlink-to-references~ and ~org-zk-insert-backlink~.\n\nBoth functions will prompt the user for a note to link to.\nThey will add the link to the ~References~ section of the note.\nUse ~org-zk-insert-backlink~ when you also want to add the link inline in the body of the ~Note~ section.\n\nLinks between notes are always bi-directional,\nand when you add a link from one note to another, a link from the former will be added automatically to the ~References~ section of the former.\n\nWith both ~org-zk-add-backlink-to-references~ and ~org-zk-insert-backlink~,\nif you select a note title that doesn't already exist,\na new note with the selected title is created, before linking to it.\n\n*** Automatic update of link descriptions when a note ~#+title~ changes\n\nSince notes are often works in progress, the note ~#+title~ sometimes need to change.\n\nInvoke ~org-zk-update-all-links-to-this-note~ to update all backlinks to the current note,\nand update all link descriptions to now show the current ~#+title~.\n\nBy default, a save-hook is added to the ~org-zk~ minor-mode that watches for any ~#+title~ changes,\nand calls ~org-zk-update-all-links-to-this-note~ before saving.\n\n**** Save twice when saving all notes\n\nSince a save-hook automatically updates any ~#+title~ changes,\ncalling ~save-some-buffers~ on multiple notes with changed titles,\nwill leave un-saved changes due to the update.\nTo save these updates, ~save-some-buffers~ has to be called a second time,\nwhich is slightly inconvenient.\n\nInvoke ~org-zk-save-all-notes~ to automatically call ~save-some-buffers~ twice, only on ~org-zk~ notes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuggaarde%2Forg-zk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuggaarde%2Forg-zk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuggaarde%2Forg-zk/lists"}