-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for <q></q>? #70
Comments
+1 This could solve issue #10. Textile generates the tags, and the user can specify language specific quotation marks in the CSS, like so:
|
For now, if you want to experiment with this (not a viable longer-term solution, just to whet your appetite), simply change the glyphs assigned to the open and close double quotes to be
You can then play around with the CSS to define language mappings and try out different rules for different languages...
etc, etc. I don't see this as a particularly good solution to #10 though as it doesn't address the use of language specific alternate quotes that should be mapped to single open and closes. It also ignores rules about what glyphs to use to indicate things like possession. |
Of all the possible solutions I think backticks are probably the safest unused characters in textile if we did adopt the use of
...would become...
and the browser renders the quotes according to the CSS. Backticks also look like you are actually quoting something in the source text. |
Whew. Six years. Okay, here it goes... And pardon my ignorance. I'm not a dev. I only look at this from the surface, so may not see the obvious inhibitors. Regarding this request for Consider this Moz text example:
Note this represents use of the So, with Textile, instead of this:
Which is nearly pointless, because you could just as easily us So, recycling the
Note how the URL is incorporated to account for the But an author could just as easily opt to not provide the URL too, or to provide it in an alternate (and more intuitive) way:
All and all, this is as much about the tactic the author takes in writing as much as satisfying some old-school HTML 4 invention, and in this light, the value seems to fall on the And, if you're a heavy footnotes/endnotes user, like I am, the |
I guess there is the issue of backwards compatibility, and, as I just read now after the fact, the Textile contributor guidelines states all changes must be backwards compatible, so... Maybe this just stays on indefinite hold, because, honestly, |
cc @bloatware :) |
As I get it,
So recycling |
Agree that legacy syntax should not be changed in function. So backticks would be my preference too, as long as it doesn’t break anything. |
What about using double double-quotes or double single-quotes wrapping the
text?
…On Sat, 20 Oct 2018, 18:57 Phil Wareham, ***@***.***> wrote:
Agree that legacy syntax should not be changed in function. So backticks
would be my preference too, as long as it doesn’t break anything.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUXfwFqX7w46GuilyPJTD9CxlFiWuLxks5um5w4gaJpZM4AGlOr>
.
|
It's fine from "writer" pov, but a bit risky in txp context. Something like this could be broken:
|
Again, I think the
Yes, the italics thing wasn't really what I was trying to emphasize. Rather I don't think many people use the But, most important here is guarding the legacy, so... |
Now that it's more widely supported, it could be a nice addition.
Here are a few ideas (well, "ideas", in some cases, I just looked for some unused symbols) for the syntax:
The text was updated successfully, but these errors were encountered: