• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

How to format bullet point in after effects?

Explorer ,
Jan 18, 2020 Jan 18, 2020

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? 

TOPICS
How to

Views

54.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

LEGEND , Jan 18, 2020 Jan 18, 2020

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

Votes

Translate

Translate
Valorous Hero , Mar 22, 2021 Mar 22, 2021

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

Votes

Translate

Translate
Community Beginner ,
Jun 07, 2024 Jun 07, 2024

Copy link to clipboard

Copied

Thanks for keeping it simple.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 07, 2024 Jun 07, 2024

Copy link to clipboard

Copied

LATEST
UR welcome. It's the least I can do.
...and I'm always good for the very least I can do. Lol.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jan 10, 2024 Jan 10, 2024

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 17, 2024 Feb 17, 2024

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 27, 2024 Feb 27, 2024

Copy link to clipboard

Copied

Easy way , write the text in Adobe Illustrator n copy paste

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines