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
the offline branch is often behind, because in the gh-pages branch, the .md files are edited,
which in the offline branch are inlined as json in search.js.
you can take the json data from visiting the online version (gh-pages), finding the search.js in the sources, and applying a lot of regexes to make the formatting the same as the old search.js, and the diff clean.
I'll try to list the exact regex replacements next time i sync the data with gh-pages.
(need to use some groups and dollars, like replacing ( )( keywordsWK:.*$) with $2 (second group),
or ^.*elementsWK: "",.*\n with nothing, for example)
The text was updated successfully, but these errors were encountered:
sync with gh-pages 1.2.0.4
this is a big boy merge,
adding the elements from ~800
extra kanji annotated by elements
in the gh-pages branch.
this json was taken from visiting the webpage, finding the search.js in the sources, and applying a lot of regexes
to make the formatting the same as the old search.js, and the diff clean.
sync with gh-pages 1.2.0.4
this is a big boy merge,
adding the elements from ~800
extra kanji annotated by elements
in the gh-pages branch.
this json was taken from visiting the webpage, finding the search.js in the sources, and applying a lot of regexes
to make the formatting the same as the old search.js, and the diff clean.
the offline branch is often behind, because in the gh-pages branch, the .md files are edited,
which in the offline branch are inlined as json in search.js.
you can take the json data from visiting the online version (gh-pages), finding the search.js in the sources, and applying a lot of regexes to make the formatting the same as the old search.js, and the diff clean.
I'll try to list the exact regex replacements next time i sync the data with gh-pages.
(need to use some groups and dollars, like replacing
( )( keywordsWK:.*$)
with$2
(second group),or
^.*elementsWK: "",.*\n
with nothing, for example)The text was updated successfully, but these errors were encountered: