🖼️

typora

无限试用

notion image
@echo off setlocal enabledelayedexpansion chcp 65001 > nul # REM 获取当前日期,格式为MM/dd/yyyy for /f "delims=" %%a in ('wmic OS Get localdatetime ^| find "."') do set datetime=%%a set "year=!datetime:~0,4!" set "month=!datetime:~4,2!" set "day=!datetime:~6,2!" set "date=!month!/!day!/!year!" # REM 设置注册表项 reg add "HKEY_CURRENT_USER\Software\Typora" /v IDate /t REG_SZ /d "!date!" /f > nul endlocal
最后一个免费版本https://b-o.lanzoub.com/ie7lp0b2cxyd  只需要替换安装目录中的 app.asar 文件就可以

手动激活

下面是操作步骤:
第一步: 下载最新版本的Typora安装
第二部: 安装完后,进入typora
的安装目录下的 \resources\page-dist\static\js 目录,找到 LicenseIndex开头的文件
第三部:用文本编辑器打开该文件,搜索hasActivated="true"==e.hasActivated并将其替换为hasActivated="true"=="true"
(修改前,可将该文件备份一下,万一操作失误,可以进行恢复)
 

PicGo+Typora搭建个人笔记系统

新建仓库
notion image
notion image
然后生成令牌
notion image
 
保存token
notion image
 
notion image
保存路径
切入到typora
notion image