Inhaltsverzeichnis

SkyIndex

Was SkyIndex fehlt: siehe Indexing Ideensammlung

Allgemeines

SkyIndex ist wie anscheinend alle Dedicated-Indexing-Programme ganz auf das „Schreiben“ (also Erfassen von Begriffen) von Indexen ausgerichtet, weniger auf das Bearbeiten vorhandener Indexe. Denn einige Dinge gehen erstaunlicherweise nicht:

Irgendeine Aktion auf ein bestimmtes Feld beschränken

Also:



Hier wird also in der Suche-Funktion die Einschränkung auf ein bestimmtes Feld vorgenommen!

Sortieraufbereitung

Sortierung

Leider kann nur das Main-Feld als erstes Sortierfeld verwendet werden. Die Feldreihenfolge beim Sortieren lässt sich nicht beeinflussen!

Merkmale eingeben

Dazu kann z.B. das Sub2-Feld genutzt werden. Da das Merkmal weder mitsortiert noch mitausgedruckt werden soll, muss es sowohl ignoriert als auch versteckt werden. Diese beide Befehle sollen auf ein komplettes Feld (Sub2) angewandt werden: so vorgehen wie oben beschriebenen („irgendeine Aktion auf ein bestimmtes Feld beschränken“)

Austausch zwischen Sky und Cindex

Das geht

Austausch zwischen Sky und QuIndex

Sky erzeugt, wenn man einen Export in eine Delimited-Text-Datei vornimmt, ein datenbanktaugliches Format, wenn folgende Einstellung vorgenommen wird:

Das Gute: es werden wirklich Felder exportiert, also auch leere Feldinhalte; nichts wird - wie in Cindex - „zusammengeschoben“. Eine solche .txt-Datei kann direkt in QuIndex eingeladen werden, ohne dass man in Excel bzw. Word Daten verteilen muss. Daher kann Sky auch gut als „Vermittlungsprogramm“ zwischen Cindex und QuIndex dienen.

Formatierungscodes

Von Sky und Cindex werden folgende Codes richtig umgesetzt, wenn die Import-Datei die Endung .dat hat:

Interne Formatierungscodes

Although you don't normally see them, SKY Index uses special formatting codes internally when you apply character formatting to entries in your index. If you turn on the Reveal Codes option under Program Options, you can see these codes. The table below defines the codes that are used and what they do.
Note: The Reveal Codes option is not intended to be used while editing in SKY Index. Please perform your normal editing with Reveal Codes turned off.

FormatBeginEnd
Bold/b1/b0
Italic/i1/i0
Underline/u1/u0
Superscript/p1/p0
Subscript/s1/s0
Small Caps/c1/c0
Alternative Font 1/f1/f0
Alternative Font 2/f2/f0
Ignore Text/y1/y0
Hide Text/z1/z0

Wichtig. vor dem jeweiligen Code muss ein Blank stehen!

Sky kann .txt-Dateien (ANSI), die entsprechend codiert sind, importieren!

Mustersuche/ Pattern Matching

Matching any number of characters * (asterisk)

Matching any single character ? (question mark)

Matching any single digit 0-9 # (pound sign)

Matching characters in a user defined list [ ] (square brackets)

Matching characters at the beginning of a field < (less than symbol)

Matching characters at the end of a field > (greater than symbol)

Matching whole numbers & (ampersand)

Matching a word ~ (tilde)

Not Match (logical not) ! (exclamation mark)

Seitenzahlbereiche nachträglich in f und ff umwandeln

Macro Codes

KeyCode
Backspace{BKSP} or {BS}
Break{BREAK}
Caps Lock{CAPSLOCK}
Clear{CLEAR}
Del{DELETE} or {DEL}
Down Arrow{DOWN}
End{END}
Enter{ENTER} or ~
Esc{ESCAPE} or {ESC}
Help{HELP}
Home{HOME}
Ins{INSERT}
Left Arrow{LEFT}
Num Lock{NUMLOCK}
Page Down{PGDN}
Page Up{PGUP}
Print Screen{PRTSC}
Right Arrow{RIGHT}
Scroll Lock{SCROLLLOCK}
Tab{TAB}
Up Arrow{UP}
F1{F1}
F2{F2}
F3{F3}
F4{F4}
F5{F5}
F6{F6}
F7{F7}
F8{F8}
F9{F9}
F10{F10}
F11{F11}
F12{F12}
F13{F13}
F14{F14}
F15{F15}
F16{F16}

To specify keys combined with any combination of Shift, Ctrl, and Alt keys, precede the regular key code with one or more of the following codes:

KeyCode
Shift+
Ctrl^
Alt%

Note: When specifying a keystroke with the ctrl, alt or shift keys, be sure to use a lowercase letter or the keystroke will not be recognized.

To specify that Shift, Ctrl, and/or Alt should be held down while several other keys are pressed, enclose the keys' code in parentheses. For example, to have the Shift key held down while E and C are pressed, use „+(ec)“. To have Shift held down while E is pressed, followed by C being pressed without Shift, use „+ec“.

To specify repeating keys, use the form {key number}; you must put a space between key and number. For example, {LEFT 42} means press the Left Arrow key 42 times; {h 10} means press h 10 times.