AVLE code highlight 테스트
코드를 좀 더 예쁘게 보이게 하는 라이브러리를 테스트하고 있습니다.
코드가 이렇게 보입니다.
SelectionArea(
child: HtmlWidget(
convertMarkdownToHtml(
markdownBody: body,
width: MediaQuery.of(context).size.width,
),
factoryBuilder: () {
return PopupPhotoViewWidgetFactory();
},
onTapUrl: (url) async {
print('url tapped $url');
handleLinks(context: context, url: url.replaceAll('\n', ''));
return true;
},
customWidgetBuilder: (e) {
return htmlWidgetCustomWidgetBuilder(e: e);
},
customStylesBuilder: (e) {
// return htmlWidgetCustomStyleBuilder(tagName: e.localName);
return htmlWidgetCustomStyleBuilder(e: e);
},
// isSelectable: isMobileWeb() ? false : true,
// isSelectable: false,
textStyle: TextStyle(
fontSize: _fontSize,
letterSpacing: _fontSpace,
height: _fontHeight,
),
// webView: true,
),
),
Posted through the AVLE Dapp (https://avle.io)
Thank you, friend!
I'm @steem.history, who is steem witness.
Thank you for witnessvoting for me.
please click it!
(Go to https://steemit.com/~witnesses and type fbslo at the bottom of the page)
The weight is reduced because of the lack of Voting Power. If you vote for me as a witness, you can get my little vote.
예쁩니다. ^^
아 프리뷰랑 다르게 보이네요. 이런. 수정이 필요합니다~
제가 에이블을 잘못쓴 것인지 여기서 오늘 포스팅을 작성했는데 어제 포스팅을 에디트한 것으로 작업이 되었습니다. 뭔가 이상한데 알아봐주실수 있는지요? 이상해서 다시 썼더니 어제 포스팅에 덧붙여지는데요. 제 실수 였다면 혹시 원래 포스팅 복원할 방법이 없는지요? 애써 쓴 글이 날라가버렸네요.
오늘 포스팅은 스팀잇으로 다시 재작성 하여 올렸습니다.
이곳에서 확인해 보시겠어요?
https://www.steemcryptic.me/
여기에 아래처럼 입력하면 수정 내역이 보입니다.
https://steemit.com/@peterchung/cec63a
무슨 원인인지 모르겠지만 고유한 링크 생성이 안된거 같습니다.
이상한게 이미 존재하는 링크라면 체크하는 부분이 있는데, 그게 동작을 안한건지 모르겠습니다.
우선 위 사이트에서 수정 내역을 확인하실 수 있습니다.
감사합니다. 포스팅 편집이력을 알수 있는 사이트가 있어서 다행이네요.
에이블 사용중의 에러인 것인지 제가 잘못 사용한 것인지 오늘 다시 작성해보면 알수 있겠네요.