Open GoogleCodeExporter opened 8 years ago
I started to work on this issue. I'll add a toolbar of buttons to the textarea
and
add a javascript file that inserts the Markdown syntax to the selected text.
Maybe a
new CSS file to style the toolbar, or I add the needed classes to the existing
CSS.
Original comment by carsten....@gmail.com
on 12 Feb 2010 at 5:30
Here is a JS rich-text editor that may make things even easier.
(You already started work on this issue so I'll leave you be, besides giving
some
suggestions)
Original comment by killpack99
on 12 Feb 2010 at 9:45
Attachments:
I did have something like this going in sweetcron. I was using WMD Editor
(http://wmd-editor.com/demo).
I found it very easy to get up and running and did exactly what you're
describing.
Original comment by i...@langleydiving.com
on 13 Feb 2010 at 7:44
I added WMD to lifepress. It was an easy task, thanks for the tip
@langleydiving. :-)
Right now the license isn't clear to me, the next major release of WMD will use
a MIT
license too.
Original comment by carsten....@gmail.com
on 16 Feb 2010 at 8:38
The path to the WMD javascript files isn't correct yet. re-opened for
correction.
Original comment by carsten....@gmail.com
on 16 Feb 2010 at 8:45
In my local files I added the full path to the script files and it is working
now. Is
there a way to use CodeIgniter things to avoid the hardcoded path or is this the
right way to load the javascript:
<script type="text/javascript"
src="/system/application/views/admin/wmd/wmd.js"></script>
Original comment by carsten....@gmail.com
on 16 Feb 2010 at 8:50
It is changed to the following now:
<script type="text/javascript" src="<?php echo $this->config->item('base_url');
?>/system/application/views/admin/wmd/wmd.js"></script>
This way you can still install lifepress into a subfolder. :-)
Original comment by carsten....@gmail.com
on 16 Feb 2010 at 12:34
Original comment by carsten....@gmail.com
on 16 Feb 2010 at 1:02
Original comment by carsten....@gmail.com
on 17 May 2010 at 9:29
Original issue reported on code.google.com by
carsten....@gmail.com
on 12 Feb 2010 at 6:21