Plugin Directory

Changeset 2333075


Ignore:
Timestamp:
06/30/2020 08:35:23 PM (6 years ago)
Author:
Sean Blakeley
Message:

Version 1.0.2 Minor Update

Location:
cornell-notes/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • cornell-notes/trunk/README.txt

    r2333066 r2333075  
    55Requires PHP: 7.0
    66Tested up to: 5.4.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Create perfect study notes with the Cornell Notes Gutenberg Block.
     11== Description ==
     12**Create perfect study notes with the Cornell Notes Gutenberg Block.**
    1213
    13 == Description ==
    14 [Cornell Notes](https://en.wikipedia.org/wiki/Cornell_Notes) provides an excellent structure for organising and summarized your notes, ideas and concepts - this logical approach is an invaluable way to help learning and retention for students of all ages. This plugin provides a new, dedicated Cornell Notes Gutenberg block to enable you to quickly and easily take your notes within WordPress.
     14[Cornell Notes](https://en.wikipedia.org/wiki/Cornell_Notes) provides an excellent structure for organising and summarized your notes, ideas and concepts - this logical approach is an invaluable way to help learning and retention for students of all ages.
     15
     16This plugin provides a new, dedicated Cornell Notes Gutenberg block to enable you to quickly and easily take your notes within WordPress.
    1517
    1618== Installation ==
     
    21235. Learn and grow :)
    2224
    23 = How to Use Cornell Notes =
    24 1. Add your title at the top of the note - this is a summary of context of the notes.
     25== How to Use Cornell Notes ==
     261. Add your title at the top of your note - this is a summary of context of the notes.
    25272. Take long-form notes in the right-hand column - you can take notes during a class, lecture, video tutorial or WordCamp Talk, it doesn't matter. Add as many ideas as you need - click the 'Add Idea' indicator to add a new idea.
    26283. Once you've finished your notes, review them and summarise the concepts with key ideas in the left-hand column.
     
    3234There are currently no specific settings required by the Cornell Notes Block.
    3335
    34 == How to Extend This Plugin ==
    35 `npm install ` -- install all required dependencies.
    36 `npm start` -- serve the development version of the block.
    37 `npm run build` -- build the production-ready version of the block.
     36== Screenshots ==
     371. Cornell Notes adds a new block to the editor
     382. Cornell Notes contains an 'Idea' block - only available as a child of the Cornell Note block
     393. The Cornell Note Block on the frontend (inheriting the theme styles)
     404. Simply add another idea to your Cornell Notes
    3841
    39 == Localization ==
    40 * English (default)
    41 
    42 == Frequently Asked Questions ==
    43 = How can I style the block? =
    44 The Cornell Notes Block contains minimalist styling - it should inherit the styles from you existing theme. Overriding the styles is straightforward (for reference, the Sass stylesheet can be found at: `cornell-notes/src/blocks/cornell-notes/styles.scss`
    45 
    46 > **Note**: The Summary section is forced to the bottom of the Cornell Note via Flexbox (`order: 1`) - this only affects the display - in the DOM, the Summary sits below the first key idea and long-form note.
    47 
    48 = Style via CSS Variables =
     42== Style via CSS Variables ==
    4943CSS Variables are used with default settings - you can override these in your theme by setting the variables in the `root`
    5044```
     
    5852```
    5953
    60 = Style via Classes =
     54== Style via Classes ==
    6155The structure to the Cornell Notes Block:
    6256```
     
    6963```
    7064(This structure is simplified - you will find additional classes added via Gutenberg)
     65
     66== Localization ==
     67* English (default)
     68
     69== Frequently Asked Questions ==
     70= How can I style the block? =
     71The Cornell Notes Block contains minimalist styling - it should inherit the styles from you existing theme. Overriding the styles is straightforward (for reference, the Sass stylesheet can be found at: `cornell-notes/src/blocks/cornell-notes/styles.scss`
     72
     73**Note**: The Summary section is forced to the bottom of the Cornell Note via Flexbox (`order: 1`) - this only affects the display - in the DOM, the Summary sits below the first key idea and long-form note.
    7174
    7275= Why am I getting some different styling at different device sizes? =
     
    9194It's funny you should ask that - yes, definitely maybe.
    9295
    93 == Screenshots ==
    94 1. Cornell Notes adds a new block to the editor
    95 2. Cornell Notes contains an 'Idea' block - only available as a child of the Cornell Note block
    96 3. The Cornell Note Block on the frontend (inheriting the theme styles)
    97 4. Simply add another idea to your Cornell Notes
    98 
    9996== Upgrade Notice ==
    100971.0
     
    111108[Sean Blakeley](https://github.com/SeanBlakeley)
    112109
    113 == Test Notes ==
    114 Tested up to version 8.4.0 of the [Gutenberg Development Plugin](https://wordpress.org/plugins/gutenberg/)
    115 
    116110== Credits ==
    117111This project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
  • cornell-notes/trunk/changelog.txt

    r2333066 r2333075  
    11== Cornell Notes Changelog ==
     21.0.2
     3* Readme edits
     4* Corrected `register_block_type` reference in `init.php`
     5
    261.0.1
    37* Changed styling for increased backwards compatibility with older versions of Gutenberg
  • cornell-notes/trunk/package-lock.json

    r2333066 r2333075  
    11{
    22  "name": "cornell-notes",
    3   "version": "1.0.1",
     3  "version": "1.0.2",
    44  "lockfileVersion": 1,
    55  "requires": true,
  • cornell-notes/trunk/package.json

    r2333066 r2333075  
    11{
    22  "name": "cornell-notes",
    3   "version": "1.0.1",
     3  "version": "1.0.2",
    44  "private": true,
    55  "scripts": {
  • cornell-notes/trunk/plugin.php

    r2333066 r2333075  
    66 * Author: Sean Blakeley
    77 * Author URI: https://sean.work
    8  * Version: 1.0.1
     8 * Version: 1.0.2
    99 * Text Domain: cornell-notes
    1010 * License: GPL2+
  • cornell-notes/trunk/readme.md

    r2333066 r2333075  
    1313### How to Use Cornell Notes
    14141. Add your title at the top of the note - this is a summary of context of the notes.
    15 *example:* `ES6 Main Concepts from Kyle Simpson` or `American Civil War Lecture: 06-20-2020`.
    16152. Take long-form notes in the right-hand column - you can take notes during a class, lecture, video tutorial or WordCamp Talk, it doesn't matter. Add as many ideas as you need - click the 'Add Idea' indicator to add a new idea.
    17163. Once you've finished your notes, review them and summarise the concepts with key ideas in the left-hand column
    18 *example:* `Arrow Functions` or `Supply and Demand`.
    19174. Finally, summarize all the notes in a sentence or two at the bottom of the page.
    20185. To fully benefit from Cornell Notes, you should consider adding [Spaced Repetition](https://en.wikipedia.org/wiki/Spaced_repetition) to your learning plan.
     
    3634The Cornell Notes Block contains minimalist styling - it should inherit the styles from you existing theme. Overriding the styles is straightforward (for reference, the Sass stylesheet can be found at: `cornell-notes/src/blocks/cornell-notes/styles.scss`
    3735
    38 > **Note**: The Summary section is forced to the bottom of the Cornell Note via Flexbox (`order: 1`) - this only affects the display - in the DOM, the Summary sits below the first key idea and long-form note.
     36**Note**: The Summary section is forced to the bottom of the Cornell Note via Flexbox (`order: 1`) - this only affects the display - in the DOM, the Summary sits below the first key idea and long-form note.
    3937
    4038#### Style via CSS Variables
     
    8583### Screenshots
    8684![Cornell Notes adds a new block to the editor](https://user-images.githubusercontent.com/1598104/85895221-293a2f80-b7ee-11ea-84c7-2308cdbd6bb5.png)
    87 > Cornell Notes adds a new block to the editor
     85Cornell Notes adds a new block to the editor
    8886
    8987### Translations
  • cornell-notes/trunk/src/init.php

    r2333066 r2333075  
    6868     */
    6969    register_block_type(
    70         'cgb/block-cornell-notes', array(
     70        'cornell-notes/cornell-note', array(
    7171            // Enqueue blocks.style.build.css on both frontend & backend.
    7272            'style'         => 'cornell_notes-style-css',
Note: See TracChangeset for help on using the changeset viewer.