Code to use unicode to bold and italic styles to text

Đang mở
#191 8 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
25/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
javascript
Lĩnh vực
web-dev

Hướng nghiên cứu

Start by reviewing the Yaytext example and the proposed HTML input and Unicode output in this issue; no repository files, tests, or entry points are named. Done would mean converting the requested bold and italic markup into Unicode-styled text suitable for a Twitter or Facebook post.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Have you ever seen Yaytext?

It's an interactive tool that adds style to text using Unicode. Try it out. I'm glad to see it's possible to do this.

But I want to do it in code. Say I have a string with HTML markup for bold and italic. I want to pass that string to a routine and have it return a string with the bold and italic done with Unicode mapping. So it can be in a FB or Twitter post, for example. I want to bake this into thread.center, if possible.

I did a quick search for a JS code that does this. But it must be around. If not, it should be.

A little pseudocode:

var s = "This is <b>bold</b> text, and this is &i>italic</i> text.";
var unicodeversion = convertHtmlStyleToUnicode (s);
twitter.tweet (unicodeversion);

Ngôn ngữ chính
HTML
Star
134
Fork
10
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của scripting/Scripting-News

Tất cả issue của scripting/Scripting-News

Issue tương tự

Thêm issue về Web Dev

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.