public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Albert Krewinkel <albert+pandoc-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: ignore section & content in output
Date: Sat, 09 Feb 2019 22:40:15 +0100	[thread overview]
Message-ID: <87a7j4iqtc.fsf@zeitkraut.de> (raw)
In-Reply-To: <bbe3cee2-f65b-41c2-a1e0-04eceedd463f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

Colin McLear writes:

> I would like to be able to put an id like {#ignore} next to any section
> title of arbitrary depth (i.e. h1, h2, etc) and have a lua filter that just
> removes that section for any output. I have a filter that accomplishes this
> for particular headings but for some reason (well, probably because I know
> very little lua) I can't make this work for heading and content. Any ideas
> are appreciated!

Maybe take a look at the abstract-to-meta filter in
<https://github.com/pandoc/lua-filters>. It does something quite
similar, in that it looks for a specific header and removes it
together with all its content from the document body. Only few
changes should be necessary to make it suitable for your
use-case.


  parent reply	other threads:[~2019-02-09 21:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-09 18:55 Colin McLear
     [not found] ` <bbe3cee2-f65b-41c2-a1e0-04eceedd463f-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-09 21:40   ` Albert Krewinkel [this message]
     [not found]     ` <87a7j4iqtc.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2019-02-11  5:17       ` Colin McLear
2019-02-11 17:48   ` Colin McLear
     [not found]     ` <717bc9dc-b99a-4472-9965-1c84a737fc01-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-11 23:27       ` EBkysko
     [not found]         ` <b4c57563-7c47-4b1d-accd-2bdaf2e39e75-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-12 22:47           ` Colin McLear
     [not found]             ` <5a59f103-d049-453e-b677-d85a2a2d3a76-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-13  0:00               ` EBkysko
     [not found]                 ` <50ee8006-c909-4b7f-a81b-98d83c2a4aa9-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-02-13  1:13                   ` EBkysko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a7j4iqtc.fsf@zeitkraut.de \
    --to=albert+pandoc-9eawchwdxg8hfhg+jk9f0w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).