public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Pandocs in Android for File Reader/Editor App
@ 2022-08-02  6:45 Encore Software
       [not found] ` <3a0cfd29-6d04-4eb5-bbcf-1322fdd0cecbn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Encore Software @ 2022-08-02  6:45 UTC (permalink / raw)
  To: pandoc-discuss


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



I want to create reader/editor app. For that I came to know Pandoc 
<https://pandoc.org/index.html> is there which is basically universal 
document converter. So my question is how we can use pandoc in android as 
it is Haskell library for converting from one markup format to another, and 
a command-line tool that uses this library.

Is there any other tool available for reader/editor app which supports 
multi format type converter and reading/editing functionality in android app

-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3a0cfd29-6d04-4eb5-bbcf-1322fdd0cecbn%40googlegroups.com.

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

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

* Re: Pandocs in Android for File Reader/Editor App
       [not found] ` <3a0cfd29-6d04-4eb5-bbcf-1322fdd0cecbn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2022-08-02 10:16   ` Jiří Wolker
  0 siblings, 0 replies; 2+ messages in thread
From: Jiří Wolker @ 2022-08-02 10:16 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Hi,

> I want to create reader/editor app. For that I came to know Pandoc
> <https://pandoc.org/index.html> is there which is basically universal
> document converter. So my question is how we can use pandoc in android as
> it is Haskell library for converting from one markup format to another, and
> a command-line tool that uses this library.

If you want to create an application that runs Pandoc on Android, you 
can be sure that it is possible. I am using Pandoc on my Android phone, 
but it is not the easiest thing to run apps from POSIX-compatible 
environment on Android, which differs from an ordinary Linux system a bit.¹

I am currently planning writing an application for authoring documents 
with Pandoc on both Android, „typical desktop Linux/Unix-like systems“ 
and even Windows. If you can wait few weeks, I'll open-source it. (If I 
make it running on Android.) I plan releasing two apps: one for general 
document authoring (and converting), and other one a bit specialized 
(and maybe presentation authoring tool etc.).

You can be sure that making sure that the Pandoc binary that you will 
include in your app will not work on some devices. Writing compatible 
Android apps is hard, and even harder when you are porting them to Android.

 > Is there any other tool available for reader/editor app which supports
 > multi format type converter and reading/editing functionality in 
android app

Other tool? There is a lot of them, but probably only Pandoc is so much 
versatile.


¹ Android is Linux-based system, but there are some modifications. Most 
notably that it does not follow the FHS.


Jiří.

-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/a49eafaf-b574-abc1-8e3d-e580c47cd631%40gmail.com.


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

end of thread, other threads:[~2022-08-02 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02  6:45 Pandocs in Android for File Reader/Editor App Encore Software
     [not found] ` <3a0cfd29-6d04-4eb5-bbcf-1322fdd0cecbn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-08-02 10:16   ` Jiří Wolker

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).