Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-18 Thread Jeremy Ruston
Hi Danielo > Why is $:/core/wiki/rawmarkup old and deprecated? Because it doesn't match the $:/tags/Xxxx pattern used elsewhere in the core. > It is encouraged on developer edition of tiddlywiki Both those examples should be switched; pull requests welcome! Many thanks, Jeremy > >

[twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-14 Thread Danielo Rodríguez
By the way, Why is $:/core/wiki/rawmarkup old and deprecated? It is encouraged on developer edition of tiddlywiki http://tiddlywiki.com/dev/#How%20to%20customise%20the%20password%20prompt And actively used on it:

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-14 Thread Danielo Rodríguez
Hello Tobias, If you read my answer above you can see that is what I said:they are not being unpacked, and they are not accessible for the filters. I find odd to be forced to distribute parts of a single plugin as separate plugins just for this reason. Implementing the solution proposed by

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Tobias Beer
Hi Danielo / Jeremy, > $./config/Plugins/Disabled/$:/plugins/danielo515/tiddlypouch: yes > What exactly does (not) happen to a disabled plugin? If disabling prevents unpacking plugin tiddlers, including shadows then there's little wonder why your packaged tiddlers tagged

[twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Danielo Rodríguez
The only solution that I found is this one proposed by buggyj https://github.com/buggyj/TiddlyWiki5/commit/91a2afd2495122a534f9e6066e7e7272e83ca119 It works also for deactivated plugins, which was a life saver. Having this integrated into the core is now a must

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Danielo Rodríguez
El martes, 13 de septiembre de 2016, 23:20:07 (UTC+2), Jeremy Ruston escribió: > > Hi Danielo > > Are the $:/tags/RawMarkup tiddlers shadow tiddlers within > $:/plugins/danielo515/tiddlypouch plugin? > Yes they are > What happens if you move them into the wiki, so that they are no longer

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Jeremy Ruston
Hi Danielo Are the $:/tags/RawMarkup tiddlers shadow tiddlers within $:/plugins/danielo515/tiddlypouch plugin? What happens if you move them into the wiki, so that they are no longer shadow tiddlers? At the point that you are running the --build command, is the

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Danielo Rodríguez
El martes, 13 de septiembre de 2016, 23:03:59 (UTC+2), Jeremy Ruston escribió: > > Hi Danielo > > Yes running it via the --server command works flawlessly. > > > Are you using any parameters with the --server command? If not, it will > use the default template ($:/core/save/all), and not your

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Jeremy Ruston
Hi Danielo > Yes running it via the --server command works flawlessly. Are you using any parameters with the --server command? If not, it will use the default template ($:/core/save/all), and not your custom save template. Best wishes Jeremy > This is my build section > > "build": { >

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Danielo Rodríguez
El martes, 13 de septiembre de 2016, 22:47:24 (UTC+2), Jeremy Ruston escribió: > > Hi Danielo > > > I just added some tiddlers with the tag $:/core/wiki/rawmarkup to one of > mu plugins. If I run the wiki from node it works perfectly, no issues, > no problems, the tiddlers are being included

Re: [twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Jeremy Ruston
Hi Danielo > I just added some tiddlers with the tag $:/core/wiki/rawmarkup to one of mu > plugins. If I run the wiki from node it works perfectly, no issues, no > problems, the tiddlers are being included in the head section. I guess you mean running the wiki via the --server command? Can you

[twdev] Re: Tiddlers tagged $:/core/wiki/rawmarkup are not being included on the header during the build process

2016-09-13 Thread Danielo Rodríguez
By the way, this is the template that I'm using: title: $:/NoteSelf/save/download \define saveTiddlerFilter() [[$:/core]] [[$:/isEncrypted]] [[$:/plugins/danielo515/tiddlypouch]] [[$:/themes/tiddlywiki/snowwhite]] [tag[$:/default-config]] [[$:/themes/tiddlywiki/vanilla]] -[[$:/boot/boot.css]]