AppleScripts

applescripticon large

File manipulation
  • Set Open Application to Jedit X SetOpenAppToJeditX.zip
    Author: Artman21 Last Updated:2009.10.22
    Drop text document file(s) onto this AppleScript droplet. Then the document icon is changed to Jedit X icon and it will be opened with Jedit X when double-clicked.
    Works on Mac OS X 10.5(Leopard) or later.
Text manipulation
  • Encoding Converter EncodingConversion.zip
    Author: Artman21 Last Updated:2013.2.16
    AppleScript Droplet. Converts a plain text file to another encoding.
    Supports EUC-JP, ISO-2022-JP, UTF-16, UTF-8, Japanese (MacOS), Japanese (Windows).
  • sjis_conv sjis_conv.dmg
    Author:Yukio Arita Last Updated: 2006.4.20
    An Encoding converter. Converts from Japanese(Shift-JIS) to other encodings with replacing troublesome yen and overline marks to backslash and tilde marks. Good sample script for AppleScript beginners.
  • Revert with UTF-8 Revert_with_UTF-8.zip
    Author: MORI Koichi Last Updated: 2006.8.28
    Close the current document and reopen it with UTF-8 encoding.
  • Revert with Latin-1 Revert_with_Latin-1.zip
    Author: MORI Koichi Last Updated: 2006.8.28
    Close the current document and reopen it with Latin-1 encoding.
  • Display the document encoding in English Display_Encoding_Name_in_English.zip
    Author: MORI Koichi Last Updated: 2006.8.28
    Displays the document encoding in English.
  • Quoted Printable Decode QuatedPrintableDecodeNKF.scpt.zip
    Author: MORI Koichi Last Updated: 2011.3.3
    Decodes the quoted printable string in the selection. Before using this script, you should have installed nkf 2.0.7 or later.
  • Base64 Decode Base64DecodeNKF.scpt.zip
    Author: MORI Koichi Last Updated: 2011.3.3
    Decodes the base64 string in the selection. Before using this script, you should have installed nkf 2.0.7 or later.
  • HyperText with Jedit X HyperText on Mac
    Author:Kunurupu Last Updated:2017.1.31
    Building a HyperText system on Mac using Jedit X, AppleScript and Unix commands.
  • Current Paragraph Location CurrentParagraphLocation.sit
    Author:Artman21 Last Updated: 2005.2.14
    Displays current paragraph location and total paragraph number. Sample script for the paragraph number handling.
  • Duplicate the paragraph of cursor DuplicateParagraph.zip
    Author:Artman21 Last Updated: 2007.3.15
    Duplicate the paragraph of cursor or the last paragraph selected.
  • Insert Line Numbers InsertLineNum.zip
    Author:Artman21 Last Updated: 2011.5.17
    Copies the front document to a new window and insert the line number to each line.
  • Make Selection to Numbered List NumberedList.scpt.zip
    Author:Mori Koichi Last Updated: 2009.3.4
    Makes selection to various numbered lists. Works both for plain and rich text. Good sample script for the list operation。
  • Paste with Prefix PasteWithPrefix.sit
    Author:Artman21 Last Updated:2005.3.28
    Paste with prefix.
  • Compare documents CompareDocuments.sit
    Author: Artman21 Last Updated: 2005.3.23
    Searches the first discrepancy after the current cursor location between two documents and jumps to the found location.
  • Compare Documents with JDiff X CompareDocuments.zip
    Author: Artman21 Last Updated: 2009.3.4
    AppleScript droplet to compare documents with JDiff X. Requires Jedit X Rev.2.11 and JDiff X Rev.1.01 or later.
  • CompareDocument_v2.723x Set CompareFiles.sitx
    Author: kaseboh Last Updated:2005.6.16
    Compare the whole contents of two documents. Differences will be colored with red and additional lines will be colored with blue.
  • Parenthesize Parenthesize.sit
    Author:Artman21 Last Updated: 2005.2.14
    Parenthesizes the selected text. Supports 19 types of parentheses.
  • Print with another font PrintWithAnotherFont.sit
    Author: Artman21 Last Updated:2005.2.14
    Prints the document with another print font. Sample script for the text attributes handling.
  • Stamp Japanese Date StampJapaneseDate.zip
    Author: Artman21 Last Updated:2009.12.4
    Inserts a date of Japanese Imperial Era at the current cursor location. Sample script for the date and time handling.
  • Summarize Selection SummarizeSelection.sit Author : Artman21 Last Updated: 2005.2.14
    Summarizes selection by the services menu item. Sample script for "do menu item" command.
  • Separate English Words From Japanese SeparateEnglishWordsFromJapanese.sit
    Author: Artman21 Last Updated: 2005.2.14
    Inserts spaces at both ends of an English word adjacent to Japanese words. Sample script for "ReplaceAll" command.
  • Unify Numeral Format UnifyNumeralFormat.sit
    Author: Artman21 Last Updated:2006.2.28
    Unify one digit numbers to full width characters and multiple digit numbers to half width characters.
  • New Document Contains Selection NewDocumentContainsSelection.sit
    Author: Artman21 Last Updated: 2005.2.14
    Opens a new document that contains current selected text. Sample script for "do menu item" command.
  • Revert Text Styles InitializeStyles.sit
    Author: Artman21 Last Updated: 2005.3.16
    Revert character font, size and color of the selected text to the default values. Sample script for the text attributes manipulation.
  • Count Occurrences CountOccurences.sit
    Author: Artman21 Last Updated: 2005.2.14
    Counts the occurrences of a specified word in the document. Sample script for "FindAll" command.
  • Calculate Math Formula CalculateMathFormula.sit
    Author: Artman21 Last Updated: 2005.2.14
    Calculates a math formula at the current line and inserts the answer to the next line.
  • Copy red text to clip board redmarker.html
    Author:Piyomaru Software Last Updated:2005.4.13
    Copy all red colored text to clip board. It is convenient to check documents or data.
  • pseudo-outline processing jed_ind.zip Author Piyomaru Software Last Updated: 2005.4.18
    Extract all paragraphs that start with periods, paste them on a new document and make it to the outline processing style by replacing periods with full-width spaces or hyphens.
  • Trash Current Document to Trash Trash_Document.zip
    Author: MORI Koichi Last Updated: 2006.8.28
    Trash the current document to Trash.
