Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 13.5 KB

plugin_list_arm64.md

File metadata and controls

38 lines (36 loc) · 13.5 KB

Plugin List - arm64 bit

version 1.7.2

Plugin name Author Homepage Version and link Description
Auto Detect Indention Mike Tzou (Chocobo1) https://github.com/Chocobo1/nppAutoDetectIndent 2.3 - arm64 bit Detects indention (tab or spaces) and auto adjust Tab key on-the-fly.
ComparePlus Pavel Nedev https://github.com/pnedev/comparePlus 1.2.0 - arm64 bit
Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.
Fixed-width Data Visualizer Shridhar Kumar https://github.com/shriprem/FWDataViz 2.6.3.1 - arm64 bit
Fixed Width Data Visualizer adds Excel-like features for fixed-width data files in Notepad++. Displays cursor position data. Foldable Record Blocks; Hop & Jump to specific fields. Field Copy & Field Paste. Data Extraction. Builtin dialogs to configure file-type, record-type & fields; and themes & colors. Automatic File Type Detection. Handles homogenous, mixed & multi-line records. Full Multi-byte character support. Darkmode enabled.
GotoLineCol Shridhar Kumar https://github.com/shriprem/Goto-Line-Col-NPP-Plugin 2.4.3.0 - arm64 bit
A plugin to navigate to a specified line and (byte-based or character-based) column position. Will also display character byte code, UTF-8 byte sequence & Unicode code point at cursor position. Darkmode enabled. Command line options.
HEX-Editor Jens Lorenz https://github.com/chcg/NPP_HexEdit 0.9.12.0 - arm64 bit Hex editor. Some reported issues, however many bugs fixed in latest release.
Mime tools Don HO https://github.com/npp-plugins/mimetools 3.1 - arm64 bit
Implements several main functionalities defined in MIME (Multipurpose Internet Mail Extensions): Base64, Quoted-printable and URL encode/decode
MultiReplace Thomas Knoefel https://github.com/daddel80/notepadpp-multireplace 3.0.0.12 - arm64 bit
Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, targeting, and sorting; dynamic computational operations; rectangular selection support.
Notepad++ Plugin Demo Don HO https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin 4.4 - arm64 bit
Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin API.
Notepad++ Plugin Template Don HO https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin 4.4 - arm64 bit Template for making plugin development as easy and simple as possible. Four steps and it's done.
Npp Converter Don HO https://github.com/npp-plugins/converter/ 4.6 - arm64 bit ASCII<->Hex converter.
NppExport https://github.com/chcg/NPP_ExportPlugin 0.4.0.0 - arm64 bit
True WYSIWYG exporter. Allows you not only to save your source code as an HTML/RTF file, but also to copy your source code in the clipboard in RTF/HTML format, so you can paste it into your word processor (Openoffice.org Writer, LibreOffice Writer, Abiword, MS Word) to get the same visual effect.
NppJumpList ahvgeezer https://sourceforge.net/projects/nppjumplist/ 1.2.2 - arm64 bit Adds Windows 7 jump list support.
NppNetNote Harrybharry https://sourceforge.net/projects/npp-plugins/files/NppDocShare/ 0.1.0.0 - arm64 bit
Allows the same document to be edited in real time on two different computers. Only needs a network connection between the two.
Snippets Frank Fesevur https://www.fesevur.com/nppsnippets 1.7.1 - arm64 bit
Adds the possibility to add code snippets to the current document by selecting them from a simple list.
Pork to Sausage Don HO https://github.com/npp-plugins/pork2sausage 2.5 - arm64 bit
Pass any selected text to any command line program as input and take the output (the result of program) to replace the selected text.
SecurePad Dominic Tobias https://github.com/DominicTobias/SecurePad 2.4 - arm64 bit
Encrypt/decrypt whole documents or selected text with your own key. Useful for storing sensitive information like logins that you don't want lying around in a plaintext file.
Select N' Launch Don HO https://github.com/npp-plugins/selectnlaunch 2.2 - arm64 bit
Get the selected text, save it as file with the extension you customized in the system temporary directory, then call system to open it with the extension-associated program.
Select to Clipboard Jakub Dvorak https://github.com/KubaDee/SelectToClipboard 1.0.3 - arm64 bit
Auto copy selected text to clipboard. You can automatically copy selected text like in PuTTY (or similar) terminal application.
Session Manager Mike Foster https://mfoster.com/npp/SessionMgr.html 1.4.4 - arm64 bit
Session manager. IMPORTANT: If you are upgrading from a version older than 1.2 then, immediately after the upgrade, open the Settings dialog and reconfigure your settings.
SpeechPlugin Jim Xochellis https://github.com/chcg/SpeechPlugin 0.4.0.0 - arm64 bit
No kidding, Notepad++ speaks now. With SpeechPlugin, you can make Notepad++ dictate your text or source code. Of course, speakers are necessary.
Task List blitowitz https://github.com/Megabyteceer/npp-task-list 2.6 - arm64 bit
Automatically scans the open document and adds all "TODO:*" items to your task list, a window pane docked on the right. Double-clicking an item in the list will take you to that line in the code.
URL Encode/Decode Plugin Rajendra Singh https://github.com/SinghRajenM/nppURLPlugin 1.2.0.0 - arm64 bit
Hopefully a decent URL Encoder and Decoder plug-in for Notepad++ which helps to make developer's life easier by providing facility to encode/decode the URL within Notepad++.

How it works:
1. Configure setting from menu (Plugins->URL Plugin->URL Plugin Settings). It is not mandatory, but recommended.
2. Select text/URL which you want to encode/decode.
3. Perform your task via Plugins->URL Plugin->Encode/Decode URL.

JSON Viewer Kapil Ratnani, Rajendra Singh https://github.com/kapilratnani/JSON-Viewer 2.0.7.0 - arm64 bit JSON viewer that displays the selected JSON string in a tree view.
JSTool Sun Junwen https://github.com/sunjw/jstoolnpp 1.2312.0 - arm64 bit
Javascript plugin.
* Douglas Crockford's JSMin algorithm to minimize javascript code.

* My own algorithm to format javascript code.
* A JSON data viewer. This JSON data viewer can handle >10MB JSON file easily.
* Support 64bit Notepad++ (from version 1.20.0).
Really helpful to javascript coder on Notepad++ and really easy to use it.
Made in China.
AutoSave Franco Stellari https://github.com/francostellari/NppPlugins 2.0 - arm64 bit
Automatically save the currently open files based on a timer schedule and/or upon the application losing focus.
The plugin offers several options to save the current (or all the files), selecting only the named ones, accessible through an options dialog box.
LanguageHelp Franco Stellari https://github.com/francostellari/NppPlugins 1.7.5.0 - arm64 bit
Allows loading a language specific help file (CHM, HLP, PDF) and search for the keyword under the cursor.
The latest version allows showing the help files as menu entries or in the context menu.
MenuIcons Franco Stellari https://github.com/francostellari/NppPlugins 2.0.7 - arm64 bit Adds icons to the main menu, tab menu, context menu, and the tabs themselves.
OpenSelection Franco Stellari https://github.com/francostellari/NppPlugins 1.1.3.0 - arm64 bit
Open files based on the selected text. A typical applications is 'include' files of may types of programs. Another applications is to open Matlab functions. Can be customized for different languages based on the open file extension. Multiple search folders may be specified along with multiple extensions.
RunMe Franco Stellari https://github.com/francostellari/NppPlugins 1.6.1.0 - arm64 bit
Execute the currently open file, based on its shell association. Also allows opening an explorer or command shell at the file location. Options are available to save the current file (or all files) before execution. The executed file can be run in foreground, background, or hidden mode. Context menu entries and tool bar icons are available.
rustnpp nika-begiashvili https://github.com/nika-begiashvili/rustnpp 1.0.2 - arm64 bit Rust plugin to run or build cargo project and run or build *.rs files. Requisite Rust installation.
TakeNotes Franco Stellari https://github.com/francostellari/NppPlugins 1.2.7.0 - arm64 bit
Helps people who like to use Notepad++ for jotting quick notes. Instead of using unnamed 'new ?' files, this plugins allows to quickly create new empty files in a folder of choice. The file names may be custom generated using a mask and may contain details such as the user name, date, and time of creation so that unique files may be generated. Additionally, the plugin allows to load exiting notes in the folder of choice, save existing files as a note, and open the last saved note quickly. Please refer to the Options dialog box for more details. It is strongly recommended to use this plugin in combination with AutoSave to make sure that you never loose a note.
TopMost Franco Stellari https://github.com/francostellari/NppPlugins 1.4.2.0 - arm64 bit
Allows setting the main Notepad++ window as a topmost window so it can stay on top of other windows even when it is not active. Syncs with Notepad++'s own stay on top functionality and allows to remember the setting between restarts as well as to show a toolbar button.