author: Chenzhu-Xie name: Library/xczphysics/CONFIG/Copy_as/page_title/Page_Wiki tags: meta/library

pageDecoration.prefix: "✂️ "

#forward #wiki

  1. extracted from Library/xczphysics/CONFIG/Copy_as/Cursor_Wiki
    • about [wiki link](wiki link)
      1. Help:Links #mediawiki
      2. how do i use wiki link syntax #community #telligent
    • also known as [forward wiki](forward wiki)
      • or @ref (reference) in Tana
      • or [Quote (Block)](Quote (Block)) in SiYuan
  2. 690f2d0c ced8 8010 abea 455bd91fec6d #chatgpt
command.define {
  -- name = "Copy: Page Reference",
  name = "Page: Copy Wiki",
  key = "Shift-Alt-w",
  run = function()
    local ref = string.format("[%s](%s)", editor.getCurrentPage())
    editor.copyToClipboard(ref)
    editor.flashNotification("Page Reference ✅", "info")
    editor.flashNotification(ref, "info")
  end
}