Brackets - Desktop Text editor Usage Tutorial by moorkedi

View this thread on steempeak.com
· @moorkedi · (edited)
$39.21
Brackets - Desktop Text editor Usage Tutorial
Brackets is  new desing for text editor with an open-source editor 
You can find the github repository : https://github.com/adobe/brackets
And Offical web page  is  : http://brackets.io/

![](https://i.ytimg.com/vi/luZGvIniZW8/maxresdefault.jpg)

>We can use  with brackets HTML, CSS, and  JS ( JavaScript ) for  web development  or edit supported files with  brackets  app on your destktop 

>Brackets  creators is Adobe Systems  Comp.  and they  licensed  the program under the "MIT License".

Where can ฤฑ download Brackets  

Here is offical download link 
`https://github.com/adobe/brackets/releases/download/release-1.11/Brackets.Release.1.11.msi`



Step by Step installation guide :

Step 1 :

After Install Run Brackets.Release.1.11.msi

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868180/intxkhchlhnn76ryg03n.png)

It will be intalling your `C:\Program Files (x86)\Brackets\`

After Install you can see the program on your Menu and Desktop Short Link 
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868474/erapfllkjectmby2p7dk.png)


and after install first run you must to give some permissions ( give permission work for health )

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868404/fw12lifpgbfyjpod24sc.png)

here is after first run screen :

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868590/lb9qu6ypxxtfemxmnlwj.png)


here is Menรผ > File 
![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868709/xdvnt4qmiob7l7p0d3l2.png)

You can use shortcust :

New File : Ctrl+N
Open File : Ctrl+O
Save File : Ctrl+S
Live Preview : Ctrl+Alt+P
and more you can see...



Now i will show you Live Preview how is work :

if you can edit any file .HTML .JS *.* 

you see this warning firstly 

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868877/pk5aujbq7knq4h3cyed0.png)

we will try now open GETTING STARTED WITH BRACKETS index.html 

and Try to Ctrl+Alt+p ( livepreview ) 
it works on your browser :
`http://127.0.0.1:59471/index.html`
and  which browser on your default browser you can chooise ( My prefer is Chrome ) 

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869116/wqirqbjfub2fgh9wqblq.png)


If the livepreview problems you have Please visit 
[HERE](https://github.com/adobe/brackets/wiki/Troubleshooting#livedev)
`https://github.com/adobe/brackets/wiki/Troubleshooting#livedev`

If you find any bug or Issue you can report it and contribution to development for brackets

Here is  How to report an Issue Lฤฑnk :
`https://github.com/adobe/brackets/wiki/How-to-Report-an-Issue`

You can CONTRIBUTING Brackets with send : Github submitting a pull request

Here : 
`https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md`

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869987/kjuxkc5h1zcbzkvxnfwp.png)



and Brackets Suppport lo Install extensions or you can develop an extensions for brackets

you can find here extensions  list :

`https://registry.brackets.io/`

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869476/ytzmnq3fmhmqeeuup5ne.png)

More than +40 extensions  oฤฑn the list and what you need you can find .

Brackets provides :
* Quick Edit ( Supported Files )
* Quick Docs
* Live Preview ( All Browsers )
* Install Extensions   ( Free )
* Open source  ( Github Repository )
* Extensibility

brackets supported languages : 

34 Languages you can see here 

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869758/vfxxj0pvuel9lybwieng.png)
after language selection

we can show you how is works with htlm and php details and add one pluging for ease of use 

Ex.1![1.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900378/bdw7s9gd0jynqo3smp2j.png)


Create New File 

![2.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900405/lshq0kfqjrgq2lylbj2d.png)

and save it `test.html`

![3.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900441/rk1pq4tswhspi5jkxdn5.png)

you can see down right side of  brackets one small menu you can prefer which language you can use 

and then when you can start write something  As you can see, the program has its own autocomplete feature. It's awesome for beginners for sure !

![4.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900704/ujyakligioa9r2rgvm5u.png)

after autocomplete the green warnings ( not warnings) shows that it has the correct coding format.
you can go on means 
![5.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900713/ffzawbashj4yxipvvl5d.png)
we add more code's the programs develops it automatically aligns you can see below 

![6.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900813/fn1hdnjtlvxan4l3o54a.png)

![7.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900878/lpfk2qft4jo3uq7qgjrx.png)

if want to try this page everything is correct or not short cut Ctrl+Alt +P it shows how is going 


or you can prefer Live Preview mode  (open additional copy of Chrome using a separate browser section ) 
![8.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900887/ojqsdxn5bbfi4xusfpjq.png)

If you did something wrong, the Brackets will show it to you with a red marker.

![9.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901099/fem3aade0jsw1kcozwqo.png)

Now I want to install an add-on that I will show you. how is install ?

