以下の例でnote++のPythonプラグインを使用する方法を教えてください。
例えば、私は
First
x
y
z
Second
a
b
c
Third
d
e
f
The result I would like to achieve is;
First
Q1 x
Q1 y
Q1 z
Second
Q2 a
Q2 b
Q2 c
Third
Q3 d
Q3 e
Q3 f
以下の例でnote++のPythonプラグインを使用する方法を教えてください。
例えば、私は
First
x
y
z
Second
a
b
c
Third
d
e
f
The result I would like to achieve is;
First
Q1 x
Q1 y
Q1 z
Second
Q2 a
Q2 b
Q2 c
Third
Q3 d
Q3 e
Q3 f