Hi Joshua
Thanks for the enlightening reading.
under Node.js;
>
In my structure, tiddler sync/import processing across my different
projects is very common. It has to be feasible from standard web browser
without action from the reader.
planning where to store which set of tiddlers
>
Because of folder permissions, just including remote TW is not an option,
tiddlers must be copied.
For example :
- User1 can access
- .../FolderA/TWA.html
- .../FolderB/TWB.html
- User2 can access
- .../FolderA/TWA.html
- User3 can access
- .../FolderB/TWB.html
The shared tiddlers between TWA and TWB shall be visible to both User2 and 3
Shared tiddlers may be a note about a meeting, a contact card, a
publication clip ... whatever is related with the project.
I understand there is no tag based IncludePlugin for TW5 right now. But do
you think it is technically possible ?
Regards
Julien
On Thursday, April 30, 2020 at 1:36:13 AM UTC+2, Joshua Fontany wrote:
>
>
> If you are running TW under Node.js, it is possible to include whole wikis
> in other wikis via the `tiddlywiki.info` file. It is not possible to
> include partial or filtered sets yet, so planning where to store which set
> of tiddlers can be important.
>
>
> https://tiddlywiki.com/#:TiddlyWikiFolders%20%5B%5Btiddlywiki.info%20Files%5D%5D
>
> There are options to set the imported tiddlers to Read Only, or to force
> saving them back under their home wiki directory. See the help above.
>
> For example:
>
> {
> "plugins": [
> "tiddlywiki/tiddlyweb",
> "tiddlywiki/filesystem"
> ],
> "includeWikis": [
> {"path": "../path/to/imported/wiki", "read-only": true}
> ],
> "build": {
> "index": [
>
> "--rendertiddler","$:/core/save/all","index.html","text/plain"],
> "favicon": [
> "--savetiddler","$:/favicon.ico","favicon.ico",
>
> "--savetiddler","$:/green_favicon.ico","static/favicon.ico"]
> },
> "config": {
> "retain-original-tiddler-path": true
> }
> }
>
>
>
> On Wednesday, April 29, 2020 at 12:57:25 AM UTC-7, julien23 wrote:
>>
>> Hi all
>> I am trying to migrate from TWC to TW5
>>
>> I used to share tiddlers across TW using Abego IncludePlugin
>> <https://tiddlywiki.abego-software.de/#IncludePlugin>
>>
>> Basically at ...\1\TW1.html startup, it fetches #TW1 tiddlers from
>> ...\2\TW2.html ...\3\TW3.html , ...
>>
>> It is a must have for me.
>> Totally new to TW5, What's your advice?
>>
>> Related topics :
>>
>> - TW5: automatically import tiddlers?
>> <https://groups.google.com/d/topic/tiddlywiki/EzLax6CId1I/discussion>
>> - ImportCommand <https://tiddlywiki.com/#ImportCommand> > I have not
>> understood yet how to run commands in tw5
>> - Importing Tiddlers <https://tiddlywiki.com/#Importing%20Tiddlers>
>> > tested it works but how could I select tiddlers by tag and make it
>> silently at startup ?
>>
>>
>> Regards
>>
>> Julien
>>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/24f923d9-2809-4d13-9390-326e7e62d64a%40googlegroups.com.