Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-15 Thread Adithya B
Thanks Soren! I like it too :) I really hope to add some more features to it soon. If you have any specific feedback or notice any bugs, please do let me know either here or on the repo itself. On Monday, March 15, 2021 at 1:25:07 PM UTC-6 Soren Bjornstad wrote: > Adithya, > > Just want to

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-15 Thread Soren Bjornstad
Adithya, Just want to say thanks for the CodeMirror plugin -- even as it stands, this is awesome! On Monday, March 15, 2021 at 10:58:32 AM UTC-5 bmad...@gmail.com wrote: > Hi Mohammed, > > Thanks for your suggestions and code snippets! I have added some to the > issue tracker on the repo and

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-15 Thread Adithya B
Also, looking forward to the new framework for publishing static sites! On Monday, March 15, 2021 at 9:58:32 AM UTC-6 Adithya B wrote: > Hi Mohammed, > > Thanks for your suggestions and code snippets! I have added some to the > issue tracker on the repo and will close them in the coming days.

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-15 Thread Adithya B
Hi Mohammed, Thanks for your suggestions and code snippets! I have added some to the issue tracker on the repo and will close them in the coming days. About the css thing: I didnt want to work on the css for the first version so I gave it over to a CDN. I will add more functionality as you

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-15 Thread Jeremy Ruston
Hi Adithya, Congratulations, TiddlyJam is a terrific piece of work, and I enjoyed looking at your other work. I am working on this area as part of the work that I’m doing with Fission, and will publish a PR in the next day or two with a new framework for publishing static sites. May I borrow

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-14 Thread Mohammad Rahmani
More comments The css is fetched as below https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css;> - Consider option for offline work (optional inclusion of a styles.css ) - Consider inclusion of some extra css (for example if I have a custom card or button) I know the best practice is to

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-14 Thread Mohammad Rahmani
Adithya, My sample tiddlywiki.info file looks like below { "description": "Basic client-server edition", "plugins": [ "tiddlywiki/tiddlyweb", "tiddlywiki/filesystem", "tiddlywiki/highlight" ], "themes": [ "tiddlywiki/vanilla",

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-14 Thread Mohammad Rahmani
Hi Adithya, Very nice job and I see many use cases for Tiddlyjam! Some minor comments I. You may edit the .info (e.g. tiddlywiki.info which resides in root of any TW) file of selected Wiki as below "tiddlyjam":[ "--rendertiddlers",

Re: [tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-14 Thread Mohammad Rahmani
Hi Adithya, Many thanks for sharing this! The link to https://tiddlyjam.com does not work Would you please check? Best wishes Mohammad On Sun, Mar 14, 2021 at 8:47 PM Adithya B wrote: > Hi everyone! > > I have been working on a static website generator/CMS plugin for > TiddlyWiki for

[tw5] [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-14 Thread Adithya B
Hi everyone! I have been working on a static website generator/CMS plugin for TiddlyWiki for my personal use for the past six months or so. Finally, I feel I am ready to share it! - Have a look at the rendered website at https://tiddlyjam.com - The github repo is at