File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div align =" center " >
2- <img src="artifacts/artifacts/markpad/public/favicon .svg" alt="MarkPad logo" width="120" height="120" />
2+ <img src="artifacts/artifacts/markpad/public/banner .svg" alt="MarkPad logo"/>
33</div >
44
55# MarkPad
@@ -26,10 +26,12 @@ Detailed MarkPDF notes are in [artifacts/artifacts/markpdf-cli/README.md](artifa
2626
2727## What It Looks Like
2828
29+ ### MarkPad
2930<div align =" center " >
3031 <img src="artifacts/artifacts/markpad/public/markpad_preview.png" alt="MarkPad UI screenshot" />
3132</div >
3233
34+ ### MarkPDF
3335<div align =" center " >
3436 <img src="artifacts/artifacts/markpad/public/markpdf_preview.png" alt="MarkPDF UI screenshot" />
3537</div >
Original file line number Diff line number Diff line change 11{
22 "name" : " @workspace/markpad" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.1.2 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2" ,
33 "productName" : " MarkPad" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "identifier" : " com.markpad.desktop" ,
66 "build" : {
77 "beforeBuildCommand" : " pnpm --filter @workspace/api-server build && pnpm run prepare:desktop:resources && pnpm run build:desktop:web" ,
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ Section "Install"
227227 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\MarkPDF CLI" " UninstallString" ' "$INSTDIR\Uninstall.exe"'
228228 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\MarkPDF CLI" " DisplayIcon" " $INSTDIR\markpdf.exe"
229229 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\MarkPDF CLI" " Publisher" " MarkPDF"
230- WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\MarkPDF CLI" " DisplayVersion" " 0.1.0 "
230+ WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\MarkPDF CLI" " DisplayVersion" " 0.1.2 "
231231 WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\MarkPDF CLI" " NoModify" 1
232232 WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\MarkPDF CLI" " NoRepair" 1
233233
Original file line number Diff line number Diff line change 11{
22 "name" : " @workspace/markpdf-cli" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.2 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "description" : " Minimal local Markdown-to-PDF CLI that opens a localhost UI" ,
You can’t perform that action at this time.
0 commit comments