You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/11/26 07:07:10 UTC

[jira] [Updated] (ISIS-1263) Support editing/preview using Asciidoctor.

     [ https://issues.apache.org/jira/browse/ISIS-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-1263:
------------------------------
    Description: 
background to this:
- http://markmail.org/message/nph3x7qeydifkw6s

Implementation options:

1. EpicEditor JS library, set up to use Asciidoctor.js as an EpicEditor plugin.  for more info, see https://github.com/OscarGodson/EpicEditor/issues/380

2. Markitup (http://markitup.jaysalvat.com/home/), using https://github.com/lordofthejars/asciidoctor-markitup

In either case, these javascript components would then need converting into a Wicket component, eg to live within wicketstuff.  Then would need to create an Isis component around it.  

~~~
In terms of programming model, could either introduce a new value type, eg Asciidoc, or extend @Property and @Parameter (or should it be @PropertyLayout and @ParameterLayout).  I think I prefer the former, as is more encapsulated.

Or, perhaps reuse Clob, but find a way to provide a hint that the content is asciidoc.


  was:
This could be implemented using EpicEditor JS library, set up to use Asciidoctor.js as an EpicEditor plugin.

The whole thing would need converting into a Wicket component, eg to live within wicketstuff.

Then would need to create an Isis component around it.

for more info, see https://github.com/OscarGodson/EpicEditor/issues/380


> Support editing/preview using Asciidoctor.  
> --------------------------------------------
>
>                 Key: ISIS-1263
>                 URL: https://issues.apache.org/jira/browse/ISIS-1263
>             Project: Isis
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.10.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.14.0
>
>
> background to this:
> - http://markmail.org/message/nph3x7qeydifkw6s
> Implementation options:
> 1. EpicEditor JS library, set up to use Asciidoctor.js as an EpicEditor plugin.  for more info, see https://github.com/OscarGodson/EpicEditor/issues/380
> 2. Markitup (http://markitup.jaysalvat.com/home/), using https://github.com/lordofthejars/asciidoctor-markitup
> In either case, these javascript components would then need converting into a Wicket component, eg to live within wicketstuff.  Then would need to create an Isis component around it.  
> ~~~
> In terms of programming model, could either introduce a new value type, eg Asciidoc, or extend @Property and @Parameter (or should it be @PropertyLayout and @ParameterLayout).  I think I prefer the former, as is more encapsulated.
> Or, perhaps reuse Clob, but find a way to provide a hint that the content is asciidoc.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)