Skip to content

Commit 3f24ebe

Browse files
donhogithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 2b1e955 commit 3f24ebe

3 files changed

Lines changed: 28 additions & 21 deletions

File tree

doc/plugin_list_arm64.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Plugin List - arm64 bit
22

3-
version 1.9.3
3+
version 1.9.4
44

55
| Plugin name | Author | Homepage | Version and link | Description |
66
|---|---|---|---|---|
@@ -28,8 +28,9 @@ version 1.9.3
2828
| Notepad++ Plugin Demo | Don HO | https://github.com/npp-plugins/plugindemo | [4.5 - arm64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.5/pluginDemo.v4.5.bin.arm64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
2929
| Notepad++ Plugin Template | Don HO | https://github.com/npp-plugins/plugintemplate | [4.4 - arm64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4.4/pluginTemplate.v4.4.bin.arm64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
3030
| Npp Converter | Don HO | https://github.com/npp-plugins/converter/ | [4.7 - arm64 bit](https://github.com/npp-plugins/converter/releases/download/v4.7/nppConvert.v4.7.arm64.zip) | ASCII<->Hex converter. |
31+
| NppCrossCheck | Pablo Lopez | https://github.com/pablo-code14/NppCrossCheck | [1.1.0.0 - arm64 bit](https://github.com/pablo-code14/NppCrossCheck/releases/download/v1.1.0/NppCrossCheck_arm64.zip) | <details> <summary> Compare two lists in the current document. </summary> <br>Place the two lists separated by one or more blank lines and run the plugin to cross-check their contents. </details> |
3132
| NppExport | | https://github.com/chcg/NPP_ExportPlugin | [0.4.0.0 - arm64 bit](https://github.com/chcg/NPP_ExportPlugin/releases/download/0.4.0/NppExport_0.4.0_arm64.zip) | <details> <summary> True WYSIWYG exporter. Allows you not only to save your source code as an HTML/RTF file, but also </summary> 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. </details> |
32-
| NppFTP | ashish_kulz | https://ashkulz.github.io/NppFTP/ | [0.29.14 - arm64 bit](https://github.com/ashkulz/NppFTP/releases/download/v0.29.14/NppFTP-arm64.zip) | Allows FTP, FTPS, FTPES, and SFTP communications. Very useful for web development. |
33+
| NppFTP | ashish_kulz | https://ashkulz.github.io/NppFTP/ | [0.29.15 - arm64 bit](https://github.com/ashkulz/NppFTP/releases/download/v0.29.15/NppFTP-arm64.zip) | Allows FTP, FTPS, FTPES, and SFTP communications. Very useful for web development. |
3334
| NppJumpList | ahvgeezer | https://sourceforge.net/projects/nppjumplist/ | [1.2.2 - arm64 bit](https://github.com/chcg/JumpList/releases/download/1.2.2.10/NppJumpList_1.2.2.10_arm64.zip) | Adds Windows 7 jump list support. |
3435
| NppNetNote | Harrybharry | https://sourceforge.net/projects/npp-plugins/files/NppDocShare/ | [0.2.0.0 - arm64 bit](https://github.com/chcg/NppDocShare/releases/download/0.2.0/NppDocShare_0.2.0_arm64.zip) | <details> <summary> Allows the same document to be edited in real time on two different computers. Only needs a network </summary> connection between the two. </details> |
3536
| NppTextViz | Jakub Dvorak | https://github.com/KubaDee/NppTextViz | [0.4.3 - arm64 bit](https://github.com/chcg/NppTextViz/releases/download/v0.4.3/NppTextViz_v0.4.3_ARM64.zip) | <details> <summary> Hide or show lines to help analyse larger files - logs for example. Can hide all lines that contain </summary> text pattern. Or simply select several lines and hide them. Based on TextFX plugin v0.25 by Chris Severance. </details> |
@@ -49,7 +50,7 @@ version 1.9.3
4950
| TakeNotes | Franco Stellari | https://github.com/francostellari/NppPlugins | [1.2.7.0 - arm64 bit](https://github.com/francostellari/NppPlugins/raw/main/TakeNotes/TakeNotes_dll_1v27_arm64.zip) | <details> <summary> Helps people who like to use Notepad++ for jotting quick notes. Instead of using unnamed 'new ?' </summary> 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. </details> |
5051
| Task List | blitowitz | https://github.com/Megabyteceer/npp-task-list | [2.7 - arm64 bit](https://github.com/Megabyteceer/npp-task-list/releases/download/v2.7.0/NppTaskList_v2.7.0_arm64.zip) | <details> <summary> Automatically scans the open document and adds all "TODO:*" items to your task list, a window pane </summary> docked on the right. Double-clicking an item in the list will take you to that line in the code. </details> |
5152
| TopMost | Franco Stellari | https://github.com/francostellari/NppPlugins | [1.4.2.0 - arm64 bit](https://github.com/francostellari/NppPlugins/raw/main/TopMost/TopMost_dll_1v42_arm64.zip) | <details> <summary> Allows setting the main Notepad++ window as a topmost window so it can stay on top of other windows </summary> 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. </details> |
53+
| TreeSitter | Tuomas Hietanen | https://github.com/Thorium/NppTreeSitter/ | [1.0.0 - arm64 bit](https://github.com/Thorium/NppTreeSitter/releases/download/1.0.0/NppTreeSitter-arm64.zip) | <details> <summary> Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many </summary> languages. </details> |
5254
| URL Encode/Decode Plugin | Rajendra Singh | https://github.com/SinghRajenM/nppURLPlugin | [1.2.0.0 - arm64 bit](https://github.com/SinghRajenM/nppURLPlugin/releases/download/1.2.0.0/urlPlugin_arm64.zip) | <details> <summary> Hopefully a decent URL Encoder and Decoder plug-in for Notepad++ which helps to make developer's </summary> life easier by providing facility to encode/decode the URL within Notepad++. <br><br>How it works:<br>1. Configure setting from menu (Plugins->URL Plugin->URL Plugin Settings). It is not mandatory, but recommended.<br>2. Select text/URL which you want to encode/decode.<br>3. Perform your task via Plugins->URL Plugin->Encode/Decode URL.<br><br> </details> |
5355
| Virtual Folders | Fatih Coşkun | https://github.com/FatihC/VirtualFolders | [1.0.3 - arm64 bit](https://github.com/FatihC/VirtualFolders/releases/download/v1.0.3/VirtualFolders-v1.0.3-arm64.zip) | <details> <summary> This plugin adds a dockable tree panel where you can create your own virtual folder structure. </summary> Group files from different paths, reorder them freely, and keep related resources together without touching the actual filesystem. </details> |
5456
| WebEdit | Alexander Iljin | https://github.com/Krazal/WebEdit | [2.9.0.1 - arm64 bit](https://github.com/Krazal/WebEdit/releases/download/v2.9.0.1/WebEdit.2.9.0.1.arm64.zip) | <details> <summary> Speed up your code editing! Enter an abbreviation (tag), press Alt + Enter, and expand the tag into </summary> a full code snippet. You can also wrap (surround) a selection e.g. with HTML tags.<br>- More than 1000 preset tags: HTML (elements, attributes, BootStrap, Smarty, etc.), JavaScript (jQuery), CSS, PHP, SQL (MySQL, Eloquent ORM), etc.<br>- Automatic or custom caret (cursor) positioning<br>- Handling new lines, indents, etc.<br>- Variables: clipboard content, current file name, custom date/time, etc.<br>- Customizable tags in the plugin menu; assign tags to shortcuts<br>- Customizable tags in the toolbar<br>- Tag suggestions (similar tags)<br>- Easy tag addition<br>- Multiselect support<br>- Unicode support<br>- Over 17 years with Notepad++, now in 64-bit version! </details> |
55-
| NppCrossCheck | Pablo Lopez | https://github.com/pablo-code14/NppCrossCheck | [1.1.0.0 - arm64 bit](https://github.com/pablo-code14/NppCrossCheck/releases/download/v1.1.0/NppCrossCheck_arm64.zip) | <details> <summary> Compare two lists in the current document. </summary> <br>Place the two lists separated by one or more blank lines and run the plugin to cross-check their contents. </details> |

0 commit comments

Comments
 (0)