OSDN Git Service

キーワード検索の検索範囲を設定ファイルに保持するようにした。キーワード検索入力欄のサイズ設定を変更した。
[neighbornote/NeighborNote.git] / extras / TomboyExporter_readme.txt
1 Tomboy Exporter is a utility provided as-is by another user.  He was kind enough
2 to provide it.  Below is how he used it.
3
4
5
6 chris@chris-ThinkPad-X120e:~/TomboyExporter/bin$ mkdir ../Nixnote
7 chris@chris-ThinkPad-X120e:~/TomboyExporter/bin$ java Exporter
8 ../Nixnote/ ~/.local/share/tomboy/*.note
9 chris@chris-ThinkPad-X120e:~/TomboyExporter/bin$ ls ../Nixnote/
10 personal--ongoing.nnex  stocks--ongoing.nnex  travel.nnex
11 work--log.nnex
12 ...
13
14
15 At which point I create the notebooks in Nixnote, and import the
16 individual .nnex's.
17
18
19 As for building, I was able to rebuild it with a simple 'javac
20 Exporter.java', although that may not be the desired way (there's a
21 reason I didn't program this myself).