[tw5] Interact with content in view mode

2021-10-30 Thread Anjar
Hi all, I wondered if any of you have experimented with interaction with content in view mode? I am mainly thinking of hightligheted text, some examples: - make the highlighted text into a link - e.g., I highlight the text *this is a test* in view mode, use a keyboard shortcut

[tw5] 2D tiddler grid (?): nulis.io

2021-08-25 Thread Anjar
Hi, I just found nulis.io and it seems very interesting: https://nulis.io/ In short, it is tiddlers but in 2D. Perhaps someone can use it for inspiration Best, Anders -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Your main Tags - Your main Tabs

2021-05-30 Thread Anjar
A few inputs; In my head, things became a bit easier with the keyword field in drift; https://akhater.github.io/drift/#Example%20Keywords%20Source Then tags can be reserved for broader topics and I add specifics to the keyword field. A generalization of that approach, I guess, is that every

[tw5] Fade-in background image

2021-05-30 Thread Anjar
Hi all, I tried to make a single tiddler view where the background image changes when you change tiddler, and it works okay: https://andjar.github.io/TiddlyMenu/lighthouse.html However, the transitions are a bit harsh, so I wondered if it would be possible to add a transition/animation (e.g.

Re: [tw5] Re: Specify in link if tiddler should open above or below current

2021-05-23 Thread Anjar
ld) using *putafter* > > This way when a tiddler is open in the story river, Next button opens the > next tiddler below current and Previous button opens previous tiddler > before current tiddler! > > > > Best wishes > Mohammad > > > On Mon, May 24, 2021 at 12

[tw5] Re: Specify in link if tiddler should open above or below current

2021-05-23 Thread Anjar
s was a very interesting way to force a specific sequence of events! Best, Anders søndag 23. mai 2021 kl. 17:50:27 UTC+2 skrev Eric Shulman: > On Sunday, May 23, 2021 at 7:53:40 AM UTC-7 Anjar wrote: > >> Hi, >> I have some tiddlers in sequence with links to previous/next at the

[tw5] Specify in link if tiddler should open above or below current

2021-05-23 Thread Anjar
Hi, I have some tiddlers in sequence with links to previous/next at the bottom. To keep the order in the story, I want previous tiddlers to open above the current but he next to open below. Is it possible to achieve this in some way? I tried this, but without success: <$button

[tw5] Re: Hard-replace macros at tiddler save

2021-05-15 Thread Anjar
<<>> and have it replaced with the text of those tiddlers or <> if one wants to keep transcluding Best, Anders fredag 14. mai 2021 kl. 16:31:33 UTC+2 skrev PMario: > On Friday, May 14, 2021 at 12:04:01 PM UTC+2 Anjar wrote: > > - You are guaranteed that the output will n

Re: [tw5] Combine tiddlers into one

2021-05-15 Thread Anjar
Hi, This would be very easy if we had a general way to hard-replace macros at tiddler save; see https://groups.google.com/g/tiddlywiki/c/crnjiJ4Spq4 (I'm mentioning it here since google groups doesn't show backlinks..) Best, Anders lørdag 15. mai 2021 kl. 11:41:31 UTC+2 skrev

[tw5] Re: Can ordinary tiddlers be made into shadow tiddlers?

2021-05-14 Thread Anjar
Thank you for the insights! mandag 10. mai 2021 kl. 03:33:19 UTC+2 skrev TW Tones: > Anjar, > > Shadow tiddlers is quite a big subject since it relates to a large part of > the core, plugins etc... > > I do personally believe there are many opportunities to make use of this

[tw5] Hard-replace macros at tiddler save

2021-05-14 Thread Anjar
Hi, Somewhere in the thread on permalinks it was suggested to have a macro that is actually replaced when the tiddler is saved. Say <<>> will actually be replaced by the wikified output of the macro, whereas <> is only replaced at

[tw5] Re: A Prototype of UID's for stable permalinks

2021-05-14 Thread Anjar
Ad the two latest post; these solutions are very close to the alternative permalink button suggested here: https://groups.google.com/g/tiddlywiki/c/QOzs3CVtosU/m/QZhVupmUBAAJ creating a permalink field with sluggified title + timestamp (always unique within a wiki), and keeping old versions so

[tw5] Re: [discussion] Titles in tiddlywiki

2021-05-14 Thread Anjar
Hi, I'm not sure this is what you want to discuss, but *why *do titles need to be unique? Aren't these examples kind of equivalent [[aTitle]] -> <$button><$list filter="[title[aTitle]]"><$action-navigate $to=<> />aTitle {{aTitle}} -> <$list filter="[title[aTitle]get[text]]"><>

