feat: add half done private plugin

This commit is contained in:
tiddlygit-test 2020-08-16 19:42:59 +08:00
parent 21ae515bb2
commit 4bf0f686d4
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,3 @@
tags: $:/plugins/linonetwo/private-tiddlers-in-private-repo/readme
title: $:/config/FileSystemPaths
type: text/vnd.tiddlywiki

View file

@ -0,0 +1,10 @@
{
"title": "$:/plugins/linonetwo/private-tiddlers-in-private-repo",
"name": "Private Tiddlers In Private Repo",
"description": "Allow you make some tiddlers private, and store them in a private repo.",
"author": "LinOnetwo",
"core-version": ">=5.1.22",
"plugin-type": "plugin",
"version": "0.0.1",
"list": "readme"
}

View file

@ -0,0 +1,13 @@
title: $:/plugins/linonetwo/private-tiddlers-in-private-repo/readme
created: 20200414135748497
modified: 20200602062349232
type: text/vnd.tiddlywiki
!! Usage
Edit `plugins/linonetwo/private-tiddlers-in-private-repo` using VSCode to be something like:
```tid
[!is[system]kin::to[APrivateContent]addprefix[/]addprefix[private-wiki]]
[!is[system]kin::to[Photos]addprefix[/]addprefix[private-wiki-photos]]
```