958 shaares
2 private links
2 private links
3 results
tagged
obsidian
This is an experimental proof of concept. It was written hastily without knowledge of the real internal mechanisms. [...] If you have the time and energy, feel free to help out with PRs or suggestions. [...] Nginx configuration map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { listen 80 default_server; listen [::]:80 default_server; location / { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_set_header Host $host; proxy_pass http://127.0.0.1:3000/; } servername ; } [...] As ObsidianMD is written with Electron, you can unzip the resource pack and modify it to suite your needs
OB的特性决定了你可以各种创造性地去应用它。
今天我们就用OB,配合着Airtable,多维表格,维格表等来搭建一个简单的个人管理后台。