Sebastian Krysmanski
Forum Replies Created
-
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] fix lists followed by a sectionThe BlogText parser is currently based on regular expressions which get more complicate and trickier to edit the bigger the parser is.
This being said, I’m in the process of rewriting the parser but this will take some time and I’ll probably not be finished before end of this year.
As for your question: If you nest a list within a list (like in all of your examples) BlogText wraps the list item’s text in
<p>...</p>(to produce valid HTML). This may be the cause of your additional line breaks. However, both examples you provides render fine at my blog. Are you using the most recent version of BlogText (0.9.4)?You can disable link icons by either unchecking “Use default filetype icons” or “Use default CSS file”. If you only want to have a certain selection of file icons, uncheck “Use default filetype icons” and provide CSS for the icons you want. See https://bitbucket.org/mayastudios/blogtext/src/bf24e54e668a/style/fileicons.css
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] fix double spaces in sectionsThis is indeed a bug. I’ve create a ticket for this: https://bitbucket.org/mayastudios/blogtext/issue/10/double-spaces-in-header-break-formatting
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] implement table of contents themingWhat do you mean? Styling for tables? That’s the responsibility of the WordPress theme you’re using (and the theme usually provides styles for tables).
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] Does not work when post is publishedI’m sorry I didn’t respond to your question until now. I didn’t get notified about it. Anyway – does this problem still exist?
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] ThumbnailsThanks for reporting this. I’ll add a check for this issue to BlogText.
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] ThumbnailsWhat do you mean by you “can’t see thumbnails”? Is the image missing? Do you have a URL where I can see this problem (preferably with the corresponding BlogText code)?
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] A few suggestionsJust FYI, I’ve created tickets for your requests at BlogText’s bug tracker: https://bitbucket.org/mayastudios/blogtext/issues You can follow their status there.
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] A few suggestionsAh, yes. This problem occurs for highlighted lines. I forgot to test this feature with the other colorization themes. To solve it (until its solved in the next update), simply add the following line to “blogtext/style/default.css”:
.ln-xtra { display: block; }This should solve the problem.
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] A few suggestionsNot a problem.
This shouldn’t happen. Have tried the page in a different browser/clear the browser cache? Can you give me a screenshot of the weird colorization? Also, from which to which colorization theme are you switching? And what’s your WordPress version?
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] A few suggestionsMy pleasure. It’s always nice to hear about people using and liking BlogText.
Just out of curiosity: What’s the link to your blog post?
Forum: Plugins
In reply to: [BlogText] [Plugin: BlogText] A few suggestionsJust some notes/clarification:
- By “tab space” you mean the number of spaces a tab character is replaced with?
- I didn’t even knew this “nextpage” tag existed. I’ve never used it. This can certainly be implemented, altough I fear that it might be a little bit complicated.
- I’ll check this. However, there’s no way through JavaScript to put something on the clipboard. (I already tried it and it didn’t work.)
Again, I don’t think this is a BlogText problem. You should ask on general forums here about your problem (or better you should ask the person who installed your WordPress blog for you, if you didn’t do this yourself).
Why do you think this has anything to do with BlogText? If you disable BlogText, do you then get emails for comments? And which version of BlogText are you using?
And, you can see your WordPress version usually at the bottom of each admin (backend) page.
Forum: Fixing WordPress
In reply to: plugin readme file problemYap, that worked. However, still this is something new users should be told about (for example in the FAQ: http://wordpress.org/extend/plugins/about/faq/ ).