Main Area and Open Discussion > General Software Discussion
what we really want is a simple "plain text" organizer
xbeta:
……I use autohotkey to ……. Many softwares lacked custom shotcuts -kartal (May 15, 2008, 10:48 PM)
--- End quote ---
AHK is also my favorite. It can do more things than we think.
once a user asked for shortcut in Total Commander,
to remap the up and down arrow to ^N, ^P.
although TC is highly customizable, but these action/command are not in list.
so I give the code in AHK, and find that, in this way, ahk can remap any shortcut key for anysoftware.
SetTitleMatchMode, 2
SetKeyDelay, 0
^p::
IfWinActive Total Commander
send, {up}
else
sendplay, ^p
return
^n::
IfWinActive Total Commander
send, {down}
else
sendplay, ^n
return
--- End quote ---
xbeta:
in fact, it's my 1st time find it's name is wiki----d-----pad.
maybe the author will do something for such a common mistake.
Hey guys, just want to mention again that it's wikidpad, not wikipad... ;D I'm just saying because it helps to find threads about certain software when the name is well spelt.
-Armando (May 15, 2008, 10:58 PM)
--- End quote ---
rjbull:
xbeta,
Have you tried minipad2 by Xu Liang, Nebula Software? Yes - Chinese :)
xbeta:
xbeta,
Have you tried minipad2 by Xu Liang, Nebula Software? Yes - Chinese :)
-rjbull (May 16, 2008, 03:21 AM)
--- End quote ---
yes, I know it. although not try it too much.
I need a program to hold all my texts together, so a tree is necessary, only muti-tab is not enough.
that's is, I want an info manager (can store all the final result), instead of a quick note taker (temporary take note and then move it too other place or delet it )
I know it's hard to find a better solution than EverNote/WikidPad/AceText/Mybase....
but just can not help searching it.
kartal:
One other software that excelled text based system is Keynote. Importing your text files is not a problem either. I personally would go for this one if wiki based system is a struggle for you.
http://www.tranglos.com/free/keynote.html
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version