This is how it works:
token = state.push('table_open', 'table class="sortable"', 1);
token.map = tableLines = [ startLine, 0 ];
Thank you!
This is how it works:
token = state.push('table_open', 'table class="sortable"', 1);
token.map = tableLines = [ startLine, 0 ];
Thank you!
Hi,
is there a way to display the full name instead of the username in posts? Thank you
Chris
Hi,
the markdown parser seems to be very limited (no GFM support like tasklists etc) is there a way to extend the parser to provide more possibilities? Thank you
@connectkushal thank you. I´ll have a look at that. Would be nice to have some export/import function inside the admin dashboard though
Its not a plugin. In the admin panel Settings->User->Default User Settings
Hi,
is there a way to set the weekly email digest ON by default for all users? Thank you
@frissdiegurke said in Name of uploaded files:
@julian said in Name of uploaded files:
The numbers are actually a timestamp, they are not random.
They're not actual UNIX timestamps, but similar; Just with milliseconds instead of seconds. This might have confused @mechanix
Exactly. I understand that Unix time is great to have unique file uploads but it would be more intuitive to use standard time stamps.
@bentael said in Name of uploaded files:
the numbers are kind of necessary, since you might upload many files of the same name.
I understand. OK, but how can I get a time stamp before the file name then. Right now there are only random numbers.
Whenever I upload a file it gets renamed like :
0_1466362909063_example.xlsx
How can I get rid of the numbers before the file?
Thank you
Any chance to have topic merging I'm nodebb. We have for example two topics with the same subject. Merging those topics is crucial.