> extension for PHP code in the Brackets editor  Source : https://github.com/Brackets-PHP/Brackets-PHP-SmartHints

![10.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901177/rfqntpnfj5impg0nuiy7.png)

We can find correct addons on github or offical addons of web page  and than download it .

the file zip and we can load without extract the zip file 

![11.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901322/v8cgnox6hsmuxzzpdjmk.png)

we open the program and you can see right place extantions tab menu and click it 

![12.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901329/gegdh6myh086zgnzxwao.png)

we can find the download file and drop it directly install screec button you can see below 
![13.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901341/ehojhe7h6yv0i2wxfolm.png)

**drop . zip to Install button is active now**
![14.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901348/iehipr9qhppeu6todsw0.png)

and  Installation Complated without any problem . than close it ready to use 


Let's make a Sample 

Open new file  and select `Php` mode  and  start to coding  

you can see if i want to write `echo` press e... and program suggest me " echo" words 

this is very useful features based Bracket directlty on simple code hints installed now our programs 
![15.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901353/ddgtasws7x2pand3ndm3.png)

![16.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901362/g3dutoj6xl9uwaiartyh.png)

Thanks @moorkedi 

Source Add-ons Github repo : https://github.com/Brackets-PHP/Brackets-PHP-SmartHints

[Pic](https://i.ytimg.com/vi/luZGvIniZW8/maxresdefault.jpg)







๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
๐Ÿ‘Ž  
properties (23)
post_id18,923,668
authormoorkedi
permlinktext-editor-usage-tutorial
categoryutopian-io
json_metadata"{"type": "tutorials", "repository": {"id": 2935735, "watchers": 28402, "events_url": "https://api.github.com/repos/adobe/brackets/events", "forks": 6147, "name": "brackets", "issues_url": "https://api.github.com/repos/adobe/brackets/issues{/number}", "trees_url": "https://api.github.com/repos/adobe/brackets/git/trees{/sha}", "fork": false, "git_url": "git://github.com/adobe/brackets.git", "assignees_url": "https://api.github.com/repos/adobe/brackets/assignees{/user}", "size": 89914, "owner": {"id": 476009, "following_url": "https://api.github.com/users/adobe/following{/other_user}", "starred_url": "https://api.github.com/users/adobe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/adobe/subscriptions", "repos_url": "https://api.github.com/users/adobe/repos", "login": "adobe", "gists_url": "https://api.github.com/users/adobe/gists{/gist_id}", "followers_url": "https://api.github.com/users/adobe/followers", "received_events_url": "https://api.github.com/users/adobe/received_events", "type": "Organization", "avatar_url": "https://avatars2.githubusercontent.com/u/476009?v=4", "site_admin": false, "organizations_url": "https://api.github.com/users/adobe/orgs", "gravatar_id": "", "events_url": "https://api.github.com/users/adobe/events{/privacy}", "url": "https://api.github.com/users/adobe", "html_url": "https://github.com/adobe"}, "forks_count": 6147, "git_refs_url": "https://api.github.com/repos/adobe/brackets/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/adobe/brackets/git/blobs{/sha}", "pushed_at": "2017-11-28T01:51:52Z", "watchers_count": 28402, "teams_url": "https://api.github.com/repos/adobe/brackets/teams", "comments_url": "https://api.github.com/repos/adobe/brackets/comments{/number}", "archived": false, "svn_url": "https://github.com/adobe/brackets", "merges_url": "https://api.github.com/repos/adobe/brackets/merges", "subscribers_url": "https://api.github.com/repos/adobe/brackets/subscribers", "issue_events_url": "https://api.github.com/repos/adobe/brackets/issues/events{/number}", "stargazers_url": "https://api.github.com/repos/adobe/brackets/stargazers", "mirror_url": null, "statuses_url": "https://api.github.com/repos/adobe/brackets/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/adobe/brackets/milestones{/number}", "description": "An open source code editor for the web, written in JavaScript, HTML and CSS.", "keys_url": "https://api.github.com/repos/adobe/brackets/keys{/key_id}", "open_issues": 2101, "compare_url": "https://api.github.com/repos/adobe/brackets/compare/{base}...{head}", "ssh_url": "git@github.com:adobe/brackets.git", "html_url": "https://github.com/adobe/brackets", "commits_url": "https://api.github.com/repos/adobe/brackets/commits{/sha}", "open_issues_count": 2101, "stargazers_count": 28402, "branches_url": "https://api.github.com/repos/adobe/brackets/branches{/branch}", "full_name": "adobe/brackets", "forks_url": "https://api.github.com/repos/adobe/brackets/forks", "score": 127.84961, "deployments_url": "https://api.github.com/repos/adobe/brackets/deployments", "contributors_url": "https://api.github.com/repos/adobe/brackets/contributors", "homepage": "http://brackets.io", "contents_url": "https://api.github.com/repos/adobe/brackets/contents/{+path}", "has_downloads": true, "collaborators_url": "https://api.github.com/repos/adobe/brackets/collaborators{/collaborator}", "created_at": "2011-12-07T21:14:40Z", "git_commits_url": "https://api.github.com/repos/adobe/brackets/git/commits{/sha}", "releases_url": "https://api.github.com/repos/adobe/brackets/releases{/id}", "private": false, "pulls_url": "https://api.github.com/repos/adobe/brackets/pulls{/number}", "git_tags_url": "https://api.github.com/repos/adobe/brackets/git/tags{/sha}", "notifications_url": "https://api.github.com/repos/adobe/brackets/notifications{?since,all,participating}", "language": "JavaScript", "updated_at": "2017-11-28T10:10:34Z", "has_wiki": true, "downloads_url": "https://api.github.com/repos/adobe/brackets/downloads", "hooks_url": "https://api.github.com/repos/adobe/brackets/hooks", "languages_url": "https://api.github.com/repos/adobe/brackets/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/adobe/brackets/labels{/name}", "url": "https://api.github.com/repos/adobe/brackets", "has_pages": true, "tags_url": "https://api.github.com/repos/adobe/brackets/tags", "clone_url": "https://github.com/adobe/brackets.git", "archive_url": "https://api.github.com/repos/adobe/brackets/{archive_format}{/ref}", "has_issues": true, "issue_comment_url": "https://api.github.com/repos/adobe/brackets/issues/comments{/number}", "subscription_url": "https://api.github.com/repos/adobe/brackets/subscription"}, "pullRequests": [], "format": "markdown", "image": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868180/intxkhchlhnn76ryg03n.png"], "links": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868180/intxkhchlhnn76ryg03n.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868474/erapfllkjectmby2p7dk.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868404/fw12lifpgbfyjpod24sc.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868590/lb9qu6ypxxtfemxmnlwj.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868709/xdvnt4qmiob7l7p0d3l2.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511868877/pk5aujbq7knq4h3cyed0.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869116/wqirqbjfub2fgh9wqblq.png", "https://github.com/adobe/brackets/wiki/Troubleshooting#livedev", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869987/kjuxkc5h1zcbzkvxnfwp.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869476/ytzmnq3fmhmqeeuup5ne.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511869758/vfxxj0pvuel9lybwieng.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900378/bdw7s9gd0jynqo3smp2j.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900405/lshq0kfqjrgq2lylbj2d.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900441/rk1pq4tswhspi5jkxdn5.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900704/ujyakligioa9r2rgvm5u.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900713/ffzawbashj4yxipvvl5d.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900813/fn1hdnjtlvxan4l3o54a.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900878/lpfk2qft4jo3uq7qgjrx.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511900887/ojqsdxn5bbfi4xusfpjq.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901099/fem3aade0jsw1kcozwqo.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901177/rfqntpnfj5impg0nuiy7.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901322/v8cgnox6hsmuxzzpdjmk.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901329/gegdh6myh086zgnzxwao.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901341/ehojhe7h6yv0i2wxfolm.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901348/iehipr9qhppeu6todsw0.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901353/ddgtasws7x2pand3ndm3.png", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511901362/g3dutoj6xl9uwaiartyh.png", "https://i.ytimg.com/vi/luZGvIniZW8/maxresdefault.jpg"], "app": "utopian/1.0.0", "platform": "github", "tags": ["utopian-io", "turks-category", "text", "editor"], "community": "utopian", "users": ["moorkedi"]}"
created2017-11-28 11:53:24
last_update2017-11-28 20:43:30
depth0
children8
net_rshares17,111,193,351,969
last_payout2017-12-05 11:53:24
cashout_time1969-12-31 23:59:59
total_payout_value29.354 SBD
curator_payout_value9.852 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7,150
author_reputation4,354,004,653,656
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries
0.
accountfreedom
weight658
1.
accountknowledges
weight38
2.
accountmisterdelegation
weight548
3.
accountned
weight544
4.
accountruah
weight60
5.
accounttransisto
weight70
6.
accountwackou
weight53
7.
accountxeldal
weight27
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars5,000
author_curate_reward""
vote details (54)
@minnowpond ·
@cmtzco has voted on behalf of @minnowpond. 
If you would like to recieve upvotes from minnowponds team on all your posts, simply FOLLOW @minnowpond. 

                To receive an BiggerUpvote send 0.5 SBD to @minnowpond with your posts url as the memo
                To receive an BiggerUpvote and a reSteem send 1.25SBD to @minnowpond with your posts url as the memo
                To receive an upvote send 0.25 SBD to @minnowpond with your posts url as the memo
                To receive an reSteem send 0.75 SBD to @minnowpond with your posts url as the memo
                To receive an upvote and a reSteem send 1.00SBD to @minnowpond with your posts url as the memo
properties (22)
post_id18,924,053
authorminnowpond
permlinkre-text-editor-usage-tutorial-20171128t115911
categoryutopian-io
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-11-28 11:59:12
last_update2017-11-28 11:59:12
depth1
children0
net_rshares0
last_payout2017-12-05 11:59:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length679
author_reputation13,216,337,213,922
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@gimpu ·
Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!

To get off this list, please chat with us in the #abuse-appeals channel in steemit.chat.
๐Ÿ‘  
๐Ÿ‘Ž  , ,
properties (23)
post_id18,950,615
authorgimpu
permlinkre-moorkedi-text-editor-usage-tutorial-20171128t173307097z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io", "abuse-appeals"]}"
created2017-11-28 17:33:39
last_update2017-11-28 17:33:39
depth1
children1
net_rshares-21,042,210,097
last_payout2017-12-05 17:33:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length215
author_reputation-657,321,409,405
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@vladimir-simovic ·
Hi,

Could you give me some examples so I can look at this?
properties (22)
post_id19,050,136
authorvladimir-simovic
permlinkre-gimpu-re-moorkedi-text-editor-usage-tutorial-20171129t183518666z
categoryutopian-io
json_metadata"{"app": "busy/1.0.0", "community": "busy", "tags": ["utopian-io"]}"
created2017-11-29 18:35:21
last_update2017-11-29 18:35:21
depth2
children0
net_rshares0
last_payout2017-12-06 18:35:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length59
author_reputation56,522,611,888,290
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@vladimir-simovic ·
Your contribution cannot be approved yet. See the [Utopian Rules](https://utopian.io/rules). Please edit your contribution to reapply for approval.

*Brackets is aimed for very experienced users and developers. They know how to install this editor. I would like to ask you to add some more information so that the tutorial has added value for the readers.*

You may edit your post [here](https://utopian.io/utopian-io/@moorkedi/text-editor-usage-tutorial), as shown below: 
![](https://res.cloudinary.com/hpiynhbhq/image/upload/v1509788371/nbgbomithszxs3nxq6gx.png)

You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
post_id18,958,070
authorvladimir-simovic
permlinkre-moorkedi-text-editor-usage-tutorial-20171128t191007722z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-28 19:10:09
last_update2017-11-28 19:10:09
depth1
children1
net_rshares0
last_payout2017-12-05 19:10:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length684
author_reputation56,522,611,888,290
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@moorkedi · (edited)
@vladimir-simovic added some more informations thanks
๐Ÿ‘Ž  
properties (23)
post_id18,958,885
authormoorkedi
permlinkre-vladimir-simovic-re-moorkedi-text-editor-usage-tutorial-20171128t192155289z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["vladimir-simovic"], "tags": ["utopian-io"]}"
created2017-11-28 19:21:57
last_update2017-11-28 22:13:54
depth2
children0
net_rshares-10,243,892,634
last_payout2017-12-05 19:21:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length53
author_reputation4,354,004,653,656
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@vladimir-simovic ·
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
post_id19,051,548
authorvladimir-simovic
permlinkre-moorkedi-text-editor-usage-tutorial-20171129t185533142z
categoryutopian-io
json_metadata"{"app": "busy/1.0.0", "community": "busy", "tags": ["utopian-io"]}"
created2017-11-29 18:55:36
last_update2017-11-29 18:55:36
depth1
children0
net_rshares0
last_payout2017-12-06 18:55:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length172
author_reputation56,522,611,888,290
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
### Hey @moorkedi I am @utopian-io. I have just upvoted you!
#### Achievements
- You are generating more rewards than average for this category. Super!;)
- Seems like you contribute quite often. AMAZING!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
post_id19,124,123
authorutopian-io
permlinkre-moorkedi-text-editor-usage-tutorial-20171130t144206585z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-30 14:42:06
last_update2017-11-30 14:42:06
depth1
children1
net_rshares0
last_payout2017-12-07 14:42:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,081
author_reputation152,913,012,544,965
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@moorkedi ·
thanks ..
๐Ÿ‘Ž  
properties (23)
post_id19,125,044
authormoorkedi
permlinkre-utopian-io-re-moorkedi-text-editor-usage-tutorial-20171130t145311837z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "tags": ["utopian-io"]}"
created2017-11-30 14:53:18
last_update2017-11-30 14:53:18
depth2
children0
net_rshares-8,873,306,677
last_payout2017-12-07 14:53:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9
author_reputation4,354,004,653,656
root_title"Brackets - Desktop Text editor Usage Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)