Copy link to clipboard
Copied
Hi, I would like to add in a text with bullet point, but I cant seem to get it with the right formatting. I did attempt to format it in illustrator (using tabs and paragraph spacing) before copying and pasting, but to no avail. anyone knows how?
2 Correct answers
AE doesn't support any specific list formatting. You have to manualyl construct it from multiple text layers and/ or using lots of spaces and custom kerning.
Mylenium
This should work -
str = text.sourceText;
bullet = str.split("\r");
numBullets = bullet.length;
newStr = "";
for(i = 1; i < numBullets; i++) {
bullet[i] = "• " + bullet[i];
newStr = newStr + bullet[i] + "\r";
}
str.split("\r")[0] + "\r" + newStr
Copy link to clipboard
Copied
Thanks for keeping it simple.
Copy link to clipboard
Copied
...and I'm always good for the very least I can do. Lol.
Copy link to clipboard
Copied
You'll have to format manually, but simply typing a bullet point (on a Mac, Option + 8), or copy-pasting one, worked for me.
Copy link to clipboard
Copied
How did it come to this where we have to have 2 Adobe Community pages of work-arounds to solve a problem that was solved by Powerpoint 10 years ago and powerpoint sucks which I hope we all agree. Please Adobe, just be marginally as good as Powerpoint.
Copy link to clipboard
Copied
Easy way , write the text in Adobe Illustrator n copy paste
Copy link to clipboard
Copied
Copy paste a text format bullet point here > ( • )


-
- 1
- 2