View:
Blanks

Purple






Outline






Branches

Indent


Filter
CE CE 2024-03-12 - 11:30 UTC
user-profile created by CE 2024-03-12 - 08:30 PDT
Users
CE CE 2024-03-12 - 11:31 UTC
Users are supplied with a Profile file to set and edit preferences.
The
CE CE 2024-03-12 - 12:06 UTC
The Profile file is read automatically when user logs in, and user can have it read again during the session using the Set Profile command.
CE CE 2024-03-12 - 12:08 UTC
BASE C: Set Profile (from) C: File (at) M/T: profile,
CE CE 2024-03-12 - 11:32 UTC
DIRECTORY-CLUSTERS used by Show Directory Command
CE CE 2024-03-12 - 11:33 UTC
Specifies how the Show directory command will arrange the directory listings, including:
CE CE 2024-03-12 - 11:34 UTC
- Arbitrary Categories for grouping the directory listings, supplied by the user, ending with colon ":"
CE CE 2024-03-12 - 11:36 UTC
- Which directories to include in each Category
CE CE 2024-03-12 - 11:38 UTC
For example:
CE CE 2024-03-12 - 11:39 UTC
directory-clusters:
CE CE 2024-03-12 - 13:58 UTC
MY STUFF: CE
CE CE 2024-03-12 - 11:39 UTC
COMMONS: PUBS, HELP
CE CE 2024-03-12 - 11:39 UTC
JOURNAL: AUGMENT , OAD , ALLIANCE
CE CE 2024-03-12 - 11:39 UTC
USERS: BMC
CE CE 2024-03-12 - 11:43 UTC
This example sets three categories of the user's choice - COMMONS, JOURNAL, and USERS - in that order, specifying the directories to be listed under each. Text preceeding the colon ":" is entirely of the user's choosing. Text following the colon ":" must spell the directory names correctly, using uppercase letters, separated by comma "," with optional space(s).
CE CE 2024-03-12 - 13:50 UTC
Note that Categories are optional. If omitted, the directories will appear in alphabetical order. Both COMMONS and JOURNAL are recommended as a minimum - or some variation, for example USER COMMONS, JOURNAL LIBRARY, ...
Directories
CE CE 2024-03-12 - 13:55 UTC
Directories not included in a Category will be listed after any categories, except those marked Private.
FONTS
CE CE 2024-03-12 - 12:39 UTC
FONTS used to display content and file attributes
You
CE CE 2024-03-12 - 12:39 UTC
You can specify font-family, font-size, and font color for text displayed in file window(s), including regular content and special attributes such as Purple Numbers, anchor Names, and timestamp Statement Signatures.
If
CE CE 2025-05-01 - 10:25 UTC
If you omit the font specs, default settings will be used.
Font
CE CE 2025-05-01 - 10:02 UTC
Font specs follow a CSS syntax, for example:
CE CE 2025-05-01 - 11:04 UTC
.nodeText {
CE CE 2025-05-01 - 11:04 UTC
-fx-font-family: 'Verdana';
CE CE 2025-05-01 - 11:04 UTC
-fx-font-size: 12pt;
CE CE 2025-05-01 - 11:04 UTC
}
CE CE 2025-05-01 - 11:04 UTC
.numbering {
CE CE 2025-05-01 - 11:04 UTC
-fx-fill: darkorchid; fill: darkorchid; -fx-font-family: 'Atkinson+Hyperlegible'; -fx-font-size: 12pt; -fx-font-weight: normal; -font-weight: normal;
CE CE 2025-05-01 - 11:04 UTC
}
CE CE 2025-05-01 - 11:04 UTC
.numbering:hover {
CE CE 2025-05-01 - 11:04 UTC
-fx-fill: blue; -fx-font-weight: normal; text-decoration: underline;
CE CE 2025-05-01 - 11:04 UTC
}
CE CE 2025-05-01 - 11:04 UTC
.naming {
CE CE 2025-05-01 - 11:04 UTC
-fx-fill: darkorchid;
CE CE 2025-05-01 - 11:04 UTC
fill: darkorchid;
CE CE 2025-05-01 - 11:04 UTC
-fx-background-color: lightgray;
CE CE 2025-05-01 - 11:04 UTC
background-color: lightgray;
CE CE 2025-05-01 - 11:04 UTC
-fx-font-family: 'Verdana';
CE CE 2025-05-01 - 11:04 UTC
-fx-font-size: 12pt;
CE CE 2025-05-01 - 11:04 UTC
}
CE CE 2024-03-12 - 14:08 UTC
xx