github Linus-Mussmaecher/rucola v0.6.0
Version 0.6.0 - YAML frontmatter

8 days ago

Release Notes

  • Added minor git integration.
    If rucola detects a git repo in its vault path, it will display
    • a ! if there are untracked changes.
    • a + if there are uncommited changes.
    • a ^ if the branch is ahead of the remote.
    • a v if the branch is behind the remote.
  • Added support for YAML frontmatter.
    • You can now specify a title in the frontmatter that will override the title inferred from the file name.
      The title added this way is only used for display, not for linking or other internal purposes.
    • You can now add tags in the frontmatter that will be added to the tags found in the text.
      Tags added this way support up to one level of nesting.
  • Updated dependency versions.
  • Added additional information on how to enter and exit the filter box in the help menu.
  • Updated default configuration to emphasize that the splitting of arguments for viewers and editors is mandatory.

Install rucola-notes 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.6.0/rucola-notes-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.6.0/rucola-notes-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Linus-Mussmaecher/tap/rucola

Download rucola-notes 0.6.0

File Platform Checksum
rucola-notes-x86_64-apple-darwin.tar.xz Intel macOS checksum
rucola-notes-x86_64-pc-windows-msvc.zip x64 Windows checksum
rucola-notes-x86_64-pc-windows-msvc.msi x64 Windows checksum
rucola-notes-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Don't miss a new rucola release

NewReleases is sending notifications on new releases.