817 questions
0
votes
3
answers
58
views
Text in a paragraph gets darker when i focus input element
I have this simple code for replicate this weird behavior that i can't understand how to solve, when i just click inside the input element the text in the paragraph becomes darker, it seems like it ...
0
votes
0
answers
20
views
How to attach a link to a Drupal slick slide paragraph using link from the image media?
I'm working on a Drupal 10 site where we have a entity reference paragraph used to include multiple types on paragraphs. One paragraph type is for slideshows rendered with Slick. These include images ...
0
votes
1
answer
50
views
How do I make a multiline paragraph element dynamically shrink horizontally to remove white space? [duplicate]
Let me explain... I'm building out a representation of a SMS chain in html. Here is what I've got:
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,...
0
votes
0
answers
51
views
VBA for Word code that removes paragraph rules and replaces them with cell borders
I'm trying to write some code that will replace certain paragraph styles that have a bottom border (in tables) with other paragraph styles that have no bottom border but a cell border instead (if that ...
0
votes
0
answers
66
views
Breaking line in custom text in SwiftUI
I need to have a long text that detects automatically the links in it, and if so, they would be clickable and in other color. I've succeed to do that. However, I have a problem going back to the line, ...
0
votes
0
answers
39
views
In Jetpack Compose, the last cursor of a TextField with ParagraphStyle applied is positioned in a new paragraph
@Composable
fun TestInput() {
var value by remember {
mutableStateOf(TextFieldValue("Test Test Test"))
}
val visibleText = buildAnnotatedString {
append("...
0
votes
0
answers
93
views
Text Wrap in HTML
I have an example below about my problem:
Paragraphs do not behave the same when the line break is automatic (like with flex width) or when it is forced.
I need that when the line break in the ...
0
votes
1
answer
86
views
I want copy the paragraph that a comment has been added to in Word and put into an Excel table
I found a really simple macro in LinkedIn, from 'Harriet. L', to look at the Comments in a Word document and create an Excel table showing the 'page, author, comment text & date created' for each ...
0
votes
0
answers
24
views
Creating a single paragraph with loop Velocity
I have multiple variables in a list and I want to create a single paragraph for all of them that share the same property of what we'll call class.requirement for example's sake. I want to make a ...
0
votes
0
answers
62
views
How to automatically calculate characters with spaces for a specific paragraph in word?
As stated in the title, I would like to automatically calculate all characters with spaces within one paragraph. The reason for this is, I am writing multiple articles and could not keep track of the ...
0
votes
1
answer
109
views
Select and copy all paragraphs in selection range word macro
I need all paragraphs that are selected and not even completely selected to be selected and copied. I just wouldn’t like to select them completely with the mouse and copy them.
I know how to select ...
0
votes
0
answers
61
views
exact paragraph number after extracting pdf content
I aim to extract precise paragraph numbers when extracting text from a PDF. My current approach involves removing table and image content along with their bounding box (bbox) values from the PDF ...
2
votes
2
answers
2k
views
How to change the paragraph spacing in Typst?
How to change the paragraph spacing in Typst? Do we have any codes to perform it? It seems the function par() is not the case.......
I tried to look for the relevant codes, but I failed to find them. ...
0
votes
2
answers
99
views
Easy way to sort multiline paragraph where only first lines begin with non-space?
I have a text or log file which typically looks like this:
First line which is also a paragraph.
Another line that is its own paragraph.
etc. etc.
but occasionally it has some spill-over into a multi-...
0
votes
0
answers
58
views
Inconsistent Behavior of Height Multiplier in Skia
Here's what I've observed:
Setting a Very Low Multiplier: When I set the height multiplier to a very low value (e.g., 0.01), I expect the line height to be significantly smaller than the default (...