[tw5] Re: Options for keeping revision history?

2021-05-10 Thread Anjar
@Soren you're right, I was only thinking on the single file edition where it would be difficult to follow a tiddler across time if the title is changed mandag 10. mai 2021 kl. 21:07:19 UTC+2 skrev Soren Bjornstad: > On Monday, May 10, 2021 at 9:10:40 AM UTC-5 Anjar wrote: > >> Gi

[tw5] Re: Options for keeping revision history?

2021-05-10 Thread Anjar
Non-plugin alternatives include git and sqlite ; both will keep the wiki size low, but neither will have the history directly available in the wiki. Git isn't able to take care of title changes, whereas the SQLite-history follows the toddler (but it needs

[tw5] Re: Relink vs Permalinks

2021-05-09 Thread Anjar
lyWiki5/discussions/5668>could be a > problem. > > On Wednesday, May 5, 2021 at 9:39:02 PM UTC+1 Anjar wrote: > >> Hi Walt, >> >> I am glad it solved the first problem. >> >> Ad #2: You are right, permalinks created *earlier *are not affected by

[tw5] Can ordinary tiddlers be made into shadow tiddlers?

2021-05-09 Thread Anjar
Hi! Shadow tiddlers have some nice properties, s I wonder: can ordinary tiddlers be made into shadow tiddlers or is it technically difficult? So that if a new tiddler is created with the same title, the old one disappears but is lurking in the background as a shadow? Best, Anders -- You

Re: [tw5] Simple php/sqlite3 adaptor

2021-05-08 Thread Anjar
thers only to read. Another problem may then be possible title collisions across users Best, Anders tirsdag 27. april 2021 kl. 18:10:29 UTC+2 skrev Mohammad: > On Tue, Apr 27, 2021 at 6:57 PM Anjar wrote: > >> @Mohammad currently, I haven't copied that part of the tw-receiver script >>

[tw5] Re: Relink vs Permalinks

2021-05-05 Thread Anjar
ng that a UID could >> be assigned on tiddler creation (ideally a not-too-weird combo-key: >> original name (guaranteed unique at the time, as you say) plus date would >> work), which persists across any renaming event in the Permalink field, but >> is not the title. I

[tw5] Re: Relink vs Permalinks

2021-05-05 Thread Anjar
Hi, Here is a demo for a new permalink button. It creates a new field called permalink and inserts -. Since the title is unique at creation, this string should be unique (?). Further, it copies the appropriate link to the clipboard;

[tw5] Re: Relink vs Permalinks

2021-05-05 Thread Anjar
Hi Walt, It should be trivial to modify the permalink button to produce links as https://tiddlywiki.com/#:[created[2014090408570]] but the creation time is not guaranteed to be unique (the link will then open both tiddlers, so no harm is done), although in practice it usually will be An

[tw5] Re: Relink vs Permalinks

2021-05-05 Thread Anjar
Hi, I agree with you and see the problem. One simple solution is just sharing links like https://tiddlywiki.com/#:[created[2014090408570]] Best, Anders onsdag 5. mai 2021 kl. 14:15:43 UTC+2 skrev ludwa6: > OK @Tones & @TT: if neither of you guys sees this as problematic, then i'd > better

Re: [tw5] Looking for reading material: using javascript libraries in TiddlyWiki

2021-05-02 Thread Anjar
ht help us "make it so"? >>> >>> On Sunday, May 2, 2021 at 9:23:08 AM UTC-4 cj.v...@gmail.com wrote: >>> >>>> G'day Anders, >>>> >>>> Yup, sure did. Very cool. >>>> >>>> Serverless sql.js w

[tw5] Re: Is there any way of using entire latex syntax inside TiddyWiki?

2021-05-02 Thread Anjar
Hi, I don't think there is any way to render a full latex document by javascript (or is there? https://github.com/kisonecat/web2js); you may have to actually run latex somehow, for example through php: https://github.com/scarfboy/phplatex There is a js library for rendering tikz that may be

Re: [tw5] What plugins do you use to write?

2021-05-02 Thread Anjar
Hi Rika, It may not be what you want, but a tiddlywiki more customized for longer texts can be found here: https://andjar.github.io/TW5-longtext/ You can choose to have two story rivers; writing to the left and previewing to the right, or you can have other stuff to the right (figures,

Re: [tw5] Looking for reading material: using javascript libraries in TiddlyWiki

