public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Joseph Reagle <joseph.2011-T1oY19WcHSwdnm+yROfE0A@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: user clickable checkbox?
Date: Thu, 19 Jan 2023 07:39:19 -0500	[thread overview]
Message-ID: <a074a128-ad47-1e49-3d7a-12096c2d9370@reagle.org> (raw)
In-Reply-To: <87pmbbmont.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>

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

I appreciate the suggestion, but wonder if the default behavior can be changed?

You are right that the toggles aren't permanent, but even impermanent toggles would be helpful to me in a class or meeting where I'm using a page to go through things to discuss/do in an agenda (see attached). Real toggles would help me from missing something. 🙂


On 1/18/23 17:58, Albert Krewinkel wrote:
> 
> Joseph Reagle <joseph.2011-T1oY19WcHSwdnm+yROfE0A@public.gmane.org> writes:
> 
>> Thanks Albert, but why is it disabled? That means I can't toggle it in the resulting web page.
> 
> I don't know, actually. Maybe because toggling doesn't have a permanent
> effect? Not sure.
> 
> You can add this to the HTML to enable the boxes programmatically:
> 
> <script type="javascript">
> document.querySelectorAll("input[disabled]")
>          .forEach(x => { x.disabled = false; })
> </script>

-- 
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/a074a128-ad47-1e49-3d7a-12096c2d9370%40reagle.org.

[-- Attachment #2: SCR-20230119-alo.png --]
[-- Type: image/png, Size: 15873 bytes --]

  parent reply	other threads:[~2023-01-19 12:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 20:22 Joseph Reagle
     [not found] ` <005cdbc0-3b07-b54c-4a6c-78199afe7146-T1oY19WcHSwdnm+yROfE0A@public.gmane.org>
2023-01-18 20:47   ` Albert Krewinkel
     [not found]     ` <87tu0nmuvt.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-01-18 21:30       ` Joseph Reagle
     [not found]         ` <9311682a-dbde-7898-660e-b83f5da11504-T1oY19WcHSwdnm+yROfE0A@public.gmane.org>
2023-01-18 22:58           ` Albert Krewinkel
     [not found]             ` <87pmbbmont.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-01-19 12:39               ` Joseph Reagle [this message]
2023-01-19 20:19               ` Albert Krewinkel
     [not found]                 ` <871qnqmg1t.fsf-9EawChwDxG8hFhg+JK9F0w@public.gmane.org>
2023-01-19 20:48                   ` Joseph Reagle

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=a074a128-ad47-1e49-3d7a-12096c2d9370@reagle.org \
    --to=joseph.2011-t1oy19wchswdnm+yrofe0a@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).