All Projects → lilive → Freeplane-Jumper

lilive / Freeplane-Jumper

Licence: other
A search box for Freeplane with on-the-fly filtering and full keyboard control. Quick navigation in your maps!

Programming Languages

groovy
2714 projects

Projects that are alternatives of or similar to Freeplane-Jumper

ember-right-click-menu
An easy and flexible addon to add context menus anywhere in your application
Stars: ✭ 14 (-26.32%)
Mutual labels:  addon
ember-cli-mentionable
An ember addon for facebook style @mentions and #hashtags
Stars: ✭ 13 (-31.58%)
Mutual labels:  addon
material-combiner-addon
Blender addon for material combining, uv bounds fixing
Stars: ✭ 309 (+1526.32%)
Mutual labels:  addon
trace-cocoa-sdk
Catch bugs before they reach production — get detailed crash reports and monitor how your app is performing across the entire install base.
Stars: ✭ 15 (-21.05%)
Mutual labels:  addon
CitizensCMD
Add-on for Citizens that adds click commands to NPC's
Stars: ✭ 15 (-21.05%)
Mutual labels:  addon
pfQuest
A Questhelper and Database Addon for World of Warcraft: Vanilla & TBC
Stars: ✭ 109 (+473.68%)
Mutual labels:  addon
fireftp
free, secure, cross-platform FTP/SFTP client for Firefox
Stars: ✭ 137 (+621.05%)
Mutual labels:  addon
ember-app-shell
No description or website provided.
Stars: ✭ 23 (+21.05%)
Mutual labels:  addon
ember-audio
An Ember addon that makes working with the Web Audio API super EZ.
Stars: ✭ 33 (+73.68%)
Mutual labels:  addon
cuba-component-forgot-password
A CUBA framework component that adds forgot password functionality to CUBA. It also offer a REST API to be consumed by third party applications or by JS clients.
Stars: ✭ 16 (-15.79%)
Mutual labels:  addon
psobbaddonplugin
Phantasy Star Online Blue Burst Addon Plugin
Stars: ✭ 17 (-10.53%)
Mutual labels:  addon
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (+78.95%)
Mutual labels:  addon
ember-contextual-services
Services in Ember are scoped to the app as a whole and are singletons. Sometimes you don't want that. :) This addon provides ephemeral route-based services.
Stars: ✭ 20 (+5.26%)
Mutual labels:  addon
addon-bitwarden
Vaultwarden (Bitwarden) - Home Assistant Community Add-ons
Stars: ✭ 102 (+436.84%)
Mutual labels:  addon
blender-terrain
Terrain import is now a part of the blender-osm addon. Get it for free at https://gumroad.com/l/blender-osm
Stars: ✭ 28 (+47.37%)
Mutual labels:  addon
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (+0%)
Mutual labels:  addon
addon-chrony
chrony - Home Assistant Community Add-ons
Stars: ✭ 23 (+21.05%)
Mutual labels:  addon
easy lightmap
blender easy light map addon
Stars: ✭ 19 (+0%)
Mutual labels:  addon
blendmaxwell
Maxwell Render exporter for Blender
Stars: ✭ 23 (+21.05%)
Mutual labels:  addon
kanjigrid
Fork of the Kanji Grid addon for Anki
Stars: ✭ 21 (+10.53%)
Mutual labels:  addon

logo Jumper - the jumping filter for Freeplane

A search box for quick navigation in maps. It filters the nodes on-the-fly as the user types the search terms, and allows to jump to one of the results.

Maintenance

2021/11/04: I do not maintain Jumper since a few month, and I don't know if I will start again in the future.

Presentation

This Freeplane add-on provides an easy and quick way to search for nodes in Freeplane maps. Press Jumper keyboard shortcut, type some text snippets, and you will instantly see all the nodes (or branches !) that contain them in the Jumper window. Select one of these nodes to select it in the map.

link to video

🔔 I will really appreciate any feedback. They will help to keep me motivated to improve or maintain the add-on.
Do you use it ? Just let me know 😄. You can write to me in this github thread or in this dedicated discussion in the Freeplane forum.
Do you feel that something may be improved ? Have you found something that do not seems to work as expected ? Tell me !

