[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
talk:howtos:cli_manual:first_steps [2012/09/25 08:57 (UTC)] – corrected two typos brianltalk:howtos:cli_manual:first_steps [2012/11/17 21:40 (UTC)] (current) – answered Marcin markush
Line 4: Line 4:
  
 Corrected two typos.  --- //[[wiki:user:brianl|Brian Lawrence]] 2012/09/25 01:56// Corrected two typos.  --- //[[wiki:user:brianl|Brian Lawrence]] 2012/09/25 01:56//
 +
 +------
 +
 +Inserted a link to the Manpage-HOWTO  --- //[[wiki:user:markush|Markus Hutmacher]] 2012/11/08 03:30//
 +
 +------
 +
 +Added an explanation about the cathegories of text-editors.  --- //[[wiki:user:markush|Markus Hutmacher]] 2012/11/08 03:42//
 +
 +------
 +Populated the Emacs section. A new, in-depth article about more advanced Emacs features is on my todo list. Of course, if someone would like to do it, feel free.  --- //[[wiki:user:sycamorex|Marcin Herda]] 2012/11/15 15:52//
 +
 +------
 +Populated the Vim section. I think that there is enough documentation about the vi-editors in the internet. I'm considering to expand the subject of "efficient editing" --- //[[wiki:user:markush|Markus Hutmacher]] 2012/11/16 14:54// \\
 +>Thanks for the plugin section. It's really useful. You might find the <nowiki><nowiki></nowiki> tag helpful for the <nowiki><key></nowiki> tags in within the code tags. Having said that I'm not sure if dokuwiki formats tags within the code tags anyway.  --- //[[wiki:user:sycamorex|Marcin Herda]] 2012/11/17 05:19// \\
 +>> the <nowiki><nowiki></nowiki> tag didn't work, I wonder if I should do it with <html> maybe this will work. --- //[[wiki:user:markush|Markus Hutmacher]] 2012/11/17 06:57//
 +>>>Is that what you want to output?
 +
 +<code>syn region dokuwikiKeyboard start="<key>" end="</key>"
 +hi link dokuwikiKeyboard Comment</code>
 +
 +Note that the code tags disable wiki formatting. --- //[[wiki:user:sycamorex|Marcin Herda]] 2012/11/17 07:26//
 +> Yes, now it works, I don't know what i did wrong, thanks for the help  --- //[[wiki:user:markush|Markus Hutmacher]] 2012/11/17 13:35// \\
 +------
 +Bear in mind that dokuwiki automatically capitalises single letters within the key tags. To avoid this you can single quote the letter within the tags. For example: <nowiki><key>'i'</key></nowiki>. In the Vim section I think you meant lower case ''i'' --- //[[wiki:user:sycamorex|Marcin Herda]] 2012/11/17 05:33// \\
 +> Thanks Marcin, I did not notice that, now it's changed, it is really a small 'i'  --- //[[wiki:user:markush|Markus Hutmacher]] 2012/11/17 07:02//
 talk:howtos:cli_manual:first_steps ()