-
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
Option to allow blank lines in regular un/ordered list items #195
Comments
Btw, I've been choosing to use notes only up to now and combine full biblio graphic references with any note comment per notes item, for example, but I'm finding there are times when you need both notes and biblio lists. For example, when you use a lot of research for background info, but only cite a portion of it. Notes will reflect the portion while the bulk of research will be accounted in the biblio. This is standard in a notes/biblio referencing system. Another example I'm finding suited to having both lists is using biblios for media file sources (images, videos, etc) as a better way of being able to shorten the 'source' info in captions when attributing, due to copyrights, CC licenses, etc. Keeps the captions much lighter! |
I guess the first thing to ask is whether it's really necessary to use a list on a bibliography at all. Not needing to would make this moot for me since paras would be fine on biblios. But after 2 decades of working with HTML, I'm inclined to think it is necessary for semantic reasons. The Oxford Style Manual says a bibliography is 'normally ordered alphabetically'... The key word there being ordered, suggesting a numbered list, though unlike with notes, the biblio's numbering is rarely ever shown. |
If I've understood correctly, the only neat way I can think to implement this is by using the 'double dot' syntax like we do to allow line breaks in
Would that be doable? Same with numbered lists. |
If that’s possible, it would work nicely. In the case of a biblio, always the last section, the closing |
This sounds like a great place to use CSS from what I'm reading. Just have a class with something along the lines of: ul.some-class li + li {
margin-top: 1em;
} |
Yes, the presentation is easy, as my example given earlier (second post) might suggest. What I’m referring to here, and admittedly wasn’t clear about, is spacing used in the editor of Textpattern. And I realize as I type this now, this request might be problematic in that php Textile may not be used only for Textpattern. I am increasingly drafting in Scrivner first these days anyway, so I suppose it’s my own labour regardless. |
The trailing |
Bloke, thanks for the clarification. Seems like a good situation no matter how you slice it. |
Is your feature request related to a problem?
Not a problem. More like a usability convenience.
What is the feature?
I tend to work on a lot of nonfiction long-form content, and use a lot of notes and bibliography lists in relation. When using Textile for notes, blank lines are allowed/necessary between items and this is nice because if/when notes are long. For example:
You can imagine how much more difficult it would be to find and edit notelist items in the Textpattern editor (which doesn't highlight code like here) if they required no blank lines as regular lists do.
The problem comes with creating bibliographies, however, which do use regular lists, thus require no blank lines between items. When you have bibliographies of 20 or more items, even less, it just looks like a big wall of text and is initially cumbersome to scan through and edit. If we could allow blank lines in regular lists somehow the scanning and editing would be a lot simplified.
Specifically I mean make lists work so blank lines could be used or not per a given list. Obviously there are many cases where having no blank lines would be more desirable.
Don't know if it's possible, but since notes work that way, thought I'd toss it in there.
The text was updated successfully, but these errors were encountered: