mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: add half done private plugin
This commit is contained in:
parent
21ae515bb2
commit
4bf0f686d4
3 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
tags: $:/plugins/linonetwo/private-tiddlers-in-private-repo/readme
|
||||||
|
title: $:/config/FileSystemPaths
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
13
template/wiki/plugins/linonetwo/private-tiddlers-in-private-repo/readme.tid
Executable file
13
template/wiki/plugins/linonetwo/private-tiddlers-in-private-repo/readme.tid
Executable 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]]
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue