public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc markdown compatible editor?
@ 2015-06-22 21:28 Diego Algorta
       [not found] ` <0511acce-0d79-4614-a94c-7290af647b9c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Diego Algorta @ 2015-06-22 21:28 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1293 bytes --]

Hi everyone.

I'm using some pandoc markdown extensions, like ordered lists with roman 
numbers or including a header inside an ordered list.

Example:

```markdown
I.  # Heading 1

    blah.

    A. ## Heading 2

        blah.
````

The `html5` pandoc exports from that source is perfect.

We're trying a few different Markdown editors 
(like http://mike-ward.net/markdownedit/, https://stackedit.io/editor, http://www.texts.io/, http://markdownpad.com/ 
and others) but they don't seem to support this.

Any suggestions on what to try? The target users are lawyers. I might 
convince them to use some of these online/desktop editors, but some sort of 
WYSIWYG is needed (so no vim, emacs, notepad, etc).

Thanks!
Diego

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/0511acce-0d79-4614-a94c-7290af647b9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 2035 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pandoc markdown compatible editor?
       [not found] ` <0511acce-0d79-4614-a94c-7290af647b9c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-06-23 14:01   ` kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg
       [not found]     ` <c3db6a5b-b58f-41a4-98c4-5cdce119d5df-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg @ 2015-06-23 14:01 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1724 bytes --]



Yes, for *some* of my users I’d also need a WYSI(almost)WIG editor. There 
are a *lot* out there, but I haven’t found any which does support most of 
the extensions Pandoc does.

@Diego: BTW, your A. ## Heading 2 line requires *two* blanks after the A.!


Am Montag, 22. Juni 2015 23:28:08 UTC+2 schrieb Diego Algorta:

Hi everyone.
>
> I'm using some pandoc markdown extensions, like ordered lists with roman 
> numbers or including a header inside an ordered list.
>
> Example:
>
> ```markdown
> I.  # Heading 1
>
>     blah.
>
>     A. ## Heading 2
>
>         blah.
> ````
>
> The `html5` pandoc exports from that source is perfect.
>
> We're trying a few different Markdown editors (like 
> http://mike-ward.net/markdownedit/, https://stackedit.io/editor, 
> http://www.texts.io/, http://markdownpad.com/ and others) but they don't 
> seem to support this.
>
> Any suggestions on what to try? The target users are lawyers. I might 
> convince them to use some of these online/desktop editors, but some sort of 
> WYSIWYG is needed (so no vim, emacs, notepad, etc).
>
> Thanks!
> Diego
>
​

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 8397 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pandoc markdown compatible editor?
       [not found]     ` <c3db6a5b-b58f-41a4-98c4-5cdce119d5df-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-06-23 14:10       ` Diego Algorta
       [not found]         ` <CAPfjgvJvTUL1rqvd4yZwcnKNswEpzh-n8aD0EJYTtjMBK3D_DA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Diego Algorta @ 2015-06-23 14:10 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 2843 bytes --]

Yes, you're right. Indentation needs to be 4 chars in total.

On Tue, Jun 23, 2015 at 11:01 AM, <kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:

> Yes, for *some* of my users I’d also need a WYSI(almost)WIG editor. There
> are a *lot* out there, but I haven’t found any which does support most of
> the extensions Pandoc does.
>
> @Diego: BTW, your A. ## Heading 2 line requires *two* blanks after the A.!
>
>
> Am Montag, 22. Juni 2015 23:28:08 UTC+2 schrieb Diego Algorta:
>
> Hi everyone.
>>
>> I'm using some pandoc markdown extensions, like ordered lists with roman
>> numbers or including a header inside an ordered list.
>>
>> Example:
>>
>> ```markdown
>> I.  # Heading 1
>>
>>     blah.
>>
>>     A. ## Heading 2
>>
>>         blah.
>> ````
>>
>> The `html5` pandoc exports from that source is perfect.
>>
>> We're trying a few different Markdown editors (like
>> http://mike-ward.net/markdownedit/, https://stackedit.io/editor,
>> http://www.texts.io/, http://markdownpad.com/ and others) but they don't
>> seem to support this.
>>
>> Any suggestions on what to try? The target users are lawyers. I might
>> convince them to use some of these online/desktop editors, but some sort of
>> WYSIWYG is needed (so no vim, emacs, notepad, etc).
>>
>> Thanks!
>> Diego
>>
> ​
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "pandoc-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Diego Algorta : ob.oxo.do

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAPfjgvJvTUL1rqvd4yZwcnKNswEpzh-n8aD0EJYTtjMBK3D_DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 10208 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pandoc markdown compatible editor?
       [not found]         ` <CAPfjgvJvTUL1rqvd4yZwcnKNswEpzh-n8aD0EJYTtjMBK3D_DA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-06-23 16:53           ` kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg
       [not found]             ` <c375e17b-96e5-4f8a-a35b-ca8dab2d39e2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg @ 2015-06-23 16:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 3573 bytes --]



Am Dienstag, 23. Juni 2015 16:11:01 UTC+2 schrieb Diego Algorta:

Yes, you're right. Indentation needs to be 4 chars in total.
>
The 4-space indentation rule that’s not what I meant here. I meant this:

 ​

*List markers may be enclosed in parentheses or followed by a single 
right-parentheses or period. They must be separated from the text that 
follows by at least one space, and, if the list marker is a capital letter 
with a period, by at least two spaces.*[1]

[1] *The point of this rule is to ensure that normal paragraphs starting 
with people’s initials, like*

B. Russell was an English philosopher.

* do not get treated as list items.*

 ​

 

> On Tue, Jun 23, 2015 at 11:01 AM, <kurt.p...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org <javascript:>> 
> wrote:
>
>> Yes, for *some* of my users I’d also need a WYSI(almost)WIG editor. 
>> There are a *lot* out there, but I haven’t found any which does support 
>> most of the extensions Pandoc does.
>>
>> @Diego: BTW, your A. ## Heading 2 line requires *two* blanks after the A.
>> !
>>
>>
>> Am Montag, 22. Juni 2015 23:28:08 UTC+2 schrieb Diego Algorta:
>>
>> Hi everyone.
>>>
>>> I'm using some pandoc markdown extensions, like ordered lists with roman 
>>> numbers or including a header inside an ordered list.
>>>
>>> Example:
>>>
>>> ```markdown
>>> I.  # Heading 1
>>>
>>>     blah.
>>>
>>>     A. ## Heading 2
>>>
>>>         blah.
>>> ````
>>>
>>> The `html5` pandoc exports from that source is perfect.
>>>
>>> We're trying a few different Markdown editors (like 
>>> http://mike-ward.net/markdownedit/, https://stackedit.io/editor, 
>>> http://www.texts.io/, http://markdownpad.com/ and others) but they 
>>> don't seem to support this.
>>>
>>> Any suggestions on what to try? The target users are lawyers. I might 
>>> convince them to use some of these online/desktop editors, but some sort of 
>>> WYSIWYG is needed (so no vim, emacs, notepad, etc).
>>>
>>> Thanks!
>>> Diego
>>>
>> ​
>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "pandoc-discuss" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> pandoc-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>.
>> To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com 
>> <https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Diego Algorta : ob.oxo.do
>  
​

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/c375e17b-96e5-4f8a-a35b-ca8dab2d39e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 32861 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pandoc markdown compatible editor?
       [not found]             ` <c375e17b-96e5-4f8a-a35b-ca8dab2d39e2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-06-23 17:54               ` Diego Algorta
  2015-06-23 19:53                 ` Matthew Pickering
  0 siblings, 1 reply; 8+ messages in thread
From: Diego Algorta @ 2015-06-23 17:54 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 4677 bytes --]

Ah, good catch. Thanks!

On Tue, Jun 23, 2015 at 1:53 PM, <kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:

> Am Dienstag, 23. Juni 2015 16:11:01 UTC+2 schrieb Diego Algorta:
>
> Yes, you're right. Indentation needs to be 4 chars in total.
>>
> The 4-space indentation rule that’s not what I meant here. I meant this:
>
>  ​
>
> *List markers may be enclosed in parentheses or followed by a single
> right-parentheses or period. They must be separated from the text that
> follows by at least one space, and, if the list marker is a capital letter
> with a period, by at least two spaces.*[1]
>
> [1] *The point of this rule is to ensure that normal paragraphs starting
> with people’s initials, like*
>
> B. Russell was an English philosopher.
>
> * do not get treated as list items.*
>
>  ​
>
>
>
>> On Tue, Jun 23, 2015 at 11:01 AM, <kurt.p...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
>>
>>> Yes, for *some* of my users I’d also need a WYSI(almost)WIG editor.
>>> There are a *lot* out there, but I haven’t found any which does support
>>> most of the extensions Pandoc does.
>>>
>>> @Diego: BTW, your A. ## Heading 2 line requires *two* blanks after the
>>> A.!
>>>
>>>
>>> Am Montag, 22. Juni 2015 23:28:08 UTC+2 schrieb Diego Algorta:
>>>
>>> Hi everyone.
>>>>
>>>> I'm using some pandoc markdown extensions, like ordered lists with
>>>> roman numbers or including a header inside an ordered list.
>>>>
>>>> Example:
>>>>
>>>> ```markdown
>>>> I.  # Heading 1
>>>>
>>>>     blah.
>>>>
>>>>     A. ## Heading 2
>>>>
>>>>         blah.
>>>> ````
>>>>
>>>> The `html5` pandoc exports from that source is perfect.
>>>>
>>>> We're trying a few different Markdown editors (like
>>>> http://mike-ward.net/markdownedit/, https://stackedit.io/editor,
>>>> http://www.texts.io/, http://markdownpad.com/ and others) but they
>>>> don't seem to support this.
>>>>
>>>> Any suggestions on what to try? The target users are lawyers. I might
>>>> convince them to use some of these online/desktop editors, but some sort of
>>>> WYSIWYG is needed (so no vim, emacs, notepad, etc).
>>>>
>>>> Thanks!
>>>> Diego
>>>>
>>> ​
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "pandoc-discuss" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>> To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com
>>> <https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Diego Algorta : ob.oxo.do
>>
> ​
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "pandoc-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/c375e17b-96e5-4f8a-a35b-ca8dab2d39e2%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/c375e17b-96e5-4f8a-a35b-ca8dab2d39e2%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Diego Algorta : ob.oxo.do

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAPfjgvJL8%2B25h%2Bj3sCinkKA%3DjEPcYjDpYRRcXb26jcV4mseq%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 34141 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pandoc markdown compatible editor?
  2015-06-23 17:54               ` Diego Algorta
@ 2015-06-23 19:53                 ` Matthew Pickering
       [not found]                   ` <CALuQ0m9Ayu8gxjZSw0oe2Jg72yxVspihGkfuX=uChf3VaPZjKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Matthew Pickering @ 2015-06-23 19:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Something like this? http://markup.rocks/

On Tue, Jun 23, 2015 at 6:54 PM, Diego Algorta <diego-X9ybnTC+vipBDgjK7y7TUQ@public.gmane.org> wrote:
> Ah, good catch. Thanks!
>
> On Tue, Jun 23, 2015 at 1:53 PM, <kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
>>
>> Am Dienstag, 23. Juni 2015 16:11:01 UTC+2 schrieb Diego Algorta:
>>>
>>> Yes, you're right. Indentation needs to be 4 chars in total.
>>
>> The 4-space indentation rule that’s not what I meant here. I meant this:
>>
>> List markers may be enclosed in parentheses or followed by a single
>> right-parentheses or period. They must be separated from the text that
>> follows by at least one space, and, if the list marker is a capital letter
>> with a period, by at least two spaces.[1]
>>
>> [1] The point of this rule is to ensure that normal paragraphs starting
>> with people’s initials, like
>>
>> B. Russell was an English philosopher.
>>
>> do not get treated as list items.
>>
>>
>>
>>>
>>> On Tue, Jun 23, 2015 at 11:01 AM, <kurt.p...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
>>>>
>>>> Yes, for some of my users I’d also need a WYSI(almost)WIG editor. There
>>>> are a lot out there, but I haven’t found any which does support most of the
>>>> extensions Pandoc does.
>>>>
>>>> @Diego: BTW, your A. ## Heading 2 line requires two blanks after the A.!
>>>>
>>>>
>>>> Am Montag, 22. Juni 2015 23:28:08 UTC+2 schrieb Diego Algorta:
>>>>>
>>>>> Hi everyone.
>>>>>
>>>>> I'm using some pandoc markdown extensions, like ordered lists with
>>>>> roman numbers or including a header inside an ordered list.
>>>>>
>>>>> Example:
>>>>>
>>>>> ```markdown
>>>>> I.  # Heading 1
>>>>>
>>>>>     blah.
>>>>>
>>>>>     A. ## Heading 2
>>>>>
>>>>>         blah.
>>>>> ````
>>>>>
>>>>> The `html5` pandoc exports from that source is perfect.
>>>>>
>>>>> We're trying a few different Markdown editors (like
>>>>> http://mike-ward.net/markdownedit/, https://stackedit.io/editor,
>>>>> http://www.texts.io/, http://markdownpad.com/ and others) but they don't
>>>>> seem to support this.
>>>>>
>>>>> Any suggestions on what to try? The target users are lawyers. I might
>>>>> convince them to use some of these online/desktop editors, but some sort of
>>>>> WYSIWYG is needed (so no vim, emacs, notepad, etc).
>>>>>
>>>>> Thanks!
>>>>> Diego
>>>>
>>>> --
>>>> You received this message because you are subscribed to a topic in the
>>>> Google Groups "pandoc-discuss" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>> To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com.
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>>>
>>> --
>>> Diego Algorta : ob.oxo.do
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "pandoc-discuss" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/pandoc-discuss/c375e17b-96e5-4f8a-a35b-ca8dab2d39e2%40googlegroups.com.
>>
>> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
> --
> Diego Algorta : ob.oxo.do
>
> --
> You received this message because you are subscribed to the Google Groups
> "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/CAPfjgvJL8%2B25h%2Bj3sCinkKA%3DjEPcYjDpYRRcXb26jcV4mseq%3DQ%40mail.gmail.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CALuQ0m9Ayu8gxjZSw0oe2Jg72yxVspihGkfuX%3DuChf3VaPZjKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pandoc markdown compatible editor?
       [not found]                   ` <CALuQ0m9Ayu8gxjZSw0oe2Jg72yxVspihGkfuX=uChf3VaPZjKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-06-24 18:47                     ` Diego Algorta
       [not found]                       ` <CAPfjgvLod7Vc2K5TV_k5-ky83ioBw04jdaXxEO6BcM3+=UW9sA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Diego Algorta @ 2015-06-24 18:47 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 6493 bytes --]

Interesting! I didn't knew there was a haskell to javascript compiler.

Still interested in other options to compare, though.

On Tue, Jun 23, 2015 at 4:53 PM, Matthew Pickering <
matthewtpickering-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

> Something like this? http://markup.rocks/
>
> On Tue, Jun 23, 2015 at 6:54 PM, Diego Algorta <diego-X9ybnTC+vipBDgjK7y7TUQ@public.gmane.org> wrote:
> > Ah, good catch. Thanks!
> >
> > On Tue, Jun 23, 2015 at 1:53 PM, <kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
> >>
> >> Am Dienstag, 23. Juni 2015 16:11:01 UTC+2 schrieb Diego Algorta:
> >>>
> >>> Yes, you're right. Indentation needs to be 4 chars in total.
> >>
> >> The 4-space indentation rule that’s not what I meant here. I meant this:
> >>
> >> List markers may be enclosed in parentheses or followed by a single
> >> right-parentheses or period. They must be separated from the text that
> >> follows by at least one space, and, if the list marker is a capital
> letter
> >> with a period, by at least two spaces.[1]
> >>
> >> [1] The point of this rule is to ensure that normal paragraphs starting
> >> with people’s initials, like
> >>
> >> B. Russell was an English philosopher.
> >>
> >> do not get treated as list items.
> >>
> >>
> >>
> >>>
> >>> On Tue, Jun 23, 2015 at 11:01 AM, <kurt.p...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:
> >>>>
> >>>> Yes, for some of my users I’d also need a WYSI(almost)WIG editor.
> There
> >>>> are a lot out there, but I haven’t found any which does support most
> of the
> >>>> extensions Pandoc does.
> >>>>
> >>>> @Diego: BTW, your A. ## Heading 2 line requires two blanks after the
> A.!
> >>>>
> >>>>
> >>>> Am Montag, 22. Juni 2015 23:28:08 UTC+2 schrieb Diego Algorta:
> >>>>>
> >>>>> Hi everyone.
> >>>>>
> >>>>> I'm using some pandoc markdown extensions, like ordered lists with
> >>>>> roman numbers or including a header inside an ordered list.
> >>>>>
> >>>>> Example:
> >>>>>
> >>>>> ```markdown
> >>>>> I.  # Heading 1
> >>>>>
> >>>>>     blah.
> >>>>>
> >>>>>     A. ## Heading 2
> >>>>>
> >>>>>         blah.
> >>>>> ````
> >>>>>
> >>>>> The `html5` pandoc exports from that source is perfect.
> >>>>>
> >>>>> We're trying a few different Markdown editors (like
> >>>>> http://mike-ward.net/markdownedit/, https://stackedit.io/editor,
> >>>>> http://www.texts.io/, http://markdownpad.com/ and others) but they
> don't
> >>>>> seem to support this.
> >>>>>
> >>>>> Any suggestions on what to try? The target users are lawyers. I might
> >>>>> convince them to use some of these online/desktop editors, but some
> sort of
> >>>>> WYSIWYG is needed (so no vim, emacs, notepad, etc).
> >>>>>
> >>>>> Thanks!
> >>>>> Diego
> >>>>
> >>>> --
> >>>> You received this message because you are subscribed to a topic in the
> >>>> Google Groups "pandoc-discuss" group.
> >>>> To unsubscribe from this topic, visit
> >>>>
> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
> >>>> To unsubscribe from this group and all its topics, send an email to
> >>>> pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >>>> To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >>>> To view this discussion on the web visit
> >>>>
> https://groups.google.com/d/msgid/pandoc-discuss/c3db6a5b-b58f-41a4-98c4-5cdce119d5df%40googlegroups.com
> .
> >>>>
> >>>> For more options, visit https://groups.google.com/d/optout.
> >>>
> >>>
> >>>
> >>>
> >>> --
> >>> Diego Algorta : ob.oxo.do
> >>
> >> --
> >> You received this message because you are subscribed to a topic in the
> >> Google Groups "pandoc-discuss" group.
> >> To unsubscribe from this topic, visit
> >>
> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
> >> To unsubscribe from this group and all its topics, send an email to
> >> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> >> To view this discussion on the web visit
> >>
> https://groups.google.com/d/msgid/pandoc-discuss/c375e17b-96e5-4f8a-a35b-ca8dab2d39e2%40googlegroups.com
> .
> >>
> >> For more options, visit https://groups.google.com/d/optout.
> >
> >
> >
> >
> > --
> > Diego Algorta : ob.oxo.do
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "pandoc-discuss" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/pandoc-discuss/CAPfjgvJL8%2B25h%2Bj3sCinkKA%3DjEPcYjDpYRRcXb26jcV4mseq%3DQ%40mail.gmail.com
> .
> >
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "pandoc-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pandoc-discuss/iBGuGOdpJGw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/CALuQ0m9Ayu8gxjZSw0oe2Jg72yxVspihGkfuX%3DuChf3VaPZjKQ%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Diego Algorta : ob.oxo.do

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAPfjgvLod7Vc2K5TV_k5-ky83ioBw04jdaXxEO6BcM3%2B%3DUW9sA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 11410 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: pandoc markdown compatible editor?
       [not found]                       ` <CAPfjgvLod7Vc2K5TV_k5-ky83ioBw04jdaXxEO6BcM3+=UW9sA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-06-30 11:21                         ` Rick Dooling
  0 siblings, 0 replies; 8+ messages in thread
