twitter.prettyprint: wrap tweet text
parent
044a862c37
commit
5966a65ade
|
@ -23,7 +23,8 @@ CONSTANT: tweet-username-style
|
||||||
CONSTANT: tweet-text-style
|
CONSTANT: tweet-text-style
|
||||||
H{
|
H{
|
||||||
{ font-name "sans-serif" }
|
{ font-name "sans-serif" }
|
||||||
{ font-size 18 }
|
{ font-size 16 }
|
||||||
|
{ wrap-margin 500 }
|
||||||
}
|
}
|
||||||
|
|
||||||
CONSTANT: tweet-metadata-style
|
CONSTANT: tweet-metadata-style
|
||||||
|
@ -36,6 +37,7 @@ CONSTANT: tweet-metadata-style
|
||||||
[
|
[
|
||||||
[ dup user>> user-image [ image. ] when* ] with-cell
|
[ dup user>> user-image [ image. ] when* ] with-cell
|
||||||
[
|
[
|
||||||
|
H{ { wrap-margin 600 } } [
|
||||||
tweet-text-style [
|
tweet-text-style [
|
||||||
tweet-username-style [
|
tweet-username-style [
|
||||||
dup user>> screen-name>> write
|
dup user>> screen-name>> write
|
||||||
|
@ -48,6 +50,7 @@ CONSTANT: tweet-metadata-style
|
||||||
dup source>> write
|
dup source>> write
|
||||||
] with-style
|
] with-style
|
||||||
] with-style
|
] with-style
|
||||||
|
] with-nesting
|
||||||
] with-cell
|
] with-cell
|
||||||
] with-row
|
] with-row
|
||||||
] tabular-output nl
|
] tabular-output nl
|
||||||
|
|
Loading…
Reference in New Issue