Start:
I'd rather do any system which is integrated with gh gists because I think GistPad for VSCode is great and is my essential note writing tool.
I think on the top of the file we can write, 'use blog'
Then this will be a blog site.
Start:
So we have to finish cBud because it's the closest to done and it's easy to promote to lots of users.
We are currently migrating to Drizzle from Prisma because we are using Turso and Turso is better setup to use Drizzle.
We are also going to make a migration guide for this.
Start:
I want the suite to have a mailing list functionality, and I want for this to be editable by Gutenberg.
Jetpack CRM mailing list
If it's going to be sent by monte@montelogic.com, I'm not exactly sure the rates at which its going to hit someone's inbox vs. their spam folder.
Start:
I think what we would do is download the audio into an mp3 file and then, translate into German and then try to like match up the scrubbing time with the original video and then work on the transcripts editing along with the video.
This would be the ideal way of doing it, eventually.
But for NOW, download the mp3, put into German and then edit the words on like a txt file directly or like whatever file is used for captions. Edit this file directly.
Start:
We are going to recycle a project which we've already used but it is currently NOT able to SSG but has PDF generation functionality in it.
We a just going to gh clone repo it--the previous project, delete the .git folder, rename the project folder and initialize it with a name within VS Code.
{ | |
"git.enableSmartCommit": true, | |
"git.confirmSync": false, | |
"git.autofetch": true, | |
"editor.minimap.enabled": false, | |
"intelephense.stubs": [ | |
"apache", | |
"bcmath", | |
"bz2", | |
"calendar", |
sudo apt-get update | |
sudo apt-get install curl | |
sudo apt-get install php php-curl | |
curl -sS https://getcomposer.org/installer -o composer-setup.php |