2021-05-02 Thread Anjar
@cj.v did you see this thread https://groups.google.com/g/tiddlywiki/c/zcgAdcms0zM on php+sqlite? Requires a server though Best, Anders lørdag 1. mai 2021 kl. 23:15:10 UTC+2 skrev brian@gmail.com: > https://btheado.github.io/tw-widget-tutorial/ - this is another resource. > It is focused

[tw5] Re: Display parent tiddler's name alongside the child

2021-04-30 Thread Anjar
It's certainly possible. Are there some characteristics of the parents? Eg, do they all have titles starting with "Project" or are they tagged "Project"? Best, Anders fredag 30. april 2021 kl. 10:07:15 UTC+2 skrev passingby: > If I have Project tiddlers as parents and Tasks as children tagged

[tw5] Re: Modifying the body with ViewTemplate

2021-04-29 Thread Anjar
Maybe it is possible to have <$details> in one tiddler and in another tiddler and use list-before/after to manipulate the position of the two? Best, Anders torsdag 29. april 2021 kl. 20:57:39 UTC+2 skrev Stobot: > Hello all, > > I'm making sure there's not a better way to do this... I want

Re: [tw5] Simple php/sqlite3 adaptor

2021-04-27 Thread Anjar
Mohammad > > > On Sun, Apr 25, 2021 at 6:54 PM Anjar wrote: > >> Hi, >> >> I've started on a very simple php/sqlite3 backbone for tiddlywiki: >> https://github.com/andjar/TW-sqlite3/tree/main >> >> The main feature is perhaps that revisions are

[tw5] Re: Simple php/sqlite3 adaptor

2021-04-26 Thread Anjar
get to build specific tiddlywikis depending on parameters or having the tiddlers as separate files similar to node.js Best, Anders mandag 26. april 2021 kl. 03:01:53 UTC+2 skrev TW Tones: > Anjar, > > This is something I have wanted for ages, I am keen to get in on my cpanel > host

Re: [tw5] Re: TW-Scripts A Community Resource For All Users

2021-04-26 Thread Anjar
This is beautiful, Mohammad, thank you for curating, refining, and documenting these scripts! A very powerful resource! Best, Anders mandag 26. april 2021 kl. 17:12:08 UTC+2 skrev Mohammad: > @Odin > Thank you! To contribute: the simple way to open TW-Script, from the > sidebar click on create

[tw5] Re: A tour through my Zettelkasten

2021-04-26 Thread Anjar
This is amazing, Soren, thank you for sharing both the technical part and your interesting thoughts! I thought your actual name was Søren Bjørnstad, so I'm happy to have been corrected:) Best, Anders søndag 25. april 2021 kl. 19:08:19 UTC+2 skrev ludwa6: > Thanks @Odin for the pointer, but as

[tw5] Re: Simple php/sqlite3 adaptor

2021-04-25 Thread Anjar
oks interesting. Is the server in your local browser or remote? > > Added to tiddlywikilinks . > > On Sunday, April 25, 2021 at 7:24:26 AM UTC-7 Anjar wrote: > >> Hi, >> >> I've started on a very simple php/sqlite3 backbone for tiddlywiki: >> https://github.com/

[tw5] Simple php/sqlite3 adaptor

2021-04-25 Thread Anjar
Hi, I've started on a very simple php/sqlite3 backbone for tiddlywiki: https://github.com/andjar/TW-sqlite3/tree/main The main feature is perhaps that revisions are kept in the database (deleted tiddlers and edits). The tiddlers are saved to the sqlite file in three tables; tiddlers,

Re: [tw5] Re: Display tags in Tiddlers

2021-04-22 Thread Anjar
t; so this is how it looks like , i just need to add next to the droplists > all tags associated with the test 2 for example , and preferably in the > same pill format , hope this makes sense > [image: Capture.PNG] > > > > [image: Capture2.PNG] > On Wednesday, April 21, 2021

Re: [tw5] Re: Display tags in Tiddlers

2021-04-20 Thread Anjar
tiddlers > next to them in the list? > > On Wednesday, April 7, 2021 at 2:29:41 PM UTC+2 Anjar wrote: > >> Hi, >> >> As you've discovered, seemingly simple problems can get wuite complex:) I >> agree with you that is a nice solution, or you could wrap it in

[tw5] Re: Forms for adding sources: Looking for advice on how to structure the data

2021-04-16 Thread Anjar
a tiddler representing the > field "format". Then the "format" tiddler could have its own field > containing something like > <$select>PaperbackHardback. > This should give you enough information to generate forms with custom > data-entry-me

