Re: Multiple outcomes to a conditional attribute, posted by Stefan Ritt on Tue Jul 12 08:37:42 2016
|
What about this:
Options Type = Fault{1}, Test{2}, Report{3}
{1} Options Fault Status = Open{a}, Fixed{b} |
Re: Multiple outcomes to a conditional attribute, posted by Stefan Ritt on Tue Jul 12 08:44:52 2016
|
Stefan
Ritt wrote:
What about this: |
Re: Different logbook files when running elogd as admin or normal user, posted by Stefan Ritt on Thu Jul 21 08:08:07 2016
|
I don't know why elogd uses different logbook directories depending on the user. Maybe you start it in different directories, or one user cannot
read the config file and falls back to some default. Anyhow, you can start elogd interactively wit the -v flag which tells you which logbook files are
parsed. There are no cache files or similar, everything is stored in Yymmdda.log files, you just have to search for them. |
Re: inserting pictures into a post, posted by Stefan Ritt on Fri Jul 22 10:08:13 2016
|
I don't know if you realized, but that (veeeeery old) wish has been implemented about five years ago or so. Now you can instert pictures into the
body like this:
|
Re: Image source url missing, posted by Stefan Ritt on Mon Aug 22 11:24:07 2016
|
I entered this image exactly as you described. When I click OK, the dialog disappears. Can you check if it works for you on this server? Maybe
with different browsers? |
New elog version 3.1.2, posted by Stefan Ritt on Mon Sep 5 10:31:02 2016
|
A new version 3.1.2 of elog has been released today and can be retrieved through the normal download section. Since it fixes some vulnerabilities, it
is recommended to update to this version.
Stefan |
Re: Highlight code?, posted by Stefan Ritt on Tue Sep 6 13:41:32 2016
|
You can manually highlight code,
but there is no automatic language parser.
Daniel |
Re: Highlight code?, posted by Stefan Ritt on Tue Sep 6 14:02:56 2016
|
I did not know about highlight.js . You can put it into any elog page with "Bottom text = ...". I tried it for this forum and put in some C
code:
#include <stdio.h>
int main()
{
// printf() displays the string inside quotation
printf("C Programming");
|