iText
提供: MacWiki
iText とは?[編集]
LightWayText の機能を簡略化したエディタです。フリーウェアですが、iText プロキーを購入すると、より高機能になります。iText プロキーは iText Express に付属する iText Pro や LightWayText にも有効です。
- http://www.jp-lightway.com/
- http://www.jp-lightway.com/iText.html
- http://www.jp-lightway.com/iTextPro.html
AppleScript[編集]
- 新規文書 (ウィンドウ) を作成
set the clipboard to "* " & ((current date) as string) & return -- クリップボードを利用 tell application "iText" activate if not (exists front document) then make new document if (contents of front document) as string is not "" then make new document paste front document -- クリップボードの内容をペースト end tell