效果网站:
Markor 实时浏览
Markor存储仓库:
Markor GitHub仓库
详细步骤:
安装Markor和Termux: 在手机上安装Markor和Termux应用。
pkg install git
git config --global user.name "Your GitHub Username"
git config --global user.email "your.email@example.com"
创建GitHub仓库: 在GitHub上创建一个新的仓库,用来存储Markdown笔记。
使用Markor编辑Markdown文件: 打开Markor应用,创建或编辑Markdown文件。
cd /storage/emulated/0/Documents/markor/
git add .
git commit -m "Add/update your Markdown notes"
git remote add origin <远程仓库URL>
git push
wget https://zryyoung.github.io/markor/Backup/Git/MostDirectoryGrading.sh
bash MostDirectoryGrading.sh
wget https://zryyoung.github.io/markor/Backup/Git/upGit.sh
bash upGit.sh
main
分支作为托管网站的源。/root
),然后点击“Save”按钮。这样,你就可以在GitHub仓库托管Markdown文件,并通过GitHub Pages实时浏览你的笔记。无论何时何地,只要有网络,你都能跨平台写笔记。另外,GitHub的版本控制功能还可以让你轻松回滚到任意版本。