Sponsored Content
The Lounge What is on Your Mind? Number of Small Forum Code Changes (TODO List Items) Post 303027867 by Neo on Thursday 27th of December 2018 05:16:52 AM
Old 12-27-2018
Done... if I force NOPARSE with the CODE TAGs, there are no errors when there is BBCODE tags in the code being tagged; but this is the same problem in the desktop, so it's not a big deal.

So now I have a new way ahead (no need to use the legacy toolbar code from the desktop code) to make a mini-toolbar for the mobile editor, but the problem with this approach is that it is hard to select text on mobile (doable, but a pain).

I may consider installing MARKDOWN for this instead:

Markdown Ref: Markdown - Wikipedia
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

change list to comma seperated items

I have a list of servers in a file called serverlist like this server1 server2 server3 i need to have them (with no trailing comma, the program does not like that) server1,server2,server3 so far i have been using HOSTS=/tmp/serverlist HOSTS=${HOSTS:-$(grep -Ev "^#|^$"... (2 Replies)
Discussion started by: insania
2 Replies

2. UNIX for Dummies Questions & Answers

Number of items in a directory

This should be so simple.. I have folder with about 27 subfolders in it, each folder has a number of fonts in it.. how do I get the total number of fonts for all subfolders? (2 Replies)
Discussion started by: glev2005
2 Replies

3. Shell Programming and Scripting

Help needed regarding first 3 items in the list

Hi, I've a list in the following format: Empdept filedetails buildingNo Area AAA 444 2 juy AAA 544 2 kui AAA 567 4 poi AAA 734 5 oiu AAA 444 ... (2 Replies)
Discussion started by: skpvalvekar
2 Replies

4. Shell Programming and Scripting

Counting the number of readable, writable, and executable items in a directory

Hello, I'm writing a script in sh in which the first command line argument is a directory. from that, i'm suppose to count the number of readable, writable, and executable items in the directory. I know using $1 represents the directory, and ls would display all the items in the directory, and that... (4 Replies)
Discussion started by: kratos22
4 Replies

5. Shell Programming and Scripting

Parsing through a list of items

Hi there, Here is my checklist of items, 4.1.1 Alerter 4.1.2 Client Services for Netware 4.1.3 Clipbook 4.1.4 Fax Service 4.1.5 File Replication 4.1.6 File Services for Macintosh 4.1.7 FTP Publishing Service 4.1.8 Help and Support 4.1.9 HTTP SSL 4.1.10 IIS Admin Service ... (1 Reply)
Discussion started by: alvinoo
1 Replies
POD2MARKDOWN(1p)					User Contributed Perl Documentation					  POD2MARKDOWN(1p)

NAME
pod2markdown - Convert POD text to Markdown VERSION
version 1.320 SYNOPSIS
# parse STDIN, print to STDOUT $ pod2markdown < POD_File > Markdown_File # parse file, print to STDOUT $ pod2markdown input.pod # parse file, print to file $ pod2markdown input.pod output.mkdn # parse STDIN, print to file $ pod2markdown - output.mkdn DESCRIPTION
This program uses Pod::Markdown to convert POD into Markdown sources. It accepts two optional arguments: o input pod file (defaults to "STDIN") o output markdown file (defaults to "STDOUT") SEE ALSO
This program is strongly based on "pod2mdwn" from Module::Build::IkiWiki. AUTHORS
o Marcel Gruenauer <marcel@cpan.org> o Victor Moral <victor@taquiones.net> o Ryan C. Thompson <rct at thompsonclan d0t org> o Aristotle Pagaltzis <pagaltzis@gmx.de> o Randy Stauner <rwstauner@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Marcel Gruenauer. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-04-30 POD2MARKDOWN(1p)
All times are GMT -4. The time now is 04:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy