{"id":44159,"date":"2010-04-20T13:18:39","date_gmt":"2010-04-20T13:18:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/better-notes\/"},"modified":"2010-04-20T14:56:12","modified_gmt":"2010-04-20T14:56:12","slug":"better-notes","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/better-notes\/","author":1869526,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1b","stable_tag":"1.0.1b","tested":"2.9.2","requires":"2.9.2","requires_php":"","requires_plugins":"","header_name":"Better Notes","header_author":"Jonathan Christopher","header_description":"","assets_banners_color":"","last_updated":"2010-04-20 14:56:12","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/mondaybynoon.com\/donate\/","header_plugin_uri":"http:\/\/mondaybynoon.com\/wordpress-better-notes\/","header_author_uri":"http:\/\/mondaybynoon.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1342,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1b","1.0b"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539324","resolution":"1","location":"plugin"}},"screenshots":{"1":"Dynamically add\/edit\/remove\/sort additional TinyMCE (WYSIWYG) formatted Notes to your Posts and Pages."}},"plugin_section":[],"plugin_tags":[170,243,86,166],"plugin_category":[],"plugin_contributors":[78453],"plugin_business_model":[],"class_list":["post-44159","plugin","type-plugin","status-closed","hentry","plugin_tags-page","plugin_tags-pages","plugin_tags-post","plugin_tags-posts","plugin_contributors-jchristopher","plugin_committers-jchristopher"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/better-notes.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/better-notes\/trunk\/screenshot-1.png?rev=1539324","caption":"Dynamically add\/edit\/remove\/sort additional TinyMCE (WYSIWYG) formatted Notes to your Posts and Pages."}],"raw_content":"<!--section=description-->\n<p>Dynamically append sortable rich text Notes to your Pages and your Posts<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Download the plugin and extract the files<\/li>\n<li>Upload <code>better-notes<\/code> to your <code>~\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Update your templates where applicable (see <strong>Usage<\/strong>)<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>Coming soon<\/p>\n\n<!--section=changelog-->\n<h4>1.0.1b<\/h4>\n\n<ul>\n<li>Added screenshot<\/li>\n<\/ul>\n\n<h4>1.0b<\/h4>\n\n<ul>\n<li>Complete rewrite of Post Notes<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3>Usage<\/h3>\n\n<p>After installing Better Notes, you will need to update your template files in order to pull the data to the front end.<\/p>\n\n<p>To pull all Better Notes for a Post or Page, fire <code>betternotes_get_betternotes()<\/code>. There is one optional parameter which can force a Post ID if <code>betternotes_get_betternotes()<\/code> is fired outside The Loop. If used inside The Loop, all Better Notes will be pulled for the current Post or Page.<\/p>\n\n<p>Firing <code>betternotes_get_betternotes()<\/code> returns an array consisting of all available Better Notes. Currently each Better Note has 1 piece of data available:<\/p>\n\n<ul>\n<li><strong>copy<\/strong> - The Better Note copy<\/li>\n<\/ul>\n\n<p>Here is a basic implementation:<\/p>\n\n<pre><code>&lt;?php \n  $betternotes = betternotes_get_betternotes();\n  $total_betternotes = count($betternotes);\n  if( $total_betternotes &gt; 0 )\n  {\n    echo '&lt;div class=\"betternote\"&gt;';\n    for ($i=0; $i &lt; $total_betternotes; $i++)\n    {\n      echo $betternotes[$i]['copy'];\n    }\n    echo '&lt;\/div&gt;';\n  }\n?&gt;\n<\/code><\/pre>","raw_excerpt":"THIS IS A BETA VERSION - Currently in development\n\nDynamically append sortable rich text Notes to your Pages and your Posts","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/44159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=44159"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jchristopher"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=44159"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=44159"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=44159"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=44159"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=44159"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=44159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}