Feat: hide blocks not challenges (#39504)

* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2020-09-04 00:07:40 +02:00
committed by GitHub
parent 6b081c7e7b
commit bd68b70f3d
1740 changed files with 151 additions and 1746 deletions

View File

@@ -2,7 +2,6 @@
id: 587d7dba367417b2b2512ba8
title: Check for All or None
challengeType: 1
isHidden: false
forumTopicId: 301338
---

View File

@@ -2,7 +2,6 @@
id: 5c3dda8b4d8df89bea71600f
title: Check For Mixed Grouping of Characters
challengeType: 1
isHidden: false
forumTopicId: 301339
---

View File

@@ -2,7 +2,6 @@
id: 587d7db4367417b2b2512b92
title: Extract Matches
challengeType: 1
isHidden: false
forumTopicId: 301340
---

View File

@@ -2,7 +2,6 @@
id: 587d7db6367417b2b2512b9b
title: Find Characters with Lazy Matching
challengeType: 1
isHidden: false
forumTopicId: 301341
---

View File

@@ -2,7 +2,6 @@
id: 587d7db4367417b2b2512b93
title: Find More Than the First Match
challengeType: 1
isHidden: false
forumTopicId: 301342
---

View File

@@ -2,7 +2,6 @@
id: 587d7db7367417b2b2512b9c
title: Find One or More Criminals in a Hunt
challengeType: 1
isHidden: false
forumTopicId: 301343
---

View File

@@ -2,7 +2,6 @@
id: 587d7db4367417b2b2512b91
title: Ignore Case While Matching
challengeType: 1
isHidden: false
forumTopicId: 301344
---

View File

@@ -2,7 +2,6 @@
id: 587d7db4367417b2b2512b90
title: Match a Literal String with Different Possibilities
challengeType: 1
isHidden: false
forumTopicId: 301345
---

View File

@@ -2,7 +2,6 @@
id: 587d7db7367417b2b2512b9f
title: Match All Letters and Numbers
challengeType: 1
isHidden: false
forumTopicId: 301346
---

View File

@@ -2,7 +2,6 @@
id: 587d7db8367417b2b2512ba1
title: Match All Non-Numbers
challengeType: 1
isHidden: false
forumTopicId: 301347
---

View File

@@ -2,7 +2,6 @@
id: 5d712346c441eddfaeb5bdef
title: Match All Numbers
challengeType: 1
isHidden: false
forumTopicId: 18181
---

View File

@@ -2,7 +2,6 @@
id: 587d7db5367417b2b2512b94
title: Match Anything with Wildcard Period
challengeType: 1
isHidden: false
forumTopicId: 301348
---

View File

@@ -2,7 +2,6 @@
id: 587d7db7367417b2b2512b9d
title: Match Beginning String Patterns
challengeType: 1
isHidden: false
forumTopicId: 301349
---

View File

@@ -2,7 +2,6 @@
id: 587d7db6367417b2b2512b99
title: Match Characters that Occur One or More Times
challengeType: 1
isHidden: false
forumTopicId: 301350
---

View File

@@ -2,7 +2,6 @@
id: 587d7db6367417b2b2512b9a
title: Match Characters that Occur Zero or More Times
challengeType: 1
isHidden: false
forumTopicId: 301351
---

View File

@@ -2,7 +2,6 @@
id: 587d7db7367417b2b2512b9e
title: Match Ending String Patterns
challengeType: 1
isHidden: false
forumTopicId: 301352
---

View File

@@ -2,7 +2,6 @@
id: 587d7db8367417b2b2512ba0
title: Match Everything But Letters and Numbers
challengeType: 1
isHidden: false
forumTopicId: 301353
---

View File

@@ -2,7 +2,6 @@
id: 587d7db5367417b2b2512b96
title: Match Letters of the Alphabet
challengeType: 1
isHidden: false
forumTopicId: 301354
---

View File

@@ -2,7 +2,6 @@
id: 587d7db3367417b2b2512b8f
title: Match Literal Strings
challengeType: 1
isHidden: false
forumTopicId: 301355
---

View File

@@ -2,7 +2,6 @@
id: 587d7db9367417b2b2512ba4
title: Match Non-Whitespace Characters
challengeType: 1
isHidden: false
forumTopicId: 18210
---

View File

@@ -2,7 +2,6 @@
id: 587d7db5367417b2b2512b97
title: Match Numbers and Letters of the Alphabet
challengeType: 1
isHidden: false
forumTopicId: 301356
---

View File

@@ -2,7 +2,6 @@
id: 587d7db5367417b2b2512b95
title: Match Single Character with Multiple Possibilities
challengeType: 1
isHidden: false
forumTopicId: 301357
---

View File

@@ -2,7 +2,6 @@
id: 587d7db6367417b2b2512b98
title: Match Single Characters Not Specified
challengeType: 1
isHidden: false
forumTopicId: 301358
---

View File

@@ -2,7 +2,6 @@
id: 587d7db8367417b2b2512ba3
title: Match Whitespace
challengeType: 1
isHidden: false
forumTopicId: 301359
---

View File

@@ -2,7 +2,6 @@
id: 587d7dba367417b2b2512ba9
title: Positive and Negative Lookahead
challengeType: 1
isHidden: false
forumTopicId: 301360
---

View File

@@ -2,7 +2,6 @@
id: 587d7dbb367417b2b2512bac
title: Remove Whitespace from Start and End
challengeType: 1
isHidden: false
forumTopicId: 301362
---

View File

@@ -2,7 +2,6 @@
id: 587d7db8367417b2b2512ba2
title: Restrict Possible Usernames
challengeType: 1
isHidden: false
forumTopicId: 301363
---

View File

@@ -2,7 +2,6 @@
id: 587d7dbb367417b2b2512baa
title: Reuse Patterns Using Capture Groups
challengeType: 1
isHidden: false
forumTopicId: 301364
---

View File

@@ -2,7 +2,6 @@
id: 587d7db9367417b2b2512ba7
title: Specify Exact Number of Matches
challengeType: 1
isHidden: false
forumTopicId: 301365
---

View File

@@ -2,7 +2,6 @@
id: 587d7db9367417b2b2512ba6
title: Specify Only the Lower Number of Matches
challengeType: 1
isHidden: false
forumTopicId: 301366
---

View File

@@ -2,7 +2,6 @@
id: 587d7db9367417b2b2512ba5
title: Specify Upper and Lower Number of Matches
challengeType: 1
isHidden: false
forumTopicId: 301367
---

View File

@@ -2,7 +2,6 @@
id: 587d7dbb367417b2b2512bab
title: Use Capture Groups to Search and Replace
challengeType: 1
isHidden: false
forumTopicId: 301368
---

View File

@@ -2,7 +2,6 @@
id: 587d7db3367417b2b2512b8e
title: Using the Test Method
challengeType: 1
isHidden: false
forumTopicId: 301369
---