Closed spl closed 10 years ago
I like this idea, thx, I'll try to fix the style of options page.
Thanks!
I agree with you, using <blockquote>
to false by default will surprise users, I think keep it is better, so I just make a change to set it to true by default in options page, but I use nouseblockquote
to store the value in the code. refer to https://github.com/clvrobj/Pinboard-Plus/commit/c41b865f7a9241346f7f508843622a7b68f7a372.
No problem. Thanks for the pointer. As far as grammatical usage goes, I would suggest (1) noblockquote
or (the more verbose) dontuseblockquote
rather than nouseblockquote
and (2) the simpler useBlockquote
over isUseBlockquote
, which is a bit confusing.
That's helpful! :+1:
I don't want
<blockquote>
around my Notes text, so I changed it to be an option. This works fine for me, but it has a few issues that could be improved.<p>
in the<section>
is always this way. Maybe you know why?<blockquote>
s tofalse
, which would probably surprise users. I think it's logically better to present the option wherechecked
means “use<blockquote>
s” instead of “don't use.” However, It would probably be a good idea to set the default totrue
. I wasn't sure of the appropriate way to do that.