🔔 Jumper doesn't modify your maps, you can use it without fear of data loss.

Main features

  • Search results updated as you type
  • Matching text is highlighted in the results list
  • Regular search or transversal search (find words or text snippets across a branch)
  • Words or text snippets can be searched in any order
  • Search in any part of the nodes (core text, details, notes, attributes)
  • Plain text or regular expressions search, case sensitive or insensitive
  • Can focus the map view on the node selected in the results list
  • Search the whole map, only the siblings of the selected node, or its descendants
  • Search history
  • Keyboard shortcuts for all the search options
  • Persistent search settings
  • Many options to customize the results appearence

Usage

Start Jumper

To start searching with Jumper, you usually run it with a keyboard shortcut. This is better because Jumper is designed to be used with the keyboard. The default keyboard shortcut is Ctrl+Shift+J. However, you can run Jumper with the menu Edit > Find > Jumper.

During the installation process, you can refuse to assign Ctrl+Shift+J to Jumper and choose another one.

Search & jump

When the jumper dialog pop up, just start typing the text you're looking for. Select a node in the results list with the Up and Down keyboard arrows and press Enter to jump to this node.

Jumper has got many options that control where it searches, how it searches, and how it displays the results. Click the question mark icon to open the usage instructions.

Installation

  • Download jumper-vX.X.X.addon.mm from the last release

  • Open this file with Freeplane and follow the instructions

  • Jumper require some permissions to works. At menu Tools > Preferences > Scripts:

    • Set "script execution enabled" to Yes
    • Check "Permit file read operations"
    • Check "Permit file write operations"

    Jumper need the file permissions because it save its settings in the Freeplane user directory. The name of the file is lilive_jumper.json.
    Jumper do not modify your maps, there is no risk to loose informations.

  • The installer propose you to use the keyboard shortcut Ctrl+Shift+J to start Jumper. If you already use this shortcut for another thing, you are asked if you want to use it for Jumper. If you answer "no" you are asked for another shortcut you want instead.

  • Restart Freeplane

  • You can now use Jumper.

TODO - Ideas

Legend:
[ ] = To do
[?] = To do, but is it a good idea ?
[n] = (n is a number) To do, lower number means higher priority

[X] = Done


[1] Improve performances with very big maps
[1] Solve font size issue
[ ] Update code comments
[ ] Warn when restrictives options are on (transversal with no clones, beginning of text)
[ ] Option to search entire words only, or only at the beginning of the words
[ ] Quotes to find exact phrase when not using regular expressions
[?] Option to order results by level
[?] Option to not search before N characters are typed
[?] Jump to next result and jump to previous result without opening the dialog.
[?] Don't buffer node content (The plain text for each node is buffered to speed up the search. Do we really need it?)
[?] Allow to search only in nodes with the same style than the currently selected node. Or provide a style selector.


[X] Option to search in nodes hidden by Freeplane filter
[X] Give the focus to the help window when it opens.
[X] Option to not bring back the last search pattern after some time
[X] Do not use the root node for transversal match [X] Do the search in another thread to improve GUI reactivity
[X] Option to center the map on the selected result as the results list is browsed with the arrow keys
[X] Option to set the search string to the last one when the window open. Select this whole text in the text field, to make it be replaced as soon as the user type someting new.

Compilation from the sources

If you want to build the add-on installation file jumper-vX.X.X.addon.mm yourself, you have to build the library before to package the addon.

  • Install Freeplane (of course !)
  • Download the source
  • Install gradle
  • Open build.gradle with a text editor and modify the paths in repositories.dirs[] to point to your Freeplane installation
  • Get a command prompt at the root of the sources folder
  • gradle build will create the file lib/bookmarks.jar

Now you can open jumper.mm with Freeplane and package the addon with Tools > Developer Tools > Package add-on for publication. This will create the file jumper-vX.X.X.addon.mm. Open this file with Freeplane to install the add-on.

Credits

  • Thanks to Freeplane users who have given me feedbacks and support during the development (special mention to sfpcom for the add-on name 😉)
  • And of course many thanks to Freeplane developers !
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].