[tw5] Re: Forms for adding sources: Looking for advice on how to structure the data

2021-04-15 Thread Anjar
rs but have not implemented > anything yet. It seems important to me that some fields may be of a > different kind than just text to be entered. Like choosing from a list of > options (with f.i. the select widget or radio widget). > My 2 cts. > > Greetings, > Sjaak > > On

[tw5] Re: Forms for adding sources: Looking for advice on how to structure the data

2021-04-15 Thread Anjar
Hi Si, Have a look at this post: https://groups.google.com/g/tiddlywiki/c/Q3vU6tnPffI/m/WNguU1p6BwAJ It's about using premade templates to create new tiddlers; you can of course add a form if you prefer that, instead of editing the new tiddler directly Best, Anders torsdag 15. april 2021

[tw5] Re: Show user field on each Tiddler

2021-04-08 Thread Anjar
e/body" Best, Anders torsdag 8. april 2021 kl. 19:20:58 UTC+2 skrev schlechter...@gmail.com: > Hello Anjar, > > thanks - this works :-) > And how do I get the field to to right top? > [image: Image.png] > > Thanks > Stefan > > Anjar schrieb am Donnerstag, 8

[tw5] Re: Show user field on each Tiddler

2021-04-08 Thread Anjar
Hi Stefan, Try removing the space inside the filter; i.e. <$list filter="[all[current]has:field[published]]"> {{!!published}} Best, Anders torsdag 8. april 2021 kl. 15:18:35 UTC+2 skrev schlechter...@gmail.com: > Hello Odin, > > Thanks for your tip - but it's not working. > What I'm doing

Re: [tw5] Re: Display tags in Tiddlers

2021-04-07 Thread Anjar
<$set name="entries" filter="[addprefix[{{]addsuffix[}}]]"> >>> <> >>> >>> >>> >>> \end >>> >>> added twist: make É and E the same entry. letters not used are not seen. >>> This example is with a &q

Re: [tw5] Re: Display tags in Tiddlers

2021-04-05 Thread Anjar
Hi, Absolutely, here is a quick example: <$list filter="A B C D E F G H I J K L M N O P Q R S T U V W"><><$list filter="[tag[People]sort[title]prefix]"> <> The div is just to get three columns. The first list loops through all the letters and print each letter (<>) as header. For each

Re: [tw5] Re: [Help?] List the links and backlinks of the target tiddler in a sidebar tiddler

2021-03-31 Thread Anjar
Thanks David - you're right, it was made especially for you, inspired by the problem you presented and the L+BL:) onsdag 31. mars 2021 kl. 03:16:55 UTC+2 skrev David Gifford: > Wow, I don't think I had seen Sidelinks, Anjar! It's not in the toolmap. I > will both play with this a

[tw5] Re: [Help?] List the links and backlinks of the target tiddler in a sidebar tiddler

2021-03-30 Thread Anjar
Hi David, Very interesting! It somehow reminded me of sidenotes , which are easily combined with details: a simple demo: https://andjar.github.io/tiddlytext/sidelink.html Just a thought! The macro is simple: \define

[tw5] Re: Creating custom Tiddler frameworks with fields

2021-03-30 Thread Anjar
Hi Florian, I am not sure I understood exactly what you mean by defining categories via field. Is this what you imagine: A menu with various tiddler types, when clicking the button for "Quote", you create a quote tiddler with predefined fields and content? Here is a suggestion: (1) Make

Re: [tw5] MetaTiddly: Collaborative data charting for meta-analysis

2021-03-29 Thread Anjar
: > Andres, > question: did you enter the data manually or you use any tool to do that? > > Best wishes > Mohammad > > > On Mon, Mar 29, 2021 at 6:21 PM Anjar wrote: > >> Hi all, >> >> I just started on a small literature review and wanted a tool for >>

[tw5] MetaTiddly: Collaborative data charting for meta-analysis

2021-03-29 Thread Anjar
Hi all, I just started on a small literature review and wanted a tool for charting findings of the studies. Further, I wanted others to be able to contribute with their findings, and github + tiddlywiki seemed perfect. The result: https://andjar.github.io/CyPreg/ Measurements are nested

[tw5] Charts.CSS

2021-03-17 Thread Anjar
Hi all, I just discovered the CSS data visualization framework charts.css: https://chartscss.org/ In short, you just add CSS to a table and get a chart out of it. I know there already exist charting frameworks for tiddlywiki, but charts.css looks very nice and simple A small working example:

