Skip to content

Commit

Permalink
Merge pull request #450 from gristlabs/november-2024-newsletter
Browse files Browse the repository at this point in the history
adding november newsletter
  • Loading branch information
nbush authored Nov 29, 2024
2 parents ed7d46c + 44404ed commit 796030a
Show file tree
Hide file tree
Showing 12 changed files with 204 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added help/en/docs/images/newsletters/2024-11/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions help/en/docs/newsletters.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mill" means "useful experience, material, or knowledge", perfectly reflecting it

To receive the newsletter, [sign up for Grist](https://docs.getgrist.com/signup).

- [November 2024 Newsletter](newsletters/2024-11.md): Grist in 20+ languages, AWS self-hosting, audit logs and more!
- [October 2024 Newsletter](newsletters/2024-10.md): Grist Paris Summit, custom widgets made easy, and community highlights.
- [September 2024 Newsletter](newsletters/2024-09.md): Two-way references, Grist Desktop release, cool community creations.
- [August 2024 Newsletter](newsletters/2024-08.md): Markdown in the cell, custom widget cards, and webhook documentation.
Expand Down
202 changes: 202 additions & 0 deletions help/en/docs/newsletters/2024-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
---
title: 2024/11
---

# November 2024 Newsletter

<style>
/* restore some poorly overridden defaults */
.newsletter-header .table {
background-color: initial;
border: initial;
}
.newsletter-header .table > tbody > tr > td {
padding: initial;
border: initial;
vertical-align: initial;
}
.newsletter-header img.header-img {
padding: initial;
max-width: initial;
display: initial;
padding: initial;
line-height: initial;
background-color: initial;
border: initial;
border-radius: initial;
margin: initial;
}

/* copy newsletter styles, with a prefix for sufficient specificity */
.newsletter-header .header {
border: none;
padding: 0;
margin: 0;
}
.newsletter-header table > tbody > tr > td.header-image {
width: 80px;
padding-right: 16px;
}
.newsletter-header table > tbody > tr > td.header-text {
background-color: #42494B;
padding: 16px 20px;
}
.newsletter-header table.header-top {
border: none;
padding: 0;
margin: 0;
width: 100%;
}
.header-title {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 24px;
line-height: 28px;
color: #FFFFFF;
}
.header-month {
color: #FFFFFF;
}
.header-welcome {
margin-top: 12px;
color: #FFFFFF;
}
.newsletter-summary {
background-color: #e3fff5;
margin: 0;
padding: 10px;
}
.newsletter-summary-header {
text-align: center;
padding-bottom: 10px;
border-bottom: 1px solid lightgrey;
}
.newsletter-summary ul {
padding-left: 20px;
}
.newsletter-summary li {
margin-bottom: 10px;
}
.newsletter-summary li p {
margin: 0px
}
</style>
<div class="newsletter-header">
<table class="header" cellpadding="0" cellspacing="0" border="0"><tr>
<td class="header-text">
<table class="header-top"><tr>
<td class="header-image">
<a href="https://www.getgrist.com">
<img class="header-img" src="/images/newsletters/grist-labs.png" width="80" height="80" alt="Grist Labs" border="0">
</a>
</td>
<td class="header-top-text">
<div class="header-title">Grist for the Mill</div>
<div class="header-month">November 2024
&#8226; <a href="https://www.getgrist.com/">getgrist.com</a></div>
</td>
</tr></table>
<div class="header-welcome" style="color: #e0e0e0;">
Welcome to our monthly newsletter of updates and tips for Grist users.
</div>
</td>
</tr></table>
</div>

## Call for testers

Have you used Grist? Have you not used Grist? Do you just like clicking around on the computer? We need you. 🫵

We’re looking for volunteers to test upcoming features/changes for 30-45 minute sessions. Fill out this [Grist form](https://gristlabs.getgrist.com/forms/9zQL9BAJhz8eqNqa2kcWfT/107){:target="\_blank"} to sign up!

## Grist Paris Summit full schedule posted

![Grist summit schedule](../images/newsletters/2024-11/agenda.png)

The first ever Grist Summit is **next week!** And just in time, we have the full schedule over at [La Suite’s site](https://lasuite.numerique.gouv.fr/grist-paris-summit-2024#agenda){:target="\_blank"}.

Unable to join us in France? The main stage events will be recorded and shared after the fact, so keep an eye out for those. Otherwise, we can’t wait to see you in Paris!

## What's new

### New on the blog: Translating Grist into 20+ languages

![Grist translation overview](../images/newsletters/2024-11/blog-translate.png)

We’re constantly impressed with the contributions of Grist’s community translators. To mark an arbitrary milestone of 20 languages in less than two years, we’ve written up [a timeline of the localization process](https://www.getgrist.com/blog/how-anct-and-the-open-source-community-helped-translate-grist-into-20-languages/){:target="\_blank"}. See how volunteer contributors, ANCT and open source tools combine to let billions use Grist in their native language.

### Grist Labs Labs: Displaying 1M+ rows with better-sqlite3

![Grist + better-sqlite3](../images/newsletters/2024-11/labsv2.png)

Dmitry shared a peek at the (very) experimental side of spreadsheet development, with [a nifty prototype](https://grist-gristlabs-megagrist-fly-preview.fly.dev/uL5WsH1M93HD/Book-Recommendations-Big/p/1){:target="\_blank"} using [better-sqlite3](https://github.com/WiseLibs/better-sqlite3){:target="\_blank"} that has Grist zipping around a document with >1M rows. It works just as you’d expect, assuming you don’t expect the following features to function: importing and exporting, formulas, access rules, filtering, summary tables, search, snapshots/history...

We hope to show you more experiments as we’re able! 👩‍🔬

### Run Grist on the AWS cloud

![Grist on AWS Marketplace](../images/newsletters/2024-11/aws.png)

Grist is now available on the [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-tew3ygop5xxy4?sr=0-1&ref_=beagle&applicationId=AWSMPContessa){:target="\_blank"}, giving you a simple way of self-hosting Grist (with authentication) in your own cloud. If you need to run Grist on servers in Europe, this is the easiest way to do it. We’re also looking at placing Grist on other cloud marketplaces – if you have a favorite, let us know!

Thanks to users of the beta product for their feedback. Users can migrate from the beta (now legacy) version by following [these steps](https://support.getgrist.com/install/aws-marketplace-transition/){:target="\_blank"}.

### Grist Business - Audit Logs

![Audit logs](../images/newsletters/2024-11/audit-logs.png)

Self-hosting Grist Business plan users can now enable audit logging. Audit logs can help maintain compliance and identify misuse by helping answer questions like “when was a workspace removed?” or “who invited a collaborator to a document?”.

Currently, audit log streaming supports HEC endpoints (like [Splunk](https://www.splunk.com/){:target="\_blank"} or [Vector](https://vector.dev/){:target="\_blank"}), or other destinations via HTTP. Full documentation can be found in our [Help Center](https://support.getgrist.com/install/audit-log-overview/#audit-log-overview){:target="\_blank"}.

### Editing document types

<span class="screenshot-large">*![Document types](../images/newsletters/2024-11/document-type.png)*</span>
{: .screenshot-half }

Did you know there are distinct Grist document types? Well, now you can specifically set them in Document Settings! If you need to create templates or tutorials to be shared with other users, these types align the open behavior to those formats.

## Community highlights

* Leonard_Gallion (of [Basic HTML Reporting Template](https://community.getgrist.com/t/basic-html-reporting-template/2631){:target="\_blank"} fame) shared their setup for [external backups of Grist files in Node Red](https://community.getgrist.com/t/basic-grist-backup-in-node-red/7229){:target="\_blank"}, letting you automatically backup to a local drive.
![Node Red Grist backups](../images/newsletters/2024-11/node-red.png)

* enthus1ast shared their very cool [gristImageMap custom widget](https://community.getgrist.com/t/gristimagemap-show-text-on-images-like-on-a-map/2019){:target="\_blank"} early last year with the example use case of sysadmin organization. Kirk_Williams, meanwhile, just shared their [equally satisfying image mapping solution](https://community.getgrist.com/t/gristimagemap-show-text-on-images-like-on-a-map/2019/9){:target="\_blank"}. We simply love to see this! 😍
![gristImageMap widget](../images/newsletters/2024-11/gristimagemap.png)

Working on something cool with Grist? Let us know by posting in the [Showcase forum](https://community.getgrist.com/c/showcase/8){:target="\_blank"} or our [#grist-showcase Discord channel](https://discord.gg/MYKpYQ3fbP){:target="\_blank"}!

## Learning Grist

### Webinar - Custom Widget Builder

Couldn't make it to the Grist Summit in Paris? No worries! Join Grist Labs' very own CTO Paul and developer Jarek as they present their talk on Grist's custom widget builder. Learn from the devs themselves how to create your own custom widget, step-by-step!

**Thursday December 19 at 3:00pm US Eastern Time.**

[![Custom Widget Builder webinar](../images/newsletters/2024-11/webinar.png)](https://www.getgrist.com/webinars/custom-widget-builder/?utm_source=support-newsletter&utm_medium=internal&utm_campaign=build-webinar&utm_term=december-2024){:target="\_blank"}

[SIGN UP FOR DECEMBER'S WEBINAR](https://www.getgrist.com/webinars/custom-widget-builder/?utm_source=support-newsletter&utm_medium=internal&utm_campaign=build-webinar&utm_term=december-2024){:target="\_blank"}
{: .grist-button}

### Grist 101

In November, Natalie hosted an introductory webinar designed to help new users navigate the basics of Grist. This session provided users with the essential tools and knowledge to get started. We covered key features and best practices to maximize your productivity. Perfect for beginners!

[WATCH NOVEMBER'S RECORDING](https://www.getgrist.com/webinars/grist-101-new-users-guide-nov24/){:target="\_blank"}
{: .grist-button}

## Help spread the word
If you’re interested in helping Grist grow, consider leaving a review on product review sites. Here’s a short list where your review could make a big impact. Thank you! 🙏

* [AlternativeTo](https://alternativeto.net/software/grist/about/){:target="\_blank"}
* [Capterra](https://www.capterra.com/p/232821/Grist/){:target="\_blank"}
* [G2](https://www.g2.com/products/grist){:target="\_blank"}
* [TrustRadius](https://www.trustradius.com/products/grist/){:target="\_blank"}

## We are here to support you

**Professional services.** Grist often surprises people with its capabilities. Schedule a **free** call to assess your needs and help connect you with a Grist expert. [Learn more.](https://www.getgrist.com/professional-services/){:target="\_blank"}

**Have questions, feedback, or need help?** Search our [Help Center](../index.md), [watch video
tutorials](https://www.youtube.com/channel/UCx0ioQrrC-bIrkmZ7ZULr0g/playlists), share ideas in our
[Community Forum](https://community.getgrist.com), or contact us at <support@getgrist.com>.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ nav:
- telemetry-full.md
- News & updates:
- newsletters.md
- newsletters/2024-11.md
- newsletters/2024-10.md
- newsletters/2024-09.md
- newsletters/2024-08.md
Expand Down

0 comments on commit 796030a

Please sign in to comment.