Giter Site home page Giter Site logo

plugin-comment's People

Contributors

klap-in avatar lpaulsen93 avatar michitux avatar miro-collas avatar splitbrain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

plugin-comment's Issues

Not a valid plugin name

Hi,

I know that the plugin says that it is compatible since 2014-05-05 "Ponder Stibbons" and we have 2013-05-10a "Weatherwax".

We are planning to upgrade soon, but maybe its only a very very little fix for that:

Message one (instalado exitosamente. -> succesfully installed)
Plugin (2 plugin(s): pax_global_header,dokufreaks-plugin-comment-0db44b5) instalado exitosamente.

Message two
Plugin name 'dokufreaks-plugin-comment-0db44b5' is not a valid plugin name, only the characters a-z and 0-9 are allowed. Maybe the plugin has been installed in the wrong directory?

Thank you

Does not properly hide a list item

The following sequence in the wiki code:

/* * testing * / (without space between * and / )

is shown on the rendered page as
testing * / (again, without space)

Space required before comment start

The wiki code:

test/*test*/test

test /*test*/test

Renders as:

test/*test*/test

testtest

I.e. a space is required in front of the initial /* for the commenting out to start.

Other combinations with more spaces seem to work as expected.

Paragraph breaks are not honored correctly

With the new DokuWiki "Adora Belle" (RC1) and the latest plugin release (2009-02-06) I have the following surprising behavior:

Line 1

/* Comment A */
Line 2

/*
 * Comment B
 */
Line 3

renders as

Line 1 Line 2 Line 3

whereas

Line 1
/* Comment A */

Line 2
/*
 * Comment B
 */

Line 3

yields

Line 1

Line 2

Line 3

The empty lines should always be preserved, resulting in a paragraph break for all cases.

Comment inside enumeration doesn't work

  * [[:Start]]
/* * Community */

->

  • Start

Community */

so the line plus */ stays. I can fix this by inserting an empty line although its just a fix for a parser imperfection.

  * [[:Start]]

/* * Community */

Doesn't work with our Dokuwiki Anteater

We're using comment with the current Dokuwiki-version (2010-11-07a "Anteater") , but comments aren't hidden from display. It seems, that dokuwiki isn't contacting the plugin at all.

Comment inside data entry does not work

Install the data plugin (https://www.dokuwiki.org/plugin:data), and create a page with a dataentry (I have something like this in a namespace template):

---- dataentry testentry ----
description: /* this comment here is visible!! */
----
/* this comment is ok */

The comments within this entry are shown as normal text. Maybe this is no real comments plugin bug, as it never gets to parse the entries - but maybe it should parse it BEFORE the data plugin (plugin order?)
Oh, besides that, GREAT plugin. Should be in dokuwiki core.

Leaves out the last / of a comment

The final / (which is a part of the comment closing tag) is printed on the rendered page, even when the rest of the commented-out text is properly hidden.

Give an error while installing the plugin

Throw an error While installing this Plugin:
Fatal error: Cannot redeclare class syntax_plugin_comment in /usr/share/mantis/www/dokuwiki/lib/plugins/comment/syntax.php on line 30

Any suggestions?

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.