Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 11, 2024
1 parent 5028e5e commit ce23c74
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ <h2 class="zero">0. Table of Contents</h2>
<ul>
<li><a href="#section1">1. What Is "Caret"?</a></li>
<li><a href="#section2">2. What Is the Good Point?</a></li>
<li><a href="#section3">Title 3</a></li>
<li><a href="#section3">3. But, "Caret" is not perfect</a></li>
<li><a href="#section4"></a></li>
</ul>
<p class="blank">----------------------------------------------</p>
<p>In this article, I will tell you about "Caret", one of the Chrome extensions.</p>
Expand All @@ -30,13 +31,15 @@ <h2 class="first" id="section1">1. What Is "Caret"?</h2>
<p class="one">Now, suppose you create a text file as Notepad.</p>
<p class="one">Let's assume that you have taken notes about PDCA cycle (Plan-Do-Check-Action Cycle).</p>
<p>This time, save the file containing this memo as "PDCA_cycle.txt".</p>
<img src="Sample_before-disappeared.png" alt="Saved location on the files app">
<p></p>
<img class="sample_caret", src="Sample_1_Caret.png", alt="Sample - Caret" >
<p>Next, open this file in your default text editor, 'Text'.</p>
<p>Next, open this file in your default text editor, "Text".</p>
<img class="text_extension", src="Chrome_Text-Extension.png", alt="Chrome-Text('Text') in Extensions">
<p>*Please note: Depending on your device, "Text" may not be the default text editor [for Chromebook(s)].</p>
<img class="sample_text", src="Sample_1_Chrome-text.png", alt="Sample - Text">
<p class="one">What is the difference between these two text editors?</p>
<p class="one">-The answer is that 'Caret' has more features than 'Text'.</p>
<p class="one">-The answer is that "Caret" has more features than "Text".</p>

<h2 class="second" id="section2">2. What Is the Good Point?</h2>
<p class="two">First, please watch the following video.</p>
Expand All @@ -49,11 +52,14 @@ <h2 class="second" id="section2">2. What Is the Good Point?</h2>
video.
</video>
<p class="two">Did you understand the benefits of using "Caret"?</p>
<p>It can be autofilled to some degree depending on the (programming) language used.</p>
<p>It is certain that this function is at least more complete than "Text".</p>

<h2 id="section3">Title 3</h2>
//write write the main text
<h2 id="section3">3. But, "Caret" is not perfect</h2>
//* write the main text


<h2 id="section4"></h2>
//* write the main text



Expand Down

0 comments on commit ce23c74

Please sign in to comment.