Skip to content
Snippets Groups Projects
  1. Apr 22, 2024
  2. Feb 29, 2024
  3. Feb 10, 2024
    • Screwtape's avatar
      Add "orphan pages" and "missing pages" queries. · d45661da
      Screwtape authored
      When filling out a wiki,
      it's useful to know "what pages have I written
      that need to be linked into context",
      or "what pages have I linked to,
      but forgotten to write".
      
      Now we can let the computer answer those questions for us.
      d45661da
  4. Jun 01, 2023
  5. Sep 04, 2021
  6. Feb 24, 2020
  7. Feb 19, 2020
    • Tim Allen's avatar
      Refactoring: move common operations to lib.sh. · 465cb51d
      Tim Allen authored
      This also lets us use the fast and flexible builtins-only version of kakquote
      instead of the simple, slow, sed-based one.
      
      Also, we now allow links to target any file-format GitHub wikis can use,
      not just files with the same extension as the current buffer.
      465cb51d
    • Tim Allen's avatar
      Complete support for masked links (like [[custom text|SomePage]]). · 5b5e999c
      Tim Allen authored
      When editing a masked link, we only generate completions based on
      the text after the last pipe, not the entire link contents.
      
      When scanning pages on disk for possible links to complete with,
      only the text after the last pipe is offered as a completion,
      not the entire link contents.
      
      Also, the completion-generating code no longer eats errors.
      5b5e999c
    • Tim Allen's avatar
      More TODO items · 7d67f9d2
      Tim Allen authored
      7d67f9d2
  8. Feb 16, 2020
  9. Feb 15, 2020
    • Tim Allen's avatar
      Rewrite wiki-follow-link to use a scratch buffer. · dadc18fb
      Tim Allen authored
      As suggested on the Kakoune forum, this means we can encode page names
      in Kakoune (without shelling out to tr or sed), and without worrying about
      how many edit operations we need to undo afterward.
      dadc18fb
  10. Feb 01, 2020
  11. Jan 30, 2020
  12. Jan 29, 2020
Loading