[tw5] Re: Tufte-like sidenotes: generate random ids

2021-01-31 Thread Anjar
a button that when pressed would enable the > sidenote to be created, at a desired place in the tiddler, without having to > manually edit the tiddler? > > Thx > > On Friday, January 29, 2021 at 3:50:48 AM UTC-5 Anjar wrote: > >> Hi, >> >> Thanks for showing inte

[tw5] Re: Tufte-like sidenotes: generate random ids

2021-01-29 Thread Anjar
add a sidenote to > the tiddler. > How would that be done? > > Thx > > On Tuesday, November 3, 2020 at 6:28:16 PM UTC-5 Anjar wrote: > >> Hi all! >> >> Some of you may be familiar with Edward Tufte ( >> https://edwardtufte.github.io/tufte-css/), and I think his side

[tw5] Re: TiddlyTime - a simple event logger

2021-01-25 Thread Anjar
ter. Best, Anders mandag 25. januar 2021 kl. 21:06:58 UTC+1 skrev Mark S.: > Added to the tiddlywiki toolmap > <https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=KD7kUsUIFmx3Us0teMLUILMI> > . > > On Monday, January 25, 2021 at 4:50:11 AM UTC-8 Anjar wrote: > >&

[tw5] TiddlyTime - a simple event logger

2021-01-25 Thread Anjar
Hi, I was looking for a simple, crossplatform event logger for use in the field, but had some troubles finding a good solution, so I made a quick and simple implementation with tiddlywiki. However, when exporting to CSV, I was hoping to get the time stamp, but there is an offset (timezone

[tw5] Re: TiddlyMenu

2021-01-20 Thread Anjar
. 15:57:06 UTC+1 skrev j.te...@gmail.com: > Hi Anjar, > > Real cool stuff...definitely will come in handy for one of my wikis. > A small suggestion...it would be cool if one would be able to add > tiddlers on the fly via button. Overall nice! > > Best regards, > Julio >

Re: [tw5] TiddlyMenu

2021-01-20 Thread Anjar
gt; > On Tue, Jan 19, 2021 at 6:02 PM Anjar wrote: > >> Hi all, >> >> I just made a minimalistic setup for a "menu landing page"; home is just >> a grid with menu items that takes you to a full width tiddler. The menu >> items are simply tid

[tw5] TiddlyMenu

2021-01-19 Thread Anjar
Hi all, I just made a minimalistic setup for a "menu landing page"; home is just a grid with menu items that takes you to a full width tiddler. The menu items are simply tiddlers tagged with "Menu" where the title becomes the link text Demo: http://andjar.github.io/TiddlyMenu Code:

[tw5] Re: Streams 0.2 preview

2021-01-09 Thread Anjar
Thank you, Saq, this is amazing! If you feel for it: Hacker News (https://news.ycombinator.com/) is a great place to get constructive feedback (they have a "Show HN" prefix) - and it would be a nice place to promote TiddlyWiki more too! Best, Anders lørdag 9. januar 2021 kl. 23:07:10 UTC+1

[tw5] Re: RemNote

2021-01-09 Thread Anjar
Thanks for the heads up! A plugin for PDF annotations sounds useful for TiddlyWiki too - say a tiddler per comment - it doesn't seem to complicated either, see https://github.com/rvasoya/PDFAnnotation Best, Anders lørdag 9. januar 2021 kl. 18:16:48 UTC+1 skrev arunnn...@gmail.com: > Remnote

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-12-10 Thread Anjar
Hi Mohammad, Thank you for noticing, it should be available again now! For backup: https://andjar.github.io/tiddlytext/ or https://github.com/andjar/tiddlytext Anders torsdag 10. desember 2020 kl. 07:07:53 UTC+1 skrev Mohammad: > Hi Anjar, > I cannot download the demo! Would yo

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread Anjar
ually, you can choose any character or string to replace the quotes with in $:/me/smartquote.css. However, we add them by using ::before and ::after in css, so you will not be able to select or copy the quotes themselves.. Best, Anders mandag 7. desember 2020 kl. 22:19:29 UTC+1 skrev Anjar: &

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-07 Thread Anjar
Hi, I think you can use the parser to create your own shorthand notation, eg. to render ;;test;; as “curly quotes”, or you can probably also use a parser rule to replace straight quotes as well (altough I don't know if you risk quotes within code being replaced as well). See

[tw5] Parsing arrows from shorthand

2020-12-07 Thread Anjar
Hi all, To improve my workflow a bit, I used the the dash-parser as template to replace ->, -^, -. and -< with →, ↑, ↓ and ←, respectively. Just sharing in case it could be useful for others! Best, Anders -- You received this message because you are subscribed to the Google Groups

[tw5] Re: [theme] Presenting "Mono" theme

2020-12-02 Thread Anjar
JD - I think your theme is amazing! It is so fun to work with and it is so easy to make things look great! A small suggestion (which I guess would apply to tiddlywiki in general, not just the mono theme) from me is to enhance the print css a little:) After some fiddling, I find this nice:

[tw5] Re: Private and public tiddlers in single-file wiki with tw-receiver

2020-11-24 Thread Anjar
t;> enabled hosts out there I hope folks will look further into this method of >> hosting and saving as they look for alternatives to tiddlyspot. >> >> On Friday, November 20, 2020 at 8:59:08 AM UTC-5 Anjar wrote: >> >>> Hi all, >>> >>> I know

[tw5] Private and public tiddlers in single-file wiki with tw-receiver

2020-11-20 Thread Anjar
Hi all, I know there has been some discussions on how to manage to have both public and private tiddlers, so here is my take on the problem: If we use tw-receiver as the saving mechanism, we can post-process the html file after saving with PHP. The most brutal form would be to simply add //

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread Anjar
nk expands the usability of tiddlywiki, especially if it becomes possible to load those external files at start and treat them as ordinary tiddlers. Just a thought:) Best, Anders mandag 9. november 2020 kl. 18:17:08 UTC+1 skrev TiddlyTweeter: > Ciao Anjar > > ... you can have some content

[tw5] Re: Use _canonical_uri to embed an external plain text file?

2020-11-09 Thread Anjar
Hi, I'm rather interested in this as well as it may be a way of implementing access control through htaccess; you can have some content public but also put some content in a subfolder protected by htaccess and include it in the tiddlywiki. Works perfectly for pfs etc. Best, Anders mandag 9.

[tw5] Re: HOWTO: Upload files/images to cloud storage automatically

2020-11-03 Thread Anjar
Hi, Haven't tested it, but it may be possible to add an iframe pointing to dropbox, for example in the sidebar? Tag a tiddler with $:/tags/SideBarSegment and add http://dropbox.com; width="100%" height="300px" style="border:none;"> Seems like dropbox doesn't like it, but maybe one can fix

[tw5] Tufte-like sidenotes: generate random ids

2020-11-03 Thread Anjar
Hi all! Some of you may be familiar with Edward Tufte (https://edwardtufte.github.io/tufte-css/), and I think his sidenote approach can be useful in TiddlyWiki as well if one wants to add comments to the contents of a tiddler. I tried to make a simple macro which work fairly well, but to make

[tw5] Re: New Plugin tw-receiver saves wiki to PHP

2020-10-16 Thread Anjar
Hi! I was experimenting a bit, and is the stale overwrite protection feature still working? When I tested with the tw open in two tabs, A and B, then saved A first with one change, and added another change to B, then only the latest saved change was kept (i.e. A was overwritten) Best, Anders

[tw5] Re: [Plugin] TWCrossLinks

2020-07-01 Thread Anjar
Sorry for the delay: Thanks for the update, Tony! It's a very interesting idea! Best, Anders mandag 22. juni 2020 kl. 02:59:37 UTC+2 skrev TW Tones: > Anjar, > > No time to finish publishing something, but this similar to a recent ideal > I am developing called "

[tw5] Re: [Plugin] Daily Notes - Interstitial Journaling plugin TiddilyWiki

2020-06-04 Thread Anjar
t it right? > > for todo I started added todo on the previous version and just enhanced it > in this one. give /todo a test and tell me how it goes > > Cheers > > On Thursday, June 4, 2020 at 1:54:37 PM UTC+3, Anjar wrote: >> >> I feel like a spoiled child throw

[tw5] Re: [Plugin] Daily Notes - Interstitial Journaling plugin TiddilyWiki

2020-06-04 Thread Anjar
. juni 2020 12.29.06 UTC+2 skrev Tony K følgende: > > Thank you Anjar > > I am really enjoying your suggestion on my plugins and thanks for that. > > can you please share a case scenario for this suggestion please ? > > On Friday, May 29, 2020 at 12:14:48 AM UTC+3, Anjar wrote

[tw5] Re: [Plugin] TWCrossLinks

2020-06-03 Thread Anjar
Hi, Another idea; maybe it could be useful to generalize from keywords and tags to custom/all fields? Say I have a tiddler about a book, then I add an author field, and the tiddler about the author automatically gets a tab called "Author" referencing the book tiddler Best, Anders -- You

[tw5] Re: [Plugin] Daily Notes - Interstitial Journaling plugin TiddilyWiki

2020-05-28 Thread Anjar
Very nice plugin, Tony! Just wanted to share this simple macro for listing all the entries containing the word "filterword" \define listNotes(txt:"") <$set name=filter1 value="[!title{!!title}tag[DailyNotes]search:text[$txt$] reverse[]]" > <$list filter=<> > <$set name=filter2

[tw5] Re: [Plugin] TWCrossLinks

2020-05-26 Thread Anjar
t if you don't mind > me using it > > On Tuesday, May 26, 2020 at 2:18:16 AM UTC+3, Anjar wrote: >> >> Thanks Tony for this wonderful plugin! >> >> >> I was taking some notes today and realising it would be nice to have some >> way to handle r

[tw5] Re: [Plugin] TWCrossLinks

2020-05-25 Thread Anjar
Thanks Tony for this wonderful plugin! I was taking some notes today and realising it would be nice to have some way to handle reoccurence in some; birthdays, important dates and so on. Maybe it could be possible to add regular expression to keywords in some way? Eg. if I just 01 add as

[tw5] Using store.php without username/password

2020-05-24 Thread Anjar
For reference, I think the easiest is to use tw-receiver (https://github.com/sendwheel/tw-receiver) and hardcode the secret key on line 38 in tw-receiver-handler-comp.js. Then all you need is having tw-receiver-server.php and the wiki in the same folder, and it works beautifully -- You

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-24 Thread Anjar
Looks awesome! Keep us updated! Best, Anders onsdag 20. mai 2020 23.44.31 UTC+2 skrev Saq Imtiaz følgende: > > When I'm under the weather I tend to prototype. Spent some time reworking > code from my eternally in progress task manager in an attempt to make it > more general purpose, as a

[tw5] Re: [Question] Can the refnotes plugin be used to make A.P.A. style reference?

2020-05-12 Thread Anjar
I agree @TT, that would be useful! Combine this with some way to export to pandoc-ready markdown with citations and we are close to a real alternative for academic writing Best, Anders tirsdag 12. mai 2020 11.53.08 UTC+2 skrev TiddlyTweeter følgende: > > Ciao Odin, > > Interesting thread! > >

[tw5] Re: [Question] Can the refnotes plugin be used to make A.P.A. style reference?

2020-05-11 Thread Anjar
se let me know if it was hard to follow or you have questions! Best, Anders mandag 11. mai 2020 17.54.28 UTC+2 skrev Odin Jorna følgende: > > Thank you so much for helping me out. Would you use instead of < title:"References">>, <> in your example, > to make a reference

[tw5] Re: [Question] Can the refnotes plugin be used to make A.P.A. style reference?

2020-05-11 Thread Anjar
Hi Odin, Have a look at the tiddler $:/plugins/kookma/refnotes/macro/bibtex/showrefs. You can make your own output style there, and fiddle with things as you want; this will move the year and add DOI and page range. \define custom_output(p) <$wikify name=p2 text=<<__p__>> > <$set

[tw5] Context plugin makes static export crash

2020-05-07 Thread Anjar
Hi, I am trying to do an export to static pages using the context plugin, the JSZip plugin and the export button of Anne-Laure Le Cunff . I have made a tiddler $:/blinks with <$set name="bterm" value=<> > <$list

[tw5] Using store.php without username/password

2020-05-03 Thread Anjar
Hi, I wondered if it is possible to use store.php without having to enter username and password? I often hide my tiddlywiki using .htaccess, and it would be easier to share access if I only had to make another user for htaccess instead of giving instructions on how to enter the configuration

[tw5] Re: Interstitial Journaling in TiddlyWiki

2020-05-03 Thread Anjar
Hi, It's not as sophisticated as the log solution, but having a simple tiddler like the one below will create tiddlers with timestamp as title when hitting enter and supports inline tagging using hashtags; etc. writing "This is a #test with tags" and hitting will add a tiddler and tag it with

[tw5] Re: Stroll: last call for experimenting

2020-05-03 Thread Anjar
Hi, Brilliant work David! This may be the wrong thread and it may have been elaborated by others elsewhere or implemented more efficiently, so forgive me, but just had this thought related to roam; often tiddlers will be very short when they are capturing a single thought. Having a tiddler

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-05-02 Thread Anjar
UTC+2 skrev Petruschka følgende: > > Hello Anjar, > I am a bit lost atm. What is the best way to use it/import your great > theme and use it only on dedicated tagged tiddlers so only those will show > up like in your demo? Thanks in advance. > -- You received this message be

[tw5] Re: Enable Links To Missing Tiddlers

2020-05-01 Thread Anjar
Hi! Have a look at this thread: https://groups.google.com/forum/m/#!search/create$20missing$20tiddler/tiddlywiki/xo-kICZZEcg The suggested solution was made by @BurningTreeC: "Place the following at the bottom of the "save-tiddler-actions" macro in the $:/core/ui/EditTemplate Tiddler :

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-30 Thread Anjar
, body.tc-dirty span.tc-dirty-indicator svg { display: block; } {{$:/core/ui/Buttons/save-wiki}} Best, Anders fredag 1. mai 2020 00.37.54 UTC+2 skrev TonyM følgende: > > Anjar, > > If you installed a trash bin plugin the delete would actually only be a > change if that helps

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-30 Thread Anjar
I agree with you, @Julio, except that tiddlywiki is already gold;) The site is updated with the sidebar being context-related and the save button appearing when you add new tiddlers. To do the latter, I use the haschanged[] filter operator, but this dosn't work

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-29 Thread Anjar
emoved the second step! Anders onsdag 29. april 2020 21.13.14 UTC+2 skrev Mohammad følgende: > > Anjar, > You can use the below code for automatic page numbering! > https://groups.google.com/d/msg/tiddlywiki/cdtKsC9VEmc/fMT1LKxYBQAJ > > To reorder slide and organize th

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-29 Thread Anjar
from the other fields). Could the solution be to continue using a custom form, but integrating the full editor instead of a simple text area, and then skip step 2? Best, Anders onsdag 29. april 2020 20.31.01 UTC+2 skrev Mohammad følgende: > > Anjar, > > Few comments > > Wh

[tw5] Re: TiddlyWiki API/IFTTT help

2020-04-29 Thread Anjar
Hi Tom! It's great that you have found tiddlywiki useful! About your question; I haven't tried this, but such an integration is a nice idea! How complex a setup would you be comfortable with? Searching this google group brings up some approaches; some worked

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-29 Thread Anjar
@TiddlyTweeter: Thanks! Good point about the home button! Removed it as a tile and had the add button change to a home when relevant! Also, removed the page field to use the count of existing pages instead Best Anders onsdag 29. april 2020 17.13.04 UTC+2 skrev TiddlyTweeter følgende: > >

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-28 Thread Anjar
ersome. Made another button to reset a field Best, Anders tirsdag 28. april 2020 09.09.17 UTC+2 skrev Riz følgende: > > Hi Anjar > Checked out your site. That is a really cool. > > The bug regarding undefined tiddler opening. The problem is > "tm-close-other-tiddler

[tw5] Minimalistic "single tiddler view" for short texts etc

2020-04-27 Thread Anjar
Hi all, After Jerome made me aware of the nice introductory page https://tiddlywiki.com/prerelease/editions/introduction/ I tweaked it a bit with the intention to show short texts such as poems, but I guess other media would work as well. Demo: https://ewy.no/tiddlytext.html There is a Add

[tw5] Re: [Use case] TiddlyWiki as exam database

2020-04-27 Thread Anjar
mandag 27. april 2020 06.03.22 UTC+2 skrev TonyM følgende: > > Anjar, > > Your welcome. Keep in mind tiddlywiki would also be good at adaptive tests > where a tests questions alters according to the answers given. An area of > weakness would have more questions, and students thus le

[tw5] Re: Consider renaming TiddlyWiki

2020-04-27 Thread Anjar
Hi, I couldn't see it being suggested, but a temporary solution may be to use a another shortform than TW(5); say "Tidwi" as in *Tid*dly*Wi*ki for example; when reaching out; it may be less charged (importnt for the first impression) and we can still link it to all existing ressources by

Re: [tw5] Redesign of TiddlyWiki

2020-04-26 Thread Anjar
Wow @Jeremy, it is the first time I see the https://tiddlywiki.com/editions/introduction/ ; hide furniture is really nice; do you know if there is any versions

[tw5] Re: [Use case] TiddlyWiki as exam database

2020-04-26 Thread Anjar
Thanks, Tony, will fix! I think the supporting and engaged community (such as your help right now) is one of the biggest strengths of tiddlywiki! Anders mandag 27. april 2020 03.00.45 UTC+2 skrev TonyM følgende: > > Anjar, > > Thanks for Sharing. My full appreciation is limited b

  1   2   >