Giter Site home page Giter Site logo

ace-markdown-editor's People

Contributors

asika32764 avatar serhioromano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ace-markdown-editor's Issues

Markdown Update doesn't work within Joomla

Hello,

In Joomla Asikart Markdown Plugins is claiming there is a new version available 1.1.4 to 1.1.5.

Everytime I run this update it says it has been successful, but I am still stuck on 1.1.4. Can I manually download version 1.1.5?

Thanks,
Josh.

I do not completely understand how to Install

THe file I download in release are row files not packed.

I am Joomla develop and I can create plugin pack from that. But what is admin folder? Is it component? There was no components in 1.0.3 so I confused what I have to do with those files?

I understand there is not much interest to this, but you could at least do installable package and attach it to your release. Right now it is not usable at all. I could only find and install 1.0.3. And I only dream about 1.0.4 because I like GFM.

Mobile

Hi,

On android, I cannot scroll into the content of the article, so basically I cannot edit the article past what is visible since there is no way to make it scroll down till the end of the editable content.

Missing Joomla Admin Menus in Plugin

Hi. I am trying to change some plugin settings and I get a joomla admin page without menus, save button etc.
joomla 2.5.18
v1.0.6
firefox 2.7.1 chrome too.
askiart

Editor Window Obscured

I've installed your Joomla plugin into a new Joomla site (Joomla version 3.4.3), and switched the default editor to ACE X Markdown, and enabled the second plugin. Now whenever I edit content, I'm seeing a green opaque box, containing the text "lt editor", in the top left corner of every edit window. It obscures the top 7 to 8 characters of the first two lines. How do I make this go away? See the attached screen shot.

ace_editor_issue

Conflict with Google maps Joomla plugin

This Joomla plugin: http://extensions.joomla.org/extensions/extension/maps-a-weather/maps-a-locations/google-maps-by-reumer
shows a map with information about a point of interest.

When used in conjunction with the markdown editor parsing articles, line 39 of /main/assets/js/content.js throws a null exception.

e.addClass(option.Article_ImageClass);

I think this is occurring because the maps plugin ultimately renders a number of image tags but many are hidden and/or are dynamically updated via additional javascript.

Regardless, the null error can be ignored by putting a try/catch around line 39 and everything works as expected. Not sure if this is the most elegant way to fix the problem though - hence this issue rather than a pull request.

Problem with encoding HTML entities.

I try to insert into editor. i have something like forum. And I made quote button by every topic replay. This get replay text and insert into editor as quote with markdown syntax

> something

here is part of the code.

var out = "> <small>"+ comment.user +"</small>\n";
out += html.split("\n").join("\n> ");
jInsertEditorText(out, 'jform_comment');

It works correctly. The only thing it inserts &gt; instead of > and I cannot figure out how to fix it.

Please help.

2014-02-07_22-12-05

content.js 132 Bug

Need to be:

var an = new Element('div', {'id': e.get('text').trim(), class: 'akmarkdown-page-anchor'});

Editor doesn't load

Hi,

I was trying your editor on Joomla 3.3.6, I've installed it and enabled the system plugin. Then I've set the editor as default.

When I try to write an article the editor is not loaded but just a simple textarea is opened.

No errors are reported on the javascript console nor on the PHP errors log...

Any solution?

Copy all content in textarea

I want to know how to copy all text inside the editor's textarea. I find that the HTML textarea itself is empty. Text is captured in div tags line by line. However, not all lines are rendered. Only visible lines are rendered. I guess text must be stored/managed by editor's JS code somewhere. How can I copy the text?

Following is what I understand. Visible text can be accessed line by line:

                        <div class="ace_line_group">
                            <div class="ace_line" style="height:14.666671752929688px"><span class="ace_markup ace_list">*&nbsp;</span>[<span class="ace_string">His&nbsp;veniam&nbsp;partem&nbsp;alterum&nbsp;ei.&nbsp;Ei&nbsp;eros&nbsp;graeci&nbsp;usu,&nbsp;deleniti&nbsp;recusabo&nbsp;ut&nbsp;cum.</span>](<span class="ace_markup ace_underline">http://someurl</span></div>
                            <div class="ace_line" style="height:14.666671752929688px"><span class="ace_markup ace_underline">.com.in.uk</span>)</div>
                        </div>

Feature Request: Upload media (image, video, audio)

Could I request a feature whereby users can upload media from their laptop? Currently only URLs can be specified to link to external media.

I am trying a quick and dirty implementation using a modal dialog. Idea is to use AJAX to upload media. But I am kind of stuck because I am unable to figure out the cursor position in the textarea and hence unable to paste the link as needed.

Thx

Module Output?

Hi.

To me it seems like Module Content is not rendered by the plugin.
Is that so, or am I doing something wrong?

Sean.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.