From: Rick Dooling @ 2015-06-30 11:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 1852 bytes --]

> We're trying a few different Markdown editors 
>Any suggestions on what to try? The target users are lawyers.

Here's a guy comparing Scrivener and Ulysses.

http://www.fullness-of-life.com/fearlesscomputing/2014/6/4/why-i-am-not-using-ulysses-iii

ULYSSES III MIGHT BE FOR YOU IF...

If you feel you don’t want to bother to understand the underlying 
filesystem, if you like one program that does it all, if you want 
everything packaged in one place so that you will never lose it or think 
about it. This approach may work well for you, but you are giving up 
control, not to mention portability.

SCRIVENER MIGHT BE FOR YOU IF ...

If you like power and aren't afraid of complexity, but want everything 
managed within one application, Scrivener has potential. It has the 
advantage of a large and active community of users. However, while Ulyssess 
III implements its small set of features consummately, Scrivener doesn't do 
anything as well as could be done outside of its structure.

---

I don't know either program. I use MacVim. I'm a lawyer too, and you are 
right, they will need a WSIWYG. And you don't want something that will be 
gone in two years so better stick with programs that have large user groups.

Rick Dooling


-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5a048b02-9439-4147-9f17-f105115d8824%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 2301 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-30 11:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-22 21:28 pandoc markdown compatible editor? Diego Algorta
     [not found] ` <0511acce-0d79-4614-a94c-7290af647b9c-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-06-23 14:01   ` kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg
     [not found]     ` <c3db6a5b-b58f-41a4-98c4-5cdce119d5df-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-06-23 14:10       ` Diego Algorta
     [not found]         ` <CAPfjgvJvTUL1rqvd4yZwcnKNswEpzh-n8aD0EJYTtjMBK3D_DA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-23 16:53           ` kurt.pfeifle-gM/Ye1E23mwN+BqQ9rBEUg
     [not found]             ` <c375e17b-96e5-4f8a-a35b-ca8dab2d39e2-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-06-23 17:54               ` Diego Algorta
2015-06-23 19:53                 ` Matthew Pickering
     [not found]                   ` <CALuQ0m9Ayu8gxjZSw0oe2Jg72yxVspihGkfuX=uChf3VaPZjKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-24 18:47                     ` Diego Algorta
     [not found]                       ` <CAPfjgvLod7Vc2K5TV_k5-ky83ioBw04jdaXxEO6BcM3+=UW9sA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-30 11:21                         ` Rick Dooling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).