Skip to content

Instantly share code, notes, and snippets.

最初のテキスト
改変してみる
もひとつ追記
/*
* Please write the below line into .vimperatorrc.
* let g:twittperator_plugin_rtrt = 1
*
*/
/*
* idea by http://esuji5.hateblo.jp/entry/2014/04/01/233633
*/
(function () {
@t-f-m
t-f-m / json.txt
Created April 23, 2014 02:06
jsonの一部
"api_hougeki1": {
"api_at_list": [
-1, //攻撃順序
1,
7,
5,
3,
12,
2,
4,
//cf. http://www.openspc2.org/book/IllustratorCS/normal/016/index.html
//cf. http://www.openspc2.org/book/IllustratorCS/easy/015/index.html
newTxt = prompt(); //任意の文字を入力
txtObj = activeDocument.textArtItems;
for (i=0; i<txtObj.length; i++)
{
txtObj[i].contents += newTxt;
}
svdata={
"api_result": 1,
"api_result_msg": "成功",
"api_data": {
"api_deck_id": 1,
"api_formation": [
14,
14,
2
],