-
Notifications
You must be signed in to change notification settings - Fork 27
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
NPF indent_level
– a no longer supported feature?
#115
Comments
I think this has been the case since NPF came out. I would also like confirmation if it's officially a bug or officially just unsupported/abandoned/whatever. |
my understanding is that indent level is supported inconsistently across
clients, it was a feature that was specced but hasn't been prioritized to
be implemented.Probably the blog network (username.tumblr.com) pages will
render it correctly?
…On Sun, Aug 27, 2023 at 8:39 PM marcustyphoon ***@***.***> wrote:
I think this has been the case since NPF came out. I would also like
confirmation if it's officially a bug or officially just
unsupported/abandoned/whatever.
—
Reply to this email directly, view it on GitHub
<#115 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABZCV4L4LWGDIV55L5M2UDXXPZFDANCNFSM6AAAAAA4AWB55A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello! This looks like a bug to me. At least on web, the I've filed a bug ticket for this internally, hopefully we can get an answer/fix for this out soon. |
I have been making my own client (tumblrdotcom) and have noticed posts with any non-zero indent_level do not render correctly when posted. I have also noticed that even if I manually construct a post in the tumblr UI with any indented blocks, they do not render correctly and sometimes break the editor. Is this feature no longer supported?
For example, using the API to post the following content taken from the text block subtype docs:
Will post successfully:
When I get this post, again with the API, the indent levels are in the received NPF content as above.
However, the post does not render correctly:
Unless it is being edited (however, it seems to get confused between ordered and unordered lists):
Another example using the Tumblr UI, again taken from the docs:
Produces the same output:
Again, unless in edit mode. When getting this post with the API, it still has the indent levels as above.
This actually breaks the editor in some cases, such as lists inside of blockquotes.
All this is to ask, is the indent_level a no longer supported feature for Tumblr posts, or is this a bug?
The text was updated successfully, but these errors were encountered: