Skip to content

Commit 465d556

Browse files
committed
Add Text2Chart - flowchart
1 parent 4c94328 commit 465d556

File tree

43 files changed

+2308
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2308
-242
lines changed

Diff for: 404.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<a class="dropdown-item" href="/categories#tutorial">tutorial (13)</a>
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
115115

116116
<a class="dropdown-item" href="/categories#info">info (1)</a>
117117

@@ -131,6 +131,7 @@
131131
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
132132
<!-- <div class="dropdown-divider">Libraries</div> -->
133133
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
134+
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
134135
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
135136
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
136137
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
@@ -233,7 +234,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
233234
234235
235236
236-
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (13)</a>
237+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
237238
238239
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
239240

Diff for: about.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<a class="dropdown-item" href="/categories#tutorial">tutorial (13)</a>
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
115115

116116
<a class="dropdown-item" href="/categories#info">info (1)</a>
117117

@@ -131,6 +131,7 @@
131131
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
132132
<!-- <div class="dropdown-divider">Libraries</div> -->
133133
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
134+
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
134135
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
135136
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
136137
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
@@ -356,7 +357,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
356357
357358
358359
359-
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (13)</a>
360+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
360361
361362
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
362363

Diff for: assets/images/posts/flowchart_1.png

6.46 KB
Loading

Diff for: assets/images/posts/sampleflow.webp

26.8 KB
Binary file not shown.

Diff for: assets/images/posts/sampleflow_l.webp

17.9 KB
Binary file not shown.

Diff for: assets/images/posts/sampleflow_m.webp

13.7 KB
Binary file not shown.

Diff for: assets/images/posts/sampleflow_s.webp

13.2 KB
Binary file not shown.

Diff for: assets/js/lunrsearchengine.js

+29-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: categories.html

+50-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<a class="dropdown-item" href="/categories#tutorial">tutorial (13)</a>
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
115115

116116
<a class="dropdown-item" href="/categories#info">info (1)</a>
117117

@@ -131,6 +131,7 @@
131131
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
132132
<!-- <div class="dropdown-divider">Libraries</div> -->
133133
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
134+
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
134135
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
135136
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
136137
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
@@ -210,6 +211,53 @@ <h2 id="tutorial">Category <span class="text-capitalize">tutorial</span></h2>
210211

211212

212213

214+
<!-- begin post -->
215+
216+
217+
<div class="col-lg-4 col-md-6 mb-30px card-group">
218+
<div class="card h-100">
219+
<div class="maxthumb">
220+
<a href="/tutorial/flowchart-from-text/">
221+
222+
223+
<img class="img-fluid" src="https://solothought.com/assets/images/posts/sampleflow_l.webp" alt="Introducing Text2Chart: Transform Text into Interactive Diagrams">
224+
225+
226+
227+
</a>
228+
</div>
229+
<div class="card-body">
230+
<h2 class="card-title">
231+
<a class="text-dark" href="/tutorial/flowchart-from-text/">Introducing Text2Chart: Transform Text into Interactive Diagrams</a>
232+
233+
</h2>
234+
<h4 class="card-text">Create an interactive flow chart from algorithm like text. Embed on any webpage in just one line.</h4>
235+
</div>
236+
<div class="card-footer bg-white">
237+
<div class="wrapfooter">
238+
239+
<span class="meta-footer-thumb">
240+
241+
<img class="author-thumb" src="https://www.gravatar.com/avatar/37060302386aaf411d69559680562234?s=250&d=mm&r=x" alt="Amit">
242+
243+
</span>
244+
<span class="author-meta">
245+
<span class="post-name"><a target="_blank" href="https://github.com/amitguptagwl">Amit</a></span><br/>
246+
247+
<span class="post-date">10 Nov 2024</span>
248+
</span>
249+
<!-- <span class="post-read-more"><a href="/tutorial/flowchart-from-text/" title="Read Story">pagecount</a></span> -->
250+
<!-- <div class="clearfix"></div> -->
251+
</div>
252+
</div>
253+
</div>
254+
</div>
255+
<!-- end post -->
256+
257+
258+
259+
260+
213261
<!-- begin post -->
214262

215263

@@ -1158,7 +1206,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
11581206
11591207
11601208
1161-
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (13)</a>
1209+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
11621210
11631211
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
11641212

Diff for: category/info/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<a class="dropdown-item" href="/categories#tutorial">tutorial (13)</a>
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
115115

116116
<a class="dropdown-item" href="/categories#info">info (1)</a>
117117

@@ -131,6 +131,7 @@
131131
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
132132
<!-- <div class="dropdown-divider">Libraries</div> -->
133133
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
134+
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
134135
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
135136
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
136137
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
@@ -286,7 +287,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
286287
287288
288289
289-
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (13)</a>
290+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
290291
291292
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
292293

Diff for: category/literature/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<a class="dropdown-item" href="/categories#tutorial">tutorial (13)</a>
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
115115

116116
<a class="dropdown-item" href="/categories#info">info (1)</a>
117117

@@ -131,6 +131,7 @@
131131
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
132132
<!-- <div class="dropdown-divider">Libraries</div> -->
133133
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
134+
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
134135
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
135136
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
136137
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
@@ -421,7 +422,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
421422
422423
423424
424-
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (13)</a>
425+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
425426
426427
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
427428

Diff for: category/philosophy/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<a class="dropdown-item" href="/categories#tutorial">tutorial (13)</a>
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
115115

116116
<a class="dropdown-item" href="/categories#info">info (1)</a>
117117

@@ -131,6 +131,7 @@
131131
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
132132
<!-- <div class="dropdown-divider">Libraries</div> -->
133133
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
134+
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
134135
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
135136
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
136137
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
@@ -286,7 +287,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
286287
287288
288289
289-
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (13)</a>
290+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
290291
291292
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
292293

Diff for: category/tutorial/index.html

+48-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112

113113

114-
<a class="dropdown-item" href="/categories#tutorial">tutorial (13)</a>
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
115115

116116
<a class="dropdown-item" href="/categories#info">info (1)</a>
117117

@@ -131,6 +131,7 @@
131131
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
132132
<!-- <div class="dropdown-divider">Libraries</div> -->
133133
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
134+
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
134135
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
135136
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
136137
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
@@ -211,6 +212,51 @@ <h2>Archive of posts with <span>category 'tutorial'</span></h2>
211212

212213

213214

215+
<!-- begin post -->
216+
217+
218+
<div class="col-lg-4 col-md-6 mb-30px card-group">
219+
<div class="card h-100">
220+
<div class="maxthumb">
221+
<a href="/tutorial/flowchart-from-text/">
222+
223+
224+
<img class="img-fluid" src="https://solothought.com/assets/images/posts/sampleflow_l.webp" alt="Introducing Text2Chart: Transform Text into Interactive Diagrams">
225+
226+
227+
228+
</a>
229+
</div>
230+
<div class="card-body">
231+
<h2 class="card-title">
232+
<a class="text-dark" href="/tutorial/flowchart-from-text/">Introducing Text2Chart: Transform Text into Interactive Diagrams</a>
233+
234+
</h2>
235+
<h4 class="card-text">Create an interactive flow chart from algorithm like text. Embed on any webpage in just one line.</h4>
236+
</div>
237+
<div class="card-footer bg-white">
238+
<div class="wrapfooter">
239+
240+
<span class="meta-footer-thumb">
241+
242+
<img class="author-thumb" src="https://www.gravatar.com/avatar/37060302386aaf411d69559680562234?s=250&d=mm&r=x" alt="Amit">
243+
244+
</span>
245+
<span class="author-meta">
246+
<span class="post-name"><a target="_blank" href="https://github.com/amitguptagwl">Amit</a></span><br/>
247+
248+
<span class="post-date">10 Nov 2024</span>
249+
</span>
250+
<!-- <span class="post-read-more"><a href="/tutorial/flowchart-from-text/" title="Read Story">pagecount</a></span> -->
251+
<!-- <div class="clearfix"></div> -->
252+
</div>
253+
</div>
254+
</div>
255+
</div>
256+
<!-- end post -->
257+
258+
259+
214260
<!-- begin post -->
215261

216262

@@ -828,7 +874,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
828874
829875
830876
831-
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (13)</a>
877+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
832878
833879
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
834880

Diff for: feed.xml

+15-15
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,27 @@
1313
<description>Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations</description>
1414
<link>https://solothought.com/</link>
1515
<atom:link href="https://solothought.com/feed.xml" rel="self" type="application/rss+xml"/>
16-
<pubDate>Mon, 09 Sep 2024 09:02:55 +0000</pubDate>
17-
<lastBuildDate>Mon, 09 Sep 2024 09:02:55 +0000</lastBuildDate>
16+
<pubDate>Sun, 10 Nov 2024 15:50:12 +0000</pubDate>
17+
<lastBuildDate>Sun, 10 Nov 2024 15:50:12 +0000</lastBuildDate>
1818
<language>en-US</language>
1919
<sy:updatePeriod> daily </sy:updatePeriod>
2020
<sy:updateFrequency> 1 </sy:updateFrequency>
2121
<generator>Jekyll v4.3.2</generator>
2222

2323

24+
<item>
25+
<title>Introducing Text2Chart: Transform Text into Interactive Diagrams</title>
26+
<description>Create an interactive flow chart from algorithm like text. Embed on any webpage in just one line.</description>
27+
<pubDate>Sun, 10 Nov 2024 00:00:00 +0000</pubDate>
28+
<link>https://solothought.com/tutorial/flowchart-from-text/</link>
29+
<guid isPermaLink="true">https://solothought.com/tutorial/flowchart-from-text/</guid>
30+
31+
<category>tutorial</category>
32+
33+
<media:thumbnail url="https://solothought.com/assets/images/posts/sampleflow_s.webp" width="110" height="110" />
34+
<media:thumbnail url="https://solothought.com/assets/images/posts/sampleflow_m.webp" width="324" height="216" />
35+
</item>
36+
2437
<item>
2538
<title>मज़बूत कंधे</title>
2639
<description>When I seen a kid selling some stuff on a footpath and struggling in life, I couldn&apos;t stop myself writing this ...</description>
@@ -138,18 +151,5 @@
138151
<media:thumbnail url="https://solothought.com/assets/images/posts/SMS_OTP_arch_thumb_l.webp" width="324" height="216" />
139152
</item>
140153

141-
<item>
142-
<title>Python Method - Quick Reference</title>
143-
<description>(You are=not *alone **with=us)</description>
144-
<pubDate>Tue, 24 Oct 2023 00:00:00 +0000</pubDate>
145-
<link>https://solothought.com/tutorial/python-function-quick-ref/</link>
146-
<guid isPermaLink="true">https://solothought.com/tutorial/python-function-quick-ref/</guid>
147-
148-
<category>tutorial</category>
149-
150-
<media:thumbnail url="https://solothought.com/assets/images/posts/solothought-python-def_s.webp" width="110" height="110" />
151-
<media:thumbnail url="https://solothought.com/assets/images/posts/solothought-python-def_l.webp" width="324" height="216" />
152-
</item>
153-
154154
</channel>
155155
</rss>

0 commit comments

Comments
 (0)