Skip to content

Editing this wiki

github-actions edited this page Dec 25, 2025 · 1 revision

Contribute to this wiki

  • Fork the plugin repo.
  • Make changes in the docs folder.
  • Make a PR.

Modify the content in this repo

  • use w! to save the content.
  • or use the following snippet:
require("obsidian").setup {
  callback = {
    enter_note = function(note)
      if vim.b[note.bufnr].obsidian_help then
        vim.bo[note.bufnr].readonly = false
      end
    end,
  },
}

How to link

To make this wiki work in both Github Wiki and Obsidian

  • To link files in this wiki, use media wiki links [[file]].
  • To link anchors, use markdown links [heading](#acnhor).

Clone this wiki locally