diff options
author | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:47:38 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-07-03 16:47:38 -0700 |
commit | ccfdb6a3351aec0022e2660478a39263addc42d7 (patch) | |
tree | 8d15ec4f8cc6d78c6a4e6966cff77c8d8940df2f /content/blog/google-doc-failure.md | |
parent | some more cleanup (diff) | |
download | fcuny.net-ccfdb6a3351aec0022e2660478a39263addc42d7.tar.gz |
dont format html files with prettier
Diffstat (limited to '')
-rw-r--r-- | content/blog/google-doc-failure.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/blog/google-doc-failure.md b/content/blog/google-doc-failure.md index 8262767..ee98f9b 100644 --- a/content/blog/google-doc-failure.md +++ b/content/blog/google-doc-failure.md @@ -57,11 +57,11 @@ One of the thing that I think are critical, is that all of that is done using th There's obviously challenges with this approach too: -- **it's more heavy handed**: not every one likes to write in a text editor using a markup language. It can requires some time to learn or get used to the syntax -- **it's harder to integrate schema / visuals**: but having them checked in in the repository also improves the discoverability +- **it's more heavy handed**: not every one likes to write in a text editor using a markup language. It can requires some time to learn or get used to the syntax +- **it's harder to integrate schema / visuals**: but having them checked in in the repository also improves the discoverability It's also true that no all documents suffer the same challenges for discoverability: -- meeting notes are usually linked to meeting invites (however if you were not part of the meeting, you end up with the same challenges to discover them) -- drafts for communications are usually not relevant once the communication has been sent -- interview notes are usually transferred to some tools for HR when the feedback is submitted +- meeting notes are usually linked to meeting invites (however if you were not part of the meeting, you end up with the same challenges to discover them) +- drafts for communications are usually not relevant once the communication has been sent +- interview notes are usually transferred to some tools for HR when the feedback is submitted |