Giter Club home page Giter Club logo

splitdown's People

Contributors

chrisjhoughton avatar derpixler avatar digisavvymachine avatar glueckpress avatar ibes avatar nullx27 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  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  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  avatar  avatar  avatar  avatar  avatar

splitdown's Issues

WP3.8

Splitdown is promising but it looks like it's breaking in 3.8 : /

splitdown doesn't work with jetpack custom CSS option

hi,

easy to test, install the jetpack, install splitdown, then, in the jetpack activate custom css. Then go to apparence > modify css

write some stuff such as

    p {
    text-align:justify;
    }

click on save modification, wordpress remove every changes !

workaround : disable splitdown whiile editing theme, save modification then re-enable splitdown, modification are saved :-)

disable splitdown and make the same action and it will succeed

let me know if you want more informations :)

Showdown Extension for Splitdown

In order to use the media manager correctly we need a showdown extension which takes extra img information form the markdown like css classes and so on.

Bestehende Beiträge

fehlt der Inhalt, siehe Screenshot.
Wenn man bestehende Artikel bearbeitet, dann ist der Editor leer, Vorschau passt.

auswahl_001

Rendering MathJax in Splitdown preview?

I am using the Simple MathJax plugin and noticed that this is not rendering in Splitdown. Is there another plugin or setting I should changes to get MathJax to render?

Thanks!

Splitdown causes server execution timeout on post save/publish/update

I'd love to use Splitdown, but when I have the plugin activated every single time I click "Update/Save/Publish" on post.php it hangs. Splitdown correctly parses the output and saves the post content, but other plugins like Yoast's SEO don't get their options saves and the post.php page never completes execution This is WP 3.8.1. I've had it simply fail silently (white screen, no returned result), return a memory exceeded error, return an execution time exceeded error... Plenty of bugs across an array of WordPress systems including in post.php:629 and cache.php:455

I don't know if it's a Splitdown bug, or a conflict with another plugin (I have a number of common ones including ACF and Yoast's WordPress SEO). I can manually test for conflicts with all installed plugins, if necessary, just haven't done it yet.

I'll try to shed more light on this issue myself, but I'd appreciate the input of someone who knows the plugin's architecture.

enqueue scripts method should be called within the $this class

On line 29, the following code is running:

add_action( 'admin_menu',               array( $this, 'enqueue_scripts' ) );

It's throwing the notice:

Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method Splitdown::enqueue_scripts() should not be called statically in /Users/chrishoughton/Dropbox/MAMP/htdocs/Qubit/repositories/qubit-tools-wordpress/wp-includes/plugin.php on line 429

Changing it to the following removes the error:

add_action( 'admin_menu',               array( $this, 'enqueue_scripts' ) );

I also suspect that it's worth using $this instead of __CLASS__ under the other circumstances where __CLASS__ is used.

Showdown fehlt

Hi Andre,

Ordenr showdown in js fehlt beim Download, daher kommt es zu Fehlern.

Preview: list separation issue

I noticed that if an unordered list follows an ordered list, the entries of the unordered list will be included in the ordered list even if separated by a blank line. Something must be wrong there.

Undefined index in custom menu

When adding a menu item to a custom menu I get these undefined indexes:

Notice: Undefined index: splitdown-markdown in /…/Splitdown/Splitdown.php on line 92
Notice: Undefined index: content in /…/Splitdown/Splitdown.php on line 93

media: undefined

When I try to add a media, I end up with undefined as
[0]: undefined

I'm on Beta Testing WordPress which might be causing the issue; if you have time to check it with 4.0 Beta, that would be great.

Are the showdown extension supposed to work? Or not yet?

First of, very nice project :) I like the "ghost" way of writing.

So I am testing your plugin and I got it installed and running. Tested some basic stuff like emphasis and bold text and that all worked.

In the settings>writing I noticed "showdown extension's". Are these supposed to work, cause I selected github.js and tried it out by typing this without succes:

```php
<?php
echo 'Testing';
\```

Do I need to load the github.js myself or adjust my theme in anyway for it to work?

Support for syntax highlighting

So since this uses showdown.js internally, is there anything setup to include syntax highlighting based on what language the code block is?

Showdown extensions error

I'm getting this

Warning: scandir(/home/turqueso/public_html/wp-content/plugins/Splitdown-master/js/showdown/compressed/extensions/) [function.scandir]: failed to open dir: No such file or directory in /home/turqueso/public_html/wp-content/plugins/Splitdown-master/Splitdown.php on line 182

Warning: scandir() [function.scandir]: (errno 2): No such file or directory in /home/turqueso/public_html/wp-content/plugins/Splitdown-master/Splitdown.php on line 182

Live preview of shortcodes?

Can the MD preview pane show a preview of parsed shortcodes?

Just the core shortcodes and oembeds to start with, but open it up for view registration for any shortcodes.

Reweite Editor HTML and CSS

At the moment the html structure is sub optimal and kinda broken. Best seen when in distraction free mode. I spend already 3 hours trying to fix this with no luck. So I'll rewrite it with fullscreen in mind.

UI Thema

Die Preview dyn. Größe wäre besser, da sie so ggf. nicht sichtbar ist.

Parallel geht die Hilfe bei mir nicht, kein Inhalt nd Close Button.

beitrag bearbeiten bueltge de by ltge de wordpress

Bisher erstellte Beiträge, die ohne MD erstellt wurde, haben einen leeren Editor.

Boxes below the Splitdown editor have no space before them.

Fantastic plugin - love it. So long WYSIWYG!

There's no spacing in between the Splitdown editor and the next set of boxes. There should be. I've made the changes locally (2 lines), although I'm getting an access denied messages - could you add me as a contributor so I can pull request you?

See screenshot below:

screen shot 2014-01-08 at 16 21 14

Thanks

Preview: list bullets

The preview did not have bullets for me, so I added the following lines to style.css:

.splitdown-preview ul {
list-style-type: disc;
margin-left: 26px;
margin-top: 6px;
}

.splitdown-preview ol {
margin-top: 6px;
}

I am a total n00b, so this might be the wrong place, but it works anyway.

Splitdown + Jetpack Markdown

I have installed Jetpack Markdown which allows to keep your posts in Markdown all the time - very useful. The problem with Splitdown is that it autmatically converts Markdown to HTML so that if you use Wordpress for iOS or other apps they download you end up with HTML again. I don't know PHP, but after playing around with splitdown.php a bit I changed line 117 from

wp_update_post( array( 'ID' => $post_id, 'post_content' => $html ) );

to

wp_update_post( array( 'ID' => $post_id, 'post_content' => $markdown ) );

and it seems to work. I guess this is a stupid or dangerous or otherwise negative approach, but I just don't know how to do this properly. If a switch could be added to turn off conversion, that would be great!

One addition: it would be great if HTML to MD conversion could remain active even when saving MD in order to automatically convert older HTML posts when opening them.

Can not do quick edit

When doing quick edit, the post content just can not be displayed on the blog.

I have to enter the edit page and update the post again, then the post content will be back on the blog.

Is that a bug or my own problem?

Thanks.

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.