-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.qmd
28 lines (21 loc) · 1.88 KB
/
about.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "About"
---
# Overview
I currently have my SOPs spread across too many places. I need to decide on a single place to put them and go with it.
- Document your decision in your [Applications Spreadsheet](https://docs.google.com/spreadsheets/d/12lsQk85PPPy6wWbEOxRBsLxMuWb6MLbiVlSMsH78wv0/edit?gid=1837919921#gid=1837919921).
- You have SOPs in [SharePoint](https://uthtmc.sharepoint.com/:f:/r/sites/SPHCannellPrivate/Shared%20Documents/SOPs?csf=1&web=1&e=muarJR).
- You have SOPs in [Apple Notes](https://www.icloud.com/notes/0a1fUXlSmNc26diQgM_cdTcEw#SOPs/Wikis/Knowledge_Base).
# On using Quarto
| Pros | Cons |
|------------------------------------|------------------------------------|
| I'm already really familiar with Quarto. | I can't edit the Wiki files from my phone. I would have to jot down a quick note in Apple Notes and update the Quarto file later. |
| I can view my SOP when I'm offline by opening the qmd files. | It doesn't feel like it's necessarily easy to make quick updates to my SOPs. However, I'm not sure how big of a deal that is. SOPs are meant to evolve over time, but they also probably shouldn't change often. |
| Quarto works pretty well with mobile by default. | Making tables with Markdown syntax isn't ideal. |
| The formatting options include almost anything that can be done with CSS and JS, as long as I have the willingness to learn to use them. | |
| It looks like it's possible to integrate ChatGPT. At least on the coding side. I'm not sure about using it on the browser side while searching the wiki. | |
| I can make edits directly from GitHub (I added this in GitHub) | |
# Questions
- Can I restrict access to certain pages?
- How do I make comments and notes on pages?
- Yes. [Instructions here](https://quarto.org/docs/output-formats/html-basics.html#commenting). [Blog post here](https://thedatasavvycorner.com/blogs/17-quarto-comments).