You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For fieldnotes created in GD (rather than from the wiki dump), the files need to be converted from gdocs to html.
NJR has recently been doing this by downloading from GD as .docx, then using pandoc to convert to html, using, ,e.g.: pandoc --extract-media=. -o fa17_fld_mk_team_lifecasting-burnout-and-pouring.html -f docx -t html fa17_fld_mk_team_lifecasting-burnout-and-pouring.docx
This has worked well to simplify the html and remove clunky, unnecessary junk (which is the problem when one uses GD's built-in "download as html" option - see cu-mkp/fieldnotes-restructuring#4). HOWEVER, a new problem presented itself with some of the rendering of features in the html versions, namely tables.
Tables render as all centered, bolded lines of text.
downloaded .docx from GD, then used pandoc to convert to md (and extract media): pandoc --extract-media=. -o sp18_rosenkranz+uchacz_naomi+tianna_varnishes-in-the-rain-2-varnish-making-testing-application.md -f docx -t gfm sp18_rosenkranz+uchacz_naomi+tianna_varnishes-in-the-rain-2-varnish-making-testing-application.docx
Then did some cleanup of the md doc (lbs interpreted as quotations). Then used pandoc to convert to html: pandoc -o sp18_rosenkranz+uchacz_naomi+tianna_varnishes-in-the-rain-2-varnish-making-testing-application.html -f gfm -t html sp18_rosenkranz+uchacz_naomi+tianna_varnishes-in-the-rain-2-varnish-making-testing-application.md
Problem
For fieldnotes created in GD (rather than from the wiki dump), the files need to be converted from gdocs to html.
NJR has recently been doing this by downloading from GD as .docx, then using pandoc to convert to html, using, ,e.g.:
pandoc --extract-media=. -o fa17_fld_mk_team_lifecasting-burnout-and-pouring.html -f docx -t html fa17_fld_mk_team_lifecasting-burnout-and-pouring.docx
This has worked well to simplify the html and remove clunky, unnecessary junk (which is the problem when one uses GD's built-in "download as html" option - see cu-mkp/fieldnotes-restructuring#4). HOWEVER, a new problem presented itself with some of the rendering of features in the html versions, namely tables.
Tables render as all centered, bolded lines of text.
Example
ORIGINAL:
CONVERTED HTML RENDER (https://fieldnotes.makingandknowing.org/pre-2018-Fall/sp18_rosenkranz-uchacz_naomi-tianna_varnishes-in-the-rain/sp18_rosenkranz-uchacz_naomi-tianna_varnishes-in-the-rain-2/sp18_rosenkranz-uchacz_naomi-tianna_varnishes-in-the-rain-2-varnish-making-testing-application.html):
HTML:
Potential Solutions
The text was updated successfully, but these errors were encountered: