TXT Format
TXT formatted files are plain text files containing UTF-8 encoded characters. They can be created and edited with a text editor such a Notepad++ which can save files in UTF-8 without BOM. Most text editors in Linux can also do this.
To separate one card from another, NOTEFILE uses a
Card Separator character. The first ASCII character in the TXT
file is taken as the Card Separator. In subsequent lines of the file, a line
starting with the Card Separator character starts a new card. NOTEFILE may
encounter difficulties when opening a text file that does not start with the
correct Card Separator character. (It must be a displayable ASCII character or
the Form Feed character.) For an example of a text file using the left
bracket ([) as the Card Separator, see the README.TXT file which
comes with NOTEFILE.
When you save a notes file in TXT format, NOTEFILE uses the Form Feed character as Card Separator by default. But you can change this to any other displayable character from the File Setup... menu option.
Notes:
- File setup information is not saved in TXT files. So, for example, Quick Search Items will not be saved in a TXT file.
- It is not possible to create an encrypted and/or compressed TXT file, so it is not advisable to use a TXT file for documents holding critical data.
- When editing TXT files to be used by NOTEFILE,
use a text editor that can save files in UTF-8 without BOM.
In Notepad for Windows, do not select
UTF-8 with BOM
while saving such a file; selectUTF-8
only.