Saturday, January 22, 2011

Using AnyMemo

Open a blank Notepad
Q: line 1 in question potion of card 1.
line 2 in question potion of card 1.
...
last line in question potion of card 1.
A: line 1 in answer potion of card 1.
line 2 in answer potion of card 1.
...
last line in answer potion of card 1.
N: note potion of card 1.
C: category potion of card 1.

Q: line 1 in question potion of card 2.
line 2 in question potion of card 2.
...
last line in question potion of card 2.
A: line 1 in answer potion of card 2.
line 2 in answer potion of card 2.
...
last line in answer potion of card 2.
N: note potion of card 2.
C: category potion of card 2.
...

3. Save
4. Run AMC. Select the .txt file using button "from".
5. Set parameters according to your file then click convert. After the convert button turn back, you should find the .db file in the folder.

http://www.anymemo.org/index.php?page=guide

2.6 Display Images in Databases

Images are supported from version 5.0. The images are not in the databases. They are placed separately in the /sdcard/anymemo/images/[Database Name Here]/*.jpg or png. For example, we have a database name "computer-hardware.db", it contains a card like this: 
Q: What is this? <br /> <img src="keyboard.png" /> 
A: A keyboard 
We need to put the keyboard.png in /sdcard/anymemo/images/computer-hardwar.db/

---------------------------------
In the filter dialog please enter the text you want to filter. * and ? are the wild cards. It is recommended to use them. The letter after % is the control text.
The following table gives some examples about how to use the filter.
UsageDescription
NOTHINGEntering nothing (keep the field white) will cancel the current filter. It is working like *
*mytext*Search cards that contains text like aaamytextaaain in question, answer or the category
*my?t*Search cards that contains text like "bb bmyatb bb" in question, answer or the category
hel*Search cards that contains text like "hello" in question, answer or the category
???Search cards that contains text like "abc" in question, answer or the category
#100-300Search cards from id 100 to 300
#200Search cards from id 200 to the end
%q *myquestion*Search cards that contains "myquestion" in the question field
%a *myanswer*Search cards that contains "myanswer" in the answer field
%c *cat*Search cards that contains "cat" in the category field
All the filter history are stored in the order from most recent used to the least used. User can clear the history by clicking clear button.

No comments:

Post a Comment