Internet
  • Shorten or Expand the selected URL ShortenOrExpandURLScripts.zip
    Author: Artman21 Last Updated: 2010.05.25
    Shorten or Expand the selected URL through bit.ly. Needs a bit.ly user registration.
  • Shorten the selected URL (Simple version) SimpleShortenURL.zip
    Author: Artman21 Last Updated: 2010.05.27
    Shorten the selected URL through bit.ly without the registration. The URL expansion and the proxy environment are not supported.
  • Encode/Decode Selection with URL encoding URLEncodeDecode.zip
    Author: Artman21 Last Updated: 2010.02.10
    Encode/Decode the selected area with URL encoding (% escape encoding).
  • Encode/Decode Selection with Base64 encoding Base64EncodeDecode.zip
    Author: Artman21 Last Updated: 2010.02.10
    Encode/Decode the selected area with Base64 encoding.
  • Open Jedit X Script Library OpenScriptLibrary.sit Author : Artman21 Last Updated: 2005.3.16
    Opens this script library with the default web browser.
  • Search with Google SearchWithGoogle.sit
    Author: Artman21 Last Updated: 2005.2.14
    Searches the selected word with Google.
  • Consult Selection with Internet Dictionary InternetDictionary.sit
    Author: Artman21 Last Updated: 2005.11.17
    Consults the selected word with a internet dictionary. Supports Japanese dictionary, English dictionary, encyclopedia and others.
  • Send Selection QuickMail.sit
    Author: Artman21 Last Updated: 2005.2.14
    Sends selection with an internet mailer. Supports Mail.app, Eudora and Entourage scripts.
  • Machine Translation AutomaticTranslation.sit
    Author: Artman21 Last Updated: 2005.3.16
    Translates selection to Japanese or English.
HTML Editing
  • Macro Collection for HTML Ver. 2.3
    http://www.jidaikobo.com/product/jedit/macro.html
    Author: SHIBATA Nobufumi Last Updated: 2009.10.26
    Useful macros for HTML editing. Supports more than 30 macros. For the writers who want to develop HTML quickly and accurately.
  • Browse HTML BrowseHTML.sit
    Author:Artman21 Last Updated:2005.2.14
    Browses editing HTML document with a web browser. Supports Safari, Firefox and Internet Explorer.
  • Check with JChecker CheckWithJChecker.sit
    Author: Artman21 Last Updated: 2005.3.31
    Validates HTML document with JChecker .
  • <dl><dt><dd> <dl><dt><dd>.sit
    Author: Artman21 Last Updated: 2005.2.14
    Converts tab separated text to <dl><dt><dd> format. Sample script for the tag generation using "replaceAll" command.
  • <ul><li> <ul><li>.sit
    Author: Artman21 Last Updated: 2005.2.14
    Converts tab separated text to <ul><li> format. Sample script for the tag generation using paragraph manipulation.
Unix Related
  • Do shell Command DoShellCommand.sit
    Author: Artman21 Last Updated: 2005.3.16
    Executes the line of the cursor located as an unix shell command and displays the result after the next line.
  • Execute Perl in Jedit X  jedit_X_perl_scripts4.zip
    Author: IYANAGA Nobumi Last Updated: 2005.2.14
    9 macros for executing Perl script in Jedit X such as "execute_oneliner", "check_syntax", "execute_frontScript" and others. Needs to install third party OSAX Satimage OSAX , CocoaDialog. and Pashua .
Others
  • Edit Chipmunk Basic with Jedit X JEDX-cBaS-061027r1.zipt
    Author: tenasaku Last Updated: 2006.10.30
    Executes Chipmunk Basic source code in the Jedit X front document.
  • Consult Jamming ConsultJamming.sit
    Author: Artman21 Last Updated: 2005.3.16
    Consults the selected word with the dictionary browser "Jamming ."
  • Open AppleScript Dictionaries OpenScriptDictionary.sit
    Author: Artman21 Last Updated: 2005.2.14
    Opens AppleScript dictionaries for Finder, Standard Additions, URL Access and others.


<戻る>


© Artman21 Inc. 2017