Skip to content

A "Go to…" fuzzy search bar plugin for FoldingText

Notifications You must be signed in to change notification settings

oin/foldingtext-goto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A "Go to..." Sublime-like fuzzy search bar plug-in for FoldingText.

Description

This plug-in adds a Cmd+R shortcut to FoldingText that behaves similarly to Sublime Text's Goto Symbol… command.

Upon activation, it displays a search bar with a list representing the structure of your document, selecting the nearest heading to the cursor. The list can be navigated using the arrow keys, pressing Return closes the search bar and teleports you to the selected heading, and pressing ESC closes the search bar and teleports you back where you were before activating the command. You can also scroll and click on the desired heading using the mouse.

Document structure

To narrow down the structure, type a few characters belonging to the heading you're looking for. This does a fuzzy search, presenting you the nearest matches first.

Fuzzy search

This allows you to quickly navigate to the previous or next heading (Cmd+R, then down arrow, then Return), or to quickly go anywhere in your document.

Installation

  • Download this repository (Clone or download > Download ZIP).
  • Open Folding Text, go to the application menu > Plug-In Manager
  • Click the Open Plug-Ins Folder button
  • Put the joinGoTo.ftplugin directory from the downloaded zip into your FoldingText Plug-Ins folder
  • Restart FoldingText, and enjoy your new life with Cmd+R

About

A "Go to…" fuzzy search bar plugin for FoldingText

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published