## Repository https://github.com/knacksteem/knacksteem.org ## Pull Request https://github.com/knacksteem/knacksteem.org/pull/52   This Pr add a new Editor in the knackSteem Project, The editor accepts functionalities like drag and drop, File clicking, Pasting files. Also a refactor of the App layout to add the side bar component through out the application. ## What did i use? Building this Editor, the following packages were used 1. React-dropzone 2. React-hotkeys React dropzone was used to handle drag and drop events on the editor, while React hotkeys was used to handle key events on the editor. ```js insertAtCursor = (before, after, deltaStart = 0, deltaEnd = 0) => { if (!this.input) return; const startPos = this.input.selectionStart; const endPos = this.input.selectionEnd; this.input.value = this.input.value.substring(0, startPos) + before + this.input.value.substring(startPos, endPos) + after + this.input.value.substring(endPos, this.input.value.length); this.input.selectionStart = startPos + deltaStart; this.input.selectionEnd = endPos + deltaEnd; }; ``` The above method insert at the cursor position in the text editor, simply by getting the starting and ending position of the cursor. ``` handlePastedImage = (e) => { if (e.clipboardData && e.clipboardData.items) { const items = e.clipboardData.items; Array.from(items).forEach((item) => { if (item.kind === 'file') { e.preventDefault(); this.setState({ imageUploading: true, }); const blob = item.getAsFile(); this.props.onImageInserted(blob, this.insertImage, () => this.setState({ imageUploading: false, }), ); } }); } }; ``` The above code handle pasted images screenshot on the editor, which is gotten from the clipboard. ## Issue https://github.com/knacksteem/knacksteem.org/issues/34 ## Task Request https://steemit.com/knacksteem/@knowledges/development-task-request-help-build-knacksteem-front-end-800-steem-bounty ## What's next? The next pull for this task will be a refactor of the Editor area and to add a toggle side bar across the application for moderation functionality and basic navigation. In the future, i will also like to add draft functionality on the editor. ## Commits https://github.com/knacksteem/knacksteem.org/pull/52/commits/2aca5f82e88279eeb3bb70c1cad29e97776e546d https://github.com/knacksteem/knacksteem.org/pull/52/commits/7220c5d708ad666a7015cb427822f7befb7f612f https://github.com/knacksteem/knacksteem.org/pull/52/commits/3e1f911654a13cf297e6eda25b45f6aaed705270 https://github.com/knacksteem/knacksteem.org/pull/52/commits/7ee61675f1395e84f8ff25a4debaa10d2c89979b https://github.com/knacksteem/knacksteem.org/pull/52/commits/463d719b6ad6cbb130326f2370f549f9d823b397 ## Github Account https://github.com/ogbiyoyosky
author | sirfreeman |
---|---|
permlink | update-knacksteem-editor-and-refactor-of-the-sidebar-component-across-the-application |
category | utopian-io |
json_metadata | {"tags":["utopian-io","development","knacksteem","programming","reactjs"],"links":["https://github.com/knacksteem/knacksteem.org","https://github.com/knacksteem/knacksteem.org/pull/52","https://github.com/knacksteem/knacksteem.org/issues/34","https://steemit.com/knacksteem/@knowledges/development-task-request-help-build-knacksteem-front-end-800-steem-bounty","https://github.com/knacksteem/knacksteem.org/pull/52/commits/2aca5f82e88279eeb3bb70c1cad29e97776e546d","https://github.com/knacksteem/knacksteem.org/pull/52/commits/7220c5d708ad666a7015cb427822f7befb7f612f","https://github.com/knacksteem/knacksteem.org/pull/52/commits/3e1f911654a13cf297e6eda25b45f6aaed705270","https://github.com/knacksteem/knacksteem.org/pull/52/commits/7ee61675f1395e84f8ff25a4debaa10d2c89979b","https://github.com/knacksteem/knacksteem.org/pull/52/commits/463d719b6ad6cbb130326f2370f549f9d823b397","https://github.com/ogbiyoyosky"],"app":"steemit/0.1","format":"markdown","image":["https://cdn.steemitimages.com/DQmb7UCWRabcT2KgHhc5S7V63kmUKvRJFJPku4rT1mz4XFG/image.png","https://cdn.steemitimages.com/DQmZ6ojCkGKVN8MkYjQkjoJBMB4Bgz5XhFSYNYeWvFfioUd/image.png"]} |
created | 2018-11-26 15:31:48 |
last_update | 2018-11-26 15:47:42 |
depth | 0 |
children | 4 |
last_payout | 2018-12-03 15:31:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 30.351 HBD |
curator_payout_value | 9.644 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,979 |
author_reputation | 13,136,718,943,137 |
root_title | "Update--- KnackSteem Editor and Refactor of the sidebar component across the Application" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,940,407 |
net_rshares | 64,798,198,752,443 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bukiland | 0 | 4,629,605,518 | 1.22% | ||
miniature-tiger | 0 | 100,509,673,481 | 50% | ||
jga | 0 | 4,096,394,696 | 22.57% | ||
helo | 0 | 40,930,783,846 | 100% | ||
fandy | 0 | 202,760,580 | 45.15% | ||
codingdefined | 0 | 7,863,161,240 | 7.5% | ||
leir | 0 | 1,884,458,659 | 50% | ||
jadabug | 0 | 434,365,141 | 1.2% | ||
accelerator | 0 | 20,952,732,388 | 1.5% | ||
espoem | 0 | 3,259,062,062 | 2% | ||
mcfarhat | 0 | 21,932,236,000 | 27.43% | ||
birddroppings | 0 | 2,045,073,801 | 10% | ||
utopian-io | 0 | 62,709,041,619,346 | 45.15% | ||
jaff8 | 0 | 122,698,290,901 | 100% | ||
gattino | 0 | 1,039,087,495 | 8% | ||
scipio | 0 | 79,020,733,211 | 33.33% | ||
sirfreeman | 0 | 7,776,117,943 | 100% | ||
amosbastian | 0 | 160,279,390,172 | 68.59% | ||
tdre | 0 | 16,638,213,946 | 100% | ||
build7-casole | 0 | 576,012,215 | 100% | ||
jjay | 0 | 419,831,123 | 100% | ||
neokuduk | 0 | 3,007,104,289 | 100% | ||
bringolo | 0 | 35,382,456,508 | 99.71% | ||
akifane | 0 | 449,022,663 | 100% | ||
reazuliqbal | 0 | 27,057,520,804 | 25% | ||
simplymike | 0 | 64,190,781,044 | 35% | ||
mercuribot | 0 | 565,399,390 | 20% | ||
xinvista | 0 | 209,919,985 | 100% | ||
effofex | 0 | 89,416,885 | 0.75% | ||
ryuna.siege | 0 | 208,919,550 | 100% | ||
fel1xw | 0 | 1,031,178,751 | 50% | ||
jester87 | 0 | 405,136,427 | 100% | ||
natalinatali | 0 | 505,919,331 | 100% | ||
emil258 | 0 | 504,618,145 | 100% | ||
glitterbot | 0 | 322,650,602 | 50% | ||
giogiorgadze1221 | 0 | 505,996,153 | 100% | ||
kelal | 0 | 504,516,812 | 100% | ||
robsimsh | 0 | 504,071,185 | 100% | ||
lersus77 | 0 | 504,485,246 | 100% | ||
xlibanti | 0 | 504,401,999 | 100% | ||
voronovboris | 0 | 504,659,077 | 100% | ||
judiciouscable | 0 | 504,759,970 | 100% | ||
bentwag | 0 | 504,241,790 | 100% | ||
pavlovdinar | 0 | 504,980,899 | 100% | ||
mightypanda | 0 | 61,034,553,756 | 35% | ||
evasivepike | 0 | 505,247,666 | 100% | ||
notarfuncma | 0 | 509,891,583 | 100% | ||
tatetacon | 0 | 523,853,193 | 100% | ||
natuhosrapp | 0 | 501,017,487 | 100% | ||
parkaprint | 0 | 504,289,525 | 100% | ||
bonedarid | 0 | 504,477,360 | 100% | ||
twistlumber | 0 | 503,545,188 | 100% | ||
tiokiamunga | 0 | 534,775,651 | 100% | ||
rakov23 | 0 | 504,857,289 | 100% | ||
osakscinac | 0 | 513,445,775 | 100% | ||
titadisca | 0 | 523,519,536 | 100% | ||
westcarowne | 0 | 502,644,623 | 100% | ||
froscucagop | 0 | 524,568,524 | 100% | ||
urinusud | 0 | 522,502,245 | 100% | ||
cobouttiti | 0 | 537,222,292 | 100% | ||
taptotaficl | 0 | 480,383,917 | 100% | ||
enycproxde | 0 | 511,939,763 | 100% | ||
gorraudechan | 0 | 512,592,558 | 100% | ||
teovewelmi | 0 | 511,661,218 | 100% | ||
manconewtu | 0 | 512,104,609 | 100% | ||
spurinizva | 0 | 500,167,768 | 100% | ||
mholacamma | 0 | 488,598,273 | 100% | ||
elenatagaeva | 0 | 506,048,590 | 100% | ||
viaprogpuisy | 0 | 539,027,418 | 100% | ||
eclipticmelange | 0 | 505,911,334 | 100% | ||
indigooccupy | 0 | 505,146,507 | 100% | ||
gcsethy | 0 | 504,149,503 | 100% | ||
butlervault | 0 | 504,209,900 | 100% | ||
herbamazon | 0 | 504,372,765 | 100% | ||
amusingbun | 0 | 504,748,951 | 100% | ||
enstanlossma | 0 | 516,510,677 | 100% | ||
topsrepgome | 0 | 500,811,639 | 100% | ||
stefvougacho | 0 | 510,943,552 | 100% | ||
amplegranita | 0 | 504,218,250 | 100% | ||
nieloagranca | 0 | 6,012,476,548 | 8% | ||
paigelbq02 | 0 | 522,614,452 | 100% | ||
makaylat23 | 0 | 511,519,358 | 100% | ||
zoetz2g4baker | 0 | 522,634,771 | 100% | ||
steemchoose | 0 | 73,125,056,376 | 3.5% | ||
alyssah2tp3green | 0 | 522,236,964 | 100% | ||
brandcomment | 0 | 506,163,221 | 100% | ||
knifedutiful | 0 | 504,887,550 | 100% | ||
dashlone | 0 | 506,118,398 | 100% | ||
doorpedal | 0 | 504,876,076 | 100% | ||
fimschell | 0 | 505,251,743 | 100% | ||
trinityyrgk | 0 | 519,791,944 | 100% | ||
mariaovs | 0 | 500,361,596 | 100% | ||
jasmine9ws | 0 | 512,338,457 | 100% | ||
spotted | 0 | 1,774,868,310 | 40% | ||
lost-and-found | 0 | 432,166,356 | 100% | ||
kayla3 | 0 | 548,054,723 | 100% | ||
no-matter | 0 | 504,536,142 | 100% | ||
saraht3 | 0 | 512,238,454 | 100% | ||
faithmso0b | 0 | 500,761,798 | 100% | ||
rachelgimpy | 0 | 489,723,129 | 100% | ||
imtabmimu | 0 | 522,507,903 | 100% | ||
minnowsmith | 0 | 1,022,262,468 | 40% | ||
arkoseduration | 0 | 504,748,698 | 100% | ||
terminatorcamel | 0 | 506,507,801 | 100% | ||
whiskeynovelty | 0 | 505,329,868 | 100% | ||
nabezlesi1986 | 0 | 501,227,322 | 100% | ||
nieracilock | 0 | 522,826,965 | 100% | ||
keymiphosla | 0 | 511,544,002 | 100% | ||
melamoonspe | 0 | 510,086,511 | 100% | ||
swerinocsin | 0 | 500,369,040 | 100% | ||
nuejoyprocer | 0 | 500,487,239 | 100% | ||
uncerfeivas | 0 | 511,537,493 | 100% | ||
momarsijit | 0 | 511,742,686 | 100% | ||
careafusli | 0 | 522,857,350 | 100% | ||
unkeypluga | 0 | 500,369,484 | 100% | ||
sumpnasjuimus | 0 | 500,757,031 | 100% | ||
kandtaditha | 0 | 522,805,290 | 100% | ||
bullinachinashop | 0 | 3,863,315,035 | 100% | ||
anna4dm | 0 | 522,827,733 | 100% | ||
merlin7 | 0 | 78,011,690,522 | 3.5% | ||
smartcurator | 0 | 668,185,908 | 50% | ||
steem-ua | 0 | 910,166,984,001 | 7.14% | ||
ktaunsend | 0 | 508,476,537 | 100% | ||
sashashelest | 0 | 508,760,107 | 100% | ||
nfc | 0 | 21,380,528,742 | 2% | ||
hdu | 0 | 435,915,053 | 1.5% | ||
curbot | 0 | 2,185,608,014 | 100% | ||
stmpay | 0 | 3,218,211,833 | 1.14% | ||
inrgerm | 0 | 507,947,318 | 100% | ||
quallingskipping | 0 | 508,797,948 | 100% | ||
fellowracket | 0 | 509,650,478 | 100% | ||
rublesky | 0 | 508,808,016 | 100% | ||
daniltoloknov | 0 | 508,468,477 | 100% | ||
mrxoxland | 0 | 509,675,186 | 100% | ||
lawcameraman | 0 | 508,502,814 | 100% | ||
dirtbrails | 0 | 508,788,037 | 100% | ||
bitessolve | 0 | 508,786,524 | 100% | ||
furiouslife | 0 | 508,490,888 | 100% | ||
pastpoles | 0 | 508,425,311 | 100% | ||
hodgkinamusing | 0 | 507,989,557 | 100% | ||
coulombprincess | 0 | 508,819,632 | 100% | ||
haycompiradee | 0 | 508,418,397 | 100% | ||
sayportlotepo | 0 | 509,681,410 | 100% | ||
sawgpufsing | 0 | 509,643,514 | 100% | ||
rheladusadal | 0 | 508,788,922 | 100% | ||
delabo | 0 | 100,361,728,177 | 50% | ||
phatima | 0 | 8,709,301,358 | 12% | ||
whitebot | 0 | 36,715,173,323 | 2% |
- Good work on the new functionality - Listing the commits seem a bit redundant since you listed the PR. - Many functions have comment blocks, yet nothing written in them. Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2211122). ---- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | helo |
---|---|
permlink | re-sirfreeman-update-knacksteem-editor-and-refactor-of-the-sidebar-component-across-the-application-20181127t124131018z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2211122","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-11-27 12:41:30 |
last_update | 2018-11-27 12:41:30 |
depth | 1 |
children | 1 |
last_payout | 2018-12-04 12:41:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.522 HBD |
curator_payout_value | 2.418 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 662 |
author_reputation | 121,547,934,535,311 |
root_title | "Update--- KnackSteem Editor and Refactor of the sidebar component across the Application" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,986,013 |
net_rshares | 16,164,023,839,236 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yuxi | 0 | 18,112,547,988 | 60% | ||
jadabug | 0 | 886,206,255 | 2.4% | ||
utopian-io | 0 | 15,945,570,594,202 | 11.16% | ||
jaff8 | 0 | 114,355,512,918 | 100% | ||
emrebeyler | 0 | 15,127,567,740 | 1% | ||
bondy007 | 0 | 565,105,822 | 20% | ||
aydant | 0 | 5,378,193,019 | 50% | ||
amosbastian | 0 | 49,911,371,995 | 21.68% | ||
penghuren | 0 | 328,770,910 | 7% | ||
reazuliqbal | 0 | 8,442,930,061 | 8% | ||
royjim | 0 | 422,154,836 | 100% | ||
fastandcurious | 0 | 4,508,863,232 | 100% | ||
freeskate | 0 | 414,020,258 | 100% |
Thank you for your review, @helo! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-sirfreeman-update-knacksteem-editor-and-refactor-of-the-sidebar-component-across-the-application-20181127t124131018z-20181129t204148z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-29 20:41:51 |
last_update | 2018-11-29 20:41:51 |
depth | 2 |
children | 0 |
last_payout | 2018-12-06 20:41:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 152,955,367,999,756 |
root_title | "Update--- KnackSteem Editor and Refactor of the sidebar component across the Application" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,114,756 |
net_rshares | 0 |
#### Hi @sirfreeman! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-update-knacksteem-editor-and-refactor-of-the-sidebar-component-across-the-application-20181127t124303z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-27 12:43:03 |
last_update | 2018-11-27 12:43:03 |
depth | 1 |
children | 0 |
last_payout | 2018-12-04 12:43:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 289 |
author_reputation | 23,214,230,978,060 |
root_title | "Update--- KnackSteem Editor and Refactor of the sidebar component across the Application" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,986,072 |
net_rshares | 0 |
Hey, @sirfreeman! **Thanks for contributing on Utopian**. Weβre already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-update-knacksteem-editor-and-refactor-of-the-sidebar-component-across-the-application-20181128t000307z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-28 00:03:09 |
last_update | 2018-11-28 00:03:09 |
depth | 1 |
children | 0 |
last_payout | 2018-12-05 00:03:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 592 |
author_reputation | 152,955,367,999,756 |
root_title | "Update--- KnackSteem Editor and Refactor of the sidebar component across the Application" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,013,898 |
net_rshares | 0 |