@juse Great, I learned a new function, thanks to my enthusiastic friends!
Panzz
Posts
-
[Help] What component is used to achieve this link effect -
[Help] What component is used to achieve this link effectWhat component is used to achieve this link effect? As shown in the figure below
-
[help] How to achieve this effect@baris Awesome, I followed your instructions to create this effect, thank you very much!
-
[help] How to achieve this effectI saw this notification function on the official forum, which is great. I tried using Group Topic or , but I couldn't configure the same effect. Can anyone tell me how to configure this?
-
NodeBB 3.11.0Many thanks for your hard work
-
Quoted postsIf I change my username after posting a post, the original username is still displayed on Activitypub?
-
Quoted posts@julian said in Quoted posts:
Note that I said "quoted posts", not "quote posts", don't @ me!
After the last WG meeting @[email protected] @[email protected] and I chatted a bit about how NodeBB handles quoted posts, but also in relation to quote posts. I thought that it was an interesting chat that merited further discussion; also because some of it was over my head.
When asked how NodeBB handles blockquotes specifically, I replied that blockquotes themselves are rather simple. We set a copy of the text wrapped in
<blockquote>
.The rationale is simple: forums typically represent content in a linear fashion, and quoted posts are a handy way to reinforce subcontext within a topic. A typical topic/thread could have many separate discussions all happening together (aka thread drift), so quotes help others know what you're responding to. We don't have special handling or references to our blockquotes because there is a history in forums of edited blockquotes.
Perhaps you want to have a block quote and add some emphasis?
It's also better netiquette (god, that term is old) to trim down the quote to only the relevant parts.
Another upside is that a copy-paste of a post preserves that post to history. That can be useful if the quoted user tries to edit their post later, etc.
vis-a-vis the concept of "quote posts", which I take to mean an embedded post within a post, allowing for replies, likes, etc. How that is represented via ActivityPub is probably detailed in some FEP, but NodeBB doesn't implement that yet. It's a more complicated mechanism that requires a lot more thinking through, and to be honest, we haven't had the need for that in the 10+ years we've been building NodeBB.
Quotes should involve resources. With the current citation mechanism, if the user deletes the original post, the quoted content will still exist. The ideal mechanism is that if the user deletes the original post, the quoted content should also be deleted. This is very important for the federation system, so I think the citation system should be upgraded to display the quoted content through pid and forum-fedi.
-
Tell Baris to have a good vacation ️@baris Have a nice vacation!