Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. reStructuredText

[CSS] Stack td and th in reStructuredText list table on Mobile Screen

April 04, 2023

Stack td and th elements in reStructuredText list table on small screen.

 read more »

[Golang] Create Template Using fmt.Sprintf

November 27, 2018

Create short pieces of templates using fmt.Sprintf in Go.

 read more »

reStructuredText “Back to Top” Link

April 02, 2017

reStructuredText - “Back to Top” Link

 read more »

Guess Metadata from HTML and Converted to reStructuredText

May 16, 2016

Guess metadata from HTML webpage and convert it to reStructuredText format.

 read more »

Basic HTML Table to reStructuredText Support for HTML2RST service on GAE Go

May 15, 2016

Add basic HTML table to reStructuredText support for online HTML to reStructuredText service on Google App Engine Go.

 read more »

Online Taobao Item to reStructuredText Image on Google App Engine Go

May 14, 2016

Online service on Google App Engine Go, which helps you extract title, image URL from Taobao item webpage, and output in reStructuredText format.

 read more »

Online HTML to reStructuredText on Google App Engine Go

May 13, 2016

Online HTML to reStructuredText service on Google App Engine Go.

 read more »

[Golang] HTML to reStructuredText

May 12, 2016

Convert HTML to restructuredtext format via net/html package in Go programming language. (Not fully supported)

 read more »

Google App Engine Go - HTML Link to reStructuredText

May 11, 2016

Given a webpage URL. Fetch the title of the webpage and output reStructuredText link on Google App Engine Go.

 read more »

[Golang] HTML a, img, ul, li Element to reStructuredText

May 08, 2016

Convert HTML unordered (bulleted) list, HTML link, and HTML image to restructuredtext format via net/html package in Go programming language.

 read more »

[Golang] HTML a, ul, li Element to reStructuredText

May 07, 2016

Convert HTML unordered (bulleted) list and HTML link to restructuredtext format via net/html package in Go programming language.

 read more »

goquery - Convert HTML Unordered List to reStructuredText

May 05, 2016

Convert HTML unordered (bulleted) list to restructuredtext format via goquery in Go programming language.

 read more »

goquery - Replace HTML Link Node with reStructuredText Text Node

May 04, 2016

Replace HTML links node with text node of restructuredtext format in a webpage via goquery in Go programming language.

 read more »

[Golang] Create reStructuredText Metadata via text/template Package

April 22, 2016

Create reStructuredText metadata via Go text/template and text/width package.

 read more »

Pelican reStructuredText Link to Section in Another Page

April 16, 2016

Pelican static site generator - Link to section in another page via reStructuredText.

 read more »

[Golang] HTML Table to reStructuredText list-table via goquery

April 14, 2016

Convert HTML table to reStructuredText list-table via goquery in Go programming language.

 read more »

[Golang] Unrobust HTML Table to reStructuredText list-table

April 13, 2016

Convert HTML table to reStructuredText list-table via Go net/html package. This is experimental and not robust implementation.

 read more »

[Golang] Convert All HTML Links to reStructuredText via goquery

April 12, 2016

Convert all HTML links to restructuredtext in a webpage via goquery in Go programming language.

 read more »

[Golang] Iterate over All DOM Elements in HTML

April 10, 2016 (Updated: April 15, 2016)

Iterate over all DOM elements in HTML via Go programming language. Use net/html package to parse and iterate all elements in HTML. Search for HTML links and output them in reStructuredText format.

 read more »

[Golang] Hacker News Link to reStructuredText

April 04, 2016

Extract title and URL from Hacker News comment via goquery, and then output the info to reStructuredText footnote.

 read more »

Search Links of Major Search Engines

April 03, 2016 (Updated: February 24, 2017)

Search links of major search engines - Google, DuckDuckGo, Bing, Yahoo, Baidu, Yandex, Ecosia, Qwant.

 read more »

[Golang] Extract Title, Image, and URL via goquery

March 31, 2016

Extract title, image, and URL in buy123 product webpage via goquery, and then output the info to reStructuredText image.

 read more »

[sed] Replace reStructuredText Link by Regular Expression

March 30, 2016

Make reStructuredText links of the same name anonymous via regular expression by sed stream editor.

 read more »

[sed] Replace Footnote by Regular Expression

March 29, 2016

Replace footnote in reStructuredText format via regular expression by sed stream editor.

 read more »

[Vim] Replace Footnote by Regular Expression

March 28, 2016

Replace footnote in reStructuredText format via regular expression in Vim editor.

 read more »

[sed] Insert Line After First Pattern Match

March 20, 2016

Insert a line after first pattern match via sed stream editor.

 read more »

[sed] Append Text at the Beginning of Each Line

March 15, 2016

Append text at the beginning of each line via sed stream editor.

 read more »

[Python] Insert Line With Matched Pattern

March 01, 2016

Extract URL from reStructuredText link and insert the URL in the file as metadata via Python.

 read more »

[Python] Convert HTML Table to reStructuredText list-table

February 28, 2016

Python script to convert HTML table to reStructuredText list-table via Beautiful Soup 4.

 read more »

Pelican Generate index.html by reStructuredText or Markdown

February 19, 2016

Pelican static site generator - Generate index.html by writing reStructuredText or Markdown.

 read more »

[Python] Export PIXNET Blog to reStructuredText Files

February 17, 2016

Python scripts to export PIXNET blog posts to files of reStructuredText format.

 read more »

[Python] Convert Footnote to reStructuredText Format

February 15, 2016

Python Regular Expression to convert footnotes in file to reStructuredText format.

 read more »

[Golang] reStructuredText Package

January 23, 2016

Packages of reStructuredText (to HTML) implementation in Go.

 read more »
Powered by Github Pages, Pelican, pyScss.