Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Latest commit

 

History

History
110 lines (78 loc) · 3.66 KB

File metadata and controls

110 lines (78 loc) · 3.66 KB

Changelog

v0.5.3 - 2023-11-04

  • add opt-in syntax highlighting
  • fix: allow tags to be finished by a round parenthesis (( or ))
  • fix: always add the basename of a tag to the completion list

v0.5.2 - 2023-06-27

  • add :SettleQueryNoteForwardlinks, :SettleQueryNoteBacklinks, which open the links and backlinks of the current note, respectively
  • add :SettleQueryGhosts, which finds all ghosts and creates the selections as notes in the main Zettelkasten project
  • fix: allow hyphens (-) and underlines (_) in tag textobjects
  • fix: suppress warnings by settle in :SettleNew, when titles containing multiple consecutive spaces are used (cf. settle v0.39.9)

v0.5.1 - 2023-06-04

  • add tag autocompletion; note that all tags must be prefixed by # for <C-x><C-u> autocompletion to trigger
  • add textobjects for tags (it, at)
  • add :SettleFollowTag[!] command
  • fix :SettleQuery: be able to select multiple notes with <TAB> inside fzf
  • fix: escacpe double quotes, so that note titles containing are properly referenced
  • fix: textobjects no longer match the first occurence on a line

v0.5.0 - 2023-05-26

  • add al ("around link") text object
  • add note title completion for markdown buffers, triggered by <C-x><C-u> in insert mode
  • add :SettleBacklink for going to the note where :SettleFollow was executed to get to the current one
  • add :SettleQuery, remove :SettleEdit
    • :SettleQuery can use regular settle query syntax, and FZF will be opened on the results
  • fix :SettleFollow on multi-line links by turning all newlines, tabs and multiple whitespaces into a single space
  • refactor:
    • (internal) rename functions, remove redundancies
    • rename :SettleNewInteractive to :SettleNewFromPrompt
    • rename :SettleNewUnderLink to :SettleNewFromLink

v0.4.4 - 2023-02-01

  • fix: special characters (that would have been used by regex) are now allowed in (wiki)links, since they're now matched exactly, by disabling regex (settle v0.39.5 update)

v0.4.3 - 2023-01-25

  • add :SettleGraph command, for opening up a graph of the entire Zettelkasten using xdot

v0.4.2 - 2023-01-23

  • update system calls to conform with settle v0.39.0's new command structure

v0.4.1 - 2022-04-11

  • when running SettleNewInteractive, provide TAB completion for projects by using settle projects (requires settle v0.36.3)

v0.4.0 - 2022-04-02

  • add a command to follow the wikilink under cursor
  • add a function to get the proper title of a wikilink, without newlines or tabs
  • add a wikilink text object, mapped to il

v0.3.4 - 2022-03-29

  • fix: strip newlines when creating Zettel from links
  • fix: escape double quotes when following paths
  • fix: use double quotes to pass arguments to settle so that single quotes work

v0.3.3 - 2022-03-13

  • add a command to create Zettel interactively, by prompting the user for input

v0.3.2 - 2022-03-12

  • add a command to create the Zettel with the title of the wiki-style link under the cursor

v0.3.1 - 2022-03-12

  • fix: when running :SettleNew without a project, don't use double forward slashes in the path
  • fix: delimit arguments to :SettleNew by commas, not by whitespace

v0.3.0 - 2022-03-12

  • use FZF when running :SettleEdit
  • conform to settle v0.36.0: use projects
  • update :SettleNew's argument structure

v0.2.0 - 2022-01-17

  • update commands to be compatible with settle v0.34.0

v0.1.0 - 2021-12-15

  • add commands to:
    • use settle new and then open the newly created file
    • open and edit Zettel based on a query/pattern match
  • after editing a Zettel, update its metadata in the database