public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* A Beginner needing some guidance.
@ 2021-03-24 10:20 Sarthak Parikh
       [not found] ` <2aa14c79-6fa7-49a2-9eb5-7e3f7d7b4643n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Sarthak Parikh @ 2021-03-24 10:20 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi
I am Sarthak.
I came across the Pandoc Figures Project through GSoC's page.
I installed it and tried to play around with it a bit. Found it really 
handy.
I am interested in contributing to the Project.
I read the relevant instructions to contribute and found the "good first 
issues" page & "complexity:low" issues page.
I have familiarity with basic Haskell syntax  and data types and HTML 
syntax (from a University course) 


I tried reading the code but did not understand a lot of things.

Question : 
1) Where should I start first (i.e Readers/Writers/Pandoc.hs or jump 
straight to the issues.)
   or 
   Should I first gloss over the documentation of the imported modules to 
get a gist of what connects to what and how.
   or 
   something else of your suggestion.

Any help will be appreciated. 
Thanks in advance.

-- 
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/2aa14c79-6fa7-49a2-9eb5-7e3f7d7b4643n%40googlegroups.com.

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

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

* Re: A Beginner needing some guidance.
       [not found] ` <2aa14c79-6fa7-49a2-9eb5-7e3f7d7b4643n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-12-09  8:06   ` astrick harren
       [not found]     ` <adb7a965-8848-4ccb-ad3c-d871c82beebcn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: astrick harren @ 2021-12-09  8:06 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi, 
I am also a beginner and having the same question as you did there several 
month ago. I would like to know if you continued your contribution and if 
so what advice you would give to you back there. 

Also I'm looking forward to others beginners or professionals joining this 
thread if they have any to share. 

Thanks in advance

On Wednesday, March 24, 2021 at 6:20:18 PM UTC+8 sarth...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:

> Hi
> I am Sarthak.
> I came across the Pandoc Figures Project through GSoC's page.
> I installed it and tried to play around with it a bit. Found it really 
> handy.
> I am interested in contributing to the Project.
> I read the relevant instructions to contribute and found the "good first 
> issues" page & "complexity:low" issues page.
> I have familiarity with basic Haskell syntax  and data types and HTML 
> syntax (from a University course) 
>
>
> I tried reading the code but did not understand a lot of things.
>
> Question : 
> 1) Where should I start first (i.e Readers/Writers/Pandoc.hs or jump 
> straight to the issues.)
>    or 
>    Should I first gloss over the documentation of the imported modules to 
> get a gist of what connects to what and how.
>    or 
>    something else of your suggestion.
>
> Any help will be appreciated. 
> Thanks in advance.
>

-- 
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/adb7a965-8848-4ccb-ad3c-d871c82beebcn%40googlegroups.com.

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

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

* Re: A Beginner needing some guidance.
       [not found]     ` <adb7a965-8848-4ccb-ad3c-d871c82beebcn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-12-09 10:16       ` Albert Krewinkel
       [not found]         ` <87h7bi13tk.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Albert Krewinkel @ 2021-12-09 10:16 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

There's an unfinished guide that might be helpful:
https://github.com/jgm/pandoc/blob/master/doc/short-guide-to-pandocs-sources.md
astrick harren <astrick.harren.at.work-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hi, 
> I am also a beginner and having the same question as you did there several 
> month ago. I would like to know if you continued your contribution and if 
> so what advice you would give to you back there. 
>
> Also I'm looking forward to others beginners or professionals joining this 
> thread if they have any to share. 
>
> Thanks in advance
>
> On Wednesday, March 24, 2021 at 6:20:18 PM UTC+8 sarth...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
>
>> Hi
>> I am Sarthak.
>> I came across the Pandoc Figures Project through GSoC's page.
>> I installed it and tried to play around with it a bit. Found it really 
>> handy.
>> I am interested in contributing to the Project.
>> I read the relevant instructions to contribute and found the "good first 
>> issues" page & "complexity:low" issues page.
>> I have familiarity with basic Haskell syntax  and data types and HTML 
>> syntax (from a University course) 
>>
>>
>> I tried reading the code but did not understand a lot of things.
>>
>> Question : 
>> 1) Where should I start first (i.e Readers/Writers/Pandoc.hs or jump 
>> straight to the issues.)
>>    or 
>>    Should I first gloss over the documentation of the imported modules to 
>> get a gist of what connects to what and how.
>>    or 
>>    something else of your suggestion.
>>
>> Any help will be appreciated. 
>> Thanks in advance.
>>


-- 
Albert Krewinkel
GPG: 8eed e3e2 e8c5 6f18 81fe  e836 388d c0b2 1f63 1124


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

* Re: A Beginner needing some guidance.
       [not found]         ` <87h7bi13tk.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
@ 2021-12-09 10:41           ` astrick harren
  0 siblings, 0 replies; 4+ messages in thread
From: astrick harren @ 2021-12-09 10:41 UTC (permalink / raw)
  To: pandoc-discuss


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

Thanks! I see you put a lot of effort there, this should indeed be very 
helpful!

On Thursday, December 9, 2021 at 6:16:17 PM UTC+8 Albert Krewinkel wrote:

> There's an unfinished guide that might be helpful:
>
> https://github.com/jgm/pandoc/blob/master/doc/short-guide-to-pandocs-sources.md
> astrick harren <astrick.har...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
> > Hi, 
> > I am also a beginner and having the same question as you did there 
> several 
> > month ago. I would like to know if you continued your contribution and 
> if 
> > so what advice you would give to you back there. 
> >
> > Also I'm looking forward to others beginners or professionals joining 
> this 
> > thread if they have any to share. 
> >
> > Thanks in advance
> >
> > On Wednesday, March 24, 2021 at 6:20:18 PM UTC+8 sarth...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org 
> wrote:
> >
> >> Hi
> >> I am Sarthak.
> >> I came across the Pandoc Figures Project through GSoC's page.
> >> I installed it and tried to play around with it a bit. Found it really 
> >> handy.
> >> I am interested in contributing to the Project.
> >> I read the relevant instructions to contribute and found the "good 
> first 
> >> issues" page & "complexity:low" issues page.
> >> I have familiarity with basic Haskell syntax and data types and HTML 
> >> syntax (from a University course) 
> >>
> >>
> >> I tried reading the code but did not understand a lot of things.
> >>
> >> Question : 
> >> 1) Where should I start first (i.e Readers/Writers/Pandoc.hs or jump 
> >> straight to the issues.)
> >> or 
> >> Should I first gloss over the documentation of the imported modules to 
> >> get a gist of what connects to what and how.
> >> or 
> >> something else of your suggestion.
> >>
> >> Any help will be appreciated. 
> >> Thanks in advance.
> >>
>
>
> -- 
> Albert Krewinkel
> GPG: 8eed e3e2 e8c5 6f18 81fe e836 388d c0b2 1f63 1124
>

-- 
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/9a476336-8df3-449f-bbd1-da471f516d20n%40googlegroups.com.

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

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

end of thread, other threads:[~2021-12-09 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 10:20 A Beginner needing some guidance Sarthak Parikh
     [not found] ` <2aa14c79-6fa7-49a2-9eb5-7e3f7d7b4643n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-12-09  8:06   ` astrick harren
     [not found]     ` <adb7a965-8848-4ccb-ad3c-d871c82beebcn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-12-09 10:16       ` Albert Krewinkel
     [not found]         ` <87h7bi13tk.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2021-12-09 10:41           ` astrick harren

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