ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
Hyperpolyglot-CSV is a fork of
https://hyperpolyglot.org/
2
... content of that page is licensed under creative commons attribution-sharealike 3.0
3
https://github.com/clarkgrubb/hyperpolyglot
4
5
hyperpolyglot-CSV-directory is
https://drive.google.com/drive/folders/1ZJdctcA3m0wB-HAX20slxiMLCwMYANII?ths=true
6
I am going to slowly split this one big spreadsheet file ...
7
... to that directory ... to several smaller spreadsheet files
8
9
10
if you want to edit
I will give editing and commenting rights at the spreadsheet directory
11
Please click the green View only button -> Request edit access
12
EDIT: You *should* paste 1 example ... how you want some cell to look after your edit.
13
EDIT 250905: You *should* send a link to a 1 of your social network profiles
14
If I don't react to your request, please contact me at
15
https://www.reddit.com/r/code_rosettas
16
17
18
issue tracker, hyperpolyglot-CSV, martin
NEW: the Issues sheet in this spreadsheet
19
20
backlink
//// https://www.reddit.com/r/code_rosettas/comments/n6eplg/hyperpolyglotorg/gxetxnk
21
backlink
//// https://www.reddit.com/r/whitespaceLisp/comments/n66tfd/i_have_started_adding_wisp_to_the_data_from/
22
this docs.google.com hyperpolyglot-CSV-README-ISSUES
// https://docs.google.com/spreadsheets/d/1w4MAxWcWjX3aMBRkOsqjwcAabFtY4WT4JloPRd944og/edit?usp=sharing
23
hyperpolyglot-skeleton WITH NEW SECTION NUMBERS
https://docs.google.com/spreadsheets/d/16TgSkLy2D6QYKcj9jhKTgg_yY2H97CKTLVxs9N5782M/edit?gid=1472742836#gid=1472742836
24
OLD martin12333/hyperpolyglot-original OLD
/////////old https://docs.google.com/spreadsheets/d/1evObXrzBkli281DyOaLu4NjaxhIktncdubEMvwHCCCI/edit?usp=sharing
25
backlink to an old backup
https://github.com/code-rosettas/hyperpolyglot-CSV
26
23-08 a new tool
https://github.com/martin12333/marti-onedrive/blob/main2/hyperpolyglot-f8/hyperpolyglot-html-to-csv-by-pandas.ipynb
27
28
notes ... I am a false-beginner in G. Sheets ...
29
to add a new sheet
30
from
https://hyperpolyglot.org/
31
copy using clipboard
32
paste-nonspecial, then maybe popup:values-only
33
issue 2
should we keep the original rich text formatting ?
34
issue 4
// paste-special fails ... damages multiline values
35
36
or perhapsimportHtml
37
38
39
trick
select all, resize 1 column
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100