[tw5] Re: --render is not including the replacement of global macros

2020-05-09 Thread Soren Bjornstad
knowing if this is supposed to work, and perhaps a note in the documentation if it is not supposed to work. On Saturday, May 9, 2020 at 8:55:58 PM UTC-5, Soren Bjornstad wrote: > > Hi all, > > I'm having a strange problem trying to render HTML with the Node --render > command. A

[tw5] --render is not including the replacement of global macros

2020-05-09 Thread Soren Bjornstad
Hi all, I'm having a strange problem trying to render HTML with the Node --render command. As the subject says, the output of global macros doesn't show up. Yet local macros work fine. Am I doing something wrong, or is this a bug or just not supported this way? The documentation doesn't say

[tw5] Re: Generating a stand-alone version from Node

2020-05-11 Thread Soren Bjornstad
The output option needs to come before any other commands you use -- TiddlyWiki executes them in the order you list them, so if you put it after the export command, it only resets the output location after the file has already been rendered. Not sure if that's your problem, but that fixed it

[tw5] Re: --render is not including the replacement of global macros

2020-05-10 Thread Soren Bjornstad
s in $:/core/ui/ViewTemplate as > well. > > Hope this helps, > Saq > > > On Sunday, May 10, 2020 at 3:55:58 AM UTC+2, Soren Bjornstad wrote: >> >> Hi all, >> >> I'm having a strange problem trying to render HTML with the Node --render >> comman

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-13 Thread Soren Bjornstad
[all[current]backlinks[]] should do the trick. The $list widget will display its contents if and only if there are results in the filter, so in this case you get nothing if there are no backlinks. If you're not sure where backlinks[] comes from, the filter operators

[tw5] Re: How to continuously build static HTML?

2020-05-13 Thread Soren Bjornstad
I've been working on this with the goal of publishing only part of my personal wiki. I'm just using a real straightforward shell script. Here's a snippet: PUB_FOLDER="public-wiki" PRIV_FOLDER="zk-wiki" FILT="[is[system]] [tag[Public]] -[[$:/plugins/tiddlywiki/tiddlyweb]]

[tw5] Re: Preventing tag pill menu from appearing multiple times

2020-03-17 Thread Soren Bjornstad
Results%20as%20Tables%20with%20CSS%20-%20Variable%20Column%20Method > > --Mohammad > > On Tuesday, March 17, 2020 at 2:33:18 AM UTC+3:30, Soren Bjornstad wrote: >> >> Hi everyone, >> >> I am trying to make a simple table that lists tiddlers matching a filter

[tw5] Re: Preventing tag pill menu from appearing multiple times

2020-03-17 Thread Soren Bjornstad
On Tuesday, March 17, 2020 at 5:22:08 PM UTC-5, TonyM wrote: > > The number generated by Qualify is related to the tiddlername, > specifically the current tiddler so if that changes for each tag, as in my > first post the issue only occurs if the same tag is referenced in the same > tiddler

[tw5] Pivoting multiple filters into one table in TiddlyTables

2020-03-22 Thread Soren Bjornstad
Hi everyone, I'm working on a custom reference explorer for my wiki using TiddlyTables. It inspects links, tags, fields, and so on to generate a rich display of connected tiddlers categorized by their type. I'd like to include a column that identifies the type of link (e.g., hardlinked,

[tw5] Re: Editing tid files directly

2020-03-22 Thread Soren Bjornstad
Haakon, You might be interested in the CodeMirror plugin and the vim plugin for that, which will let you use vim keybindings right in the wikitext editor. Go to Control Panel -> Plugins -> Get more plugins -> Open plugin library and search for "CodeMirror". It's a fairly lightweight

[tw5] Re: Preventing tag pill menu from appearing multiple times

2020-03-16 Thread Soren Bjornstad
Tony, Thanks for your reply! I switched to using the tag macro per your suggestion, but unfortunately I am still seeing the same behavior. I simplified it a bit just to rule out something wrong with my table, so I now have: <$list filter="[all[current]backlinks[]]"> {{!!title}} <$list

[tw5] Preventing tag pill menu from appearing multiple times

2020-03-16 Thread Soren Bjornstad
Hi everyone, I am trying to make a simple table that lists tiddlers matching a filter, along with those tiddlers' tags (in the standard pill display). I've written the following template tiddler: <$list

[tw5] Re: Can you disable cross-browser sync in Node?

2020-05-27 Thread Soren Bjornstad
Ooh, I think this explains why my wiki has developed a habit of randomly losing all its open tiddlers recently! I'll give this one a shot. On Wednesday, May 27, 2020 at 12:54:57 AM UTC-5, Saq Imtiaz wrote: > > This is an unintended bug surfaced by that change. > > For now add $:/StoryList to the

[tw5] Including newlines in a URL-encoding macro definition

2020-05-27 Thread Soren Bjornstad
I'm trying to implement a mailto: based mail-merge in TiddlyWiki and am 95% of the way there borrowing the code provided in this thread: https://groups.google.com/forum/#!searchin/tiddlywiki/tiddlywiki$20mail$20merge|sort:relevance/tiddlywiki/wNpULbptm4w/h3He4gbGAwAJ However, the tiddlerencoded

[tw5] Re: Including newlines in a URL-encoding macro definition

2020-05-28 Thread Soren Bjornstad
l your pain, I was using and modifying previous mailto implementation > and something was so fragile I have up after hours of frustration each time. > > Regards > Tony > > On Thursday, May 28, 2020 at 7:52:44 AM UTC+10, Soren Bjornstad wrote: >> >> I'm trying to implement

[tw5] Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-24 Thread Soren Bjornstad
I'm pleased to announce the release of version 1.0 of TiddlyRemember, a tool to make it easy to remember the most important bits of your notes. You call out specific bits of your tiddlers that you want to remember using TiddlyWiki macros, and an associated Anki add-on

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-25 Thread Soren Bjornstad
Good question. This is one of the little warts in the current solution. :) If you made exactly the change you showed, you end up with the "new" card (the one with "TiddlyWiki" occluded) having the scheduling of your previous card with "Anki" occluded, and a new card for the existing occlusion!

[tw5] Re: Timimi install question

2020-05-24 Thread Soren Bjornstad
It sounds like your browser is confused about what type of file the local-OS piece is. Try right-clicking on the link and choosing "Save Link As." On Sunday, May 24, 2020 at 2:39:17 PM UTC-5, JWHoneycutt wrote: > > On another thread TonyM said: > Timimi needs a firefox add-on and a piece

[tw5] Re: Obsidian - Roam competitor

2020-05-28 Thread Soren Bjornstad
How about creating a second official edition that consists of the core bundled with a plugin or three designed to make TiddlyWiki simpler for beginners? This edition could be presented as the default when downloading TiddlyWiki, with a smaller option to download empty.html for people who

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-28 Thread Soren Bjornstad
wrote: > > You make my day when I read Anki + Tiddlywiki! > > However syncing doesn't work for me. I've posted the details to a github > issue: https://github.com/sobjornstad/TiddlyRemember/issues/6 > > Anyway, thanks a lot for the project > > On Monday, 25 May 2020 04:2

Re: [tw5] Re: Plugin "tw5-keyboard-navigation"

2020-05-29 Thread Soren Bjornstad
Max, did you notice that I sent you a pull request on this plugin a couple of weeks ago? A couple of things did not work for me and you might be interested in the fixes. On Thursday, May 28, 2020 at 4:48:36 PM UTC-5, MaxGyver wrote: > > Am 02.05.20 um 00:45 schrieb Saq Imtiaz: > > Max: great

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-29 Thread Soren Bjornstad
oss the notes where he talks about the "mnemonic > medium" for personal notes, which look like they might be what you are > referring to: > > https://notes.andymatuschak.org/The_mnemonic_medium_can_be_extended_to_one%E2%80%99s_personal_notes > > https://notes.andymatuscha

Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-29 Thread Soren Bjornstad
ok like they might be what you are >> referring to: >> >> https://notes.andymatuschak.org/The_mnemonic_medium_can_be_extended_to_one%E2%80%99s_personal_notes >> >> https://notes.andymatuschak.org/My_implementation_of_a_personal_mnemonic_medium >> >> On Friday, 29 May

[tw5] Can I make tag pills clickable in edit mode?

2020-05-29 Thread Soren Bjornstad
As we know, when viewing a tiddler, you can click on a tag to get a nice drop-down list of all the tiddlers that it tags. I often find myself wanting to access this information when creating a new tiddler, as part of figuring out what it should link to. Right now, I have to click over into

[tw5] Re: Can I make tag pills clickable in edit mode?

2020-05-30 Thread Soren Bjornstad
Tony, As you say, it put them there, but it looks pretty silly to have the tags twice on the same tiddler: [image: list-before.png] Removing the existing $:/core/ui/EditTemplate/ from the EditTemplate list results in removing the tag picker so you can't easily edit the tags. Similarly, just

Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-30 Thread Soren Bjornstad
It's a thought. A simple SR algorithm is not particularly hard, so that would be doable. But recently I've been seeing sites pop up that all do their own spaced-repetition implementation, and the result is if you use more than one of them, pretty soon you have 8 places to go every day to

[tw5] Re: Can I make tag pills clickable in edit mode?

2020-05-31 Thread Soren Bjornstad
I was imagining making the part of the pill that doesn't have the X button on it trigger the popup. I was able to get it to *link* to the tag tiddler just by surrounding it with a simple <$link> widget, but the logic for the popup is much more complicated and I'm struggling to follow all the

[tw5] Re: 'Export all' not working

2020-05-30 Thread Soren Bjornstad
Rhod, What format are you trying to use? ".tid" files only support one tiddler, so in my experience "Export All" will just end up exporting the first tiddler in your wiki alphabetically (that doesn't make much sense, and it probably shouldn't be an option for "export all"!). CSV or JSON should

[tw5] Re: Keyboard shortcut to hide/show sidebar?

2020-05-31 Thread Soren Bjornstad
Birthe has the right answer to this specific question, but for a general solution to "is there a keyboard shortcut for X?", you can look at the default keyboard shortcuts by opening the control panel and going to the "Keyboard Shortcuts" tab. You'll find this one listed under *toggle-sidebar* .

[tw5] Re: --render command

2020-06-01 Thread Soren Bjornstad
Having made the same mistake...you need to put the --output bit in the same command line as the --render part. tiddlywiki --output path/to/output/directory/ --render [!is[system]] [ encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]] On Monday, June 1, 2020 at 10:16:02 AM UTC-5, selfire

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-26 Thread Soren Bjornstad
filter like > *[all[tiddlers]!is[system]type[]!regexp[(?i)\?]] > *I get the same error message. > > Does this explain the bug? > > Just in case you still need to know *tiddlywiki --version* gives the > output 5.1.22 and I'm running Windows 10. > > > >

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-26 Thread Soren Bjornstad
NextStartupTask (C:\Users\Si\AppData\Roaming > \npm\node_modules\tiddlywiki\boot\boot.js:2397:10) > > > It's a single file wiki, the most recent version. TiddlyRemember still > works perfectly with the empty wiki I originally tested it with. > > I've tried removing all other A

[tw5] Re: Recommend books on note-taking methods

2020-08-08 Thread Soren Bjornstad
Funnily enough, I am literally right now (as in, as I tabbed over to the google group to look something up) working on a bibliography on this topic. I'll link up a copy once I have it ready, and will continue to keep it updated as I read/learn more. On Friday, August 7, 2020 at 1:33:39 AM

[tw5] Re: Recommend books on note-taking methods

2020-08-08 Thread Soren Bjornstad
As discussed: https://zettelkasten.sorenbjornstad.com/#ZettelKastenBibliography:ZettelKastenBibliography PublicHomepage On Saturday, August 8, 2020 at 9:59:10 AM UTC-5, Soren Bjornstad wrote: > > Funnily enough, I am literally right now (as in, as I tabbed over to the > google grou

[tw5] Improved references in TiddlyRemember flashcards

2020-08-02 Thread Soren Bjornstad
Hi all, In the follow-up around the web to the release of TiddlyRemember , some people took issue with the approach of putting questions in macro calls, wishing instead

[tw5] Re: Find places where a tiddler is transcluded

2020-08-05 Thread Soren Bjornstad
esday, August 5, 2020 at 5:39:45 PM UTC-5, Soren Bjornstad wrote: >> >> Is there any practical way to find all the tiddlers that a tiddler is >> directly transcluded in? >> >> In an ideal world, I am imagining a filter operator that would work >> rather like li

[tw5] Find places where a tiddler is transcluded

2020-08-05 Thread Soren Bjornstad
Is there any practical way to find all the tiddlers that a tiddler is directly transcluded in? In an idea world, I am imagining a filter operator that would work rather like links[] or backlinks[] do, where only "hard" links that can be detected by a quick look at the wikitext count. Say,

[tw5] Re: How to use the Vim mode in Code-Mirror?

2020-07-12 Thread Soren Bjornstad
Mark, As you've observed, this is happening because Escape is bound to *cancel-edit-tiddler* by default. If you're not attached to that specific keyboard shortcut, you can easily disable it in the Keyboard Shortcuts tab of the control panel. I just change mine to Control-Escape, though that's

[tw5] Re: Can I make tag pills clickable in edit mode?

2020-06-04 Thread Soren Bjornstad
eback soon. I have >> discovered some other functionality I want to include which you can remove >> if you don't want it. >> >> Regards >> Tony >> >> On Monday, June 1, 2020 at 12:04:01 AM UTC+10, Soren Bjornstad wrote: >>> >>> I was imagin

[tw5] Re: Imminent release of v5.1.23

2020-12-06 Thread Soren Bjornstad
It's working now. Maybe my browser cached the upgrade.html or something. Thanks! On Sunday, December 6, 2020 at 12:43:11 AM UTC-6 BurningTreeC wrote: > @Soren Bjornstad - I've updated your wiki to the current prerelease and > cannot reproduce your issue there. The text selection shoul

[tw5] Re: Tabs question

2020-12-06 Thread Soren Bjornstad
David, I do this quite often and the filter I usually use is: [prefix!title] You might want to throw a sort in there too, since this won't respect any *list* field for ordering. On Sunday, December 6, 2020 at 2:52:25 PM UTC-6 David Gifford wrote: > > The snippet below doesn't work. But is

[tw5] Smart quotes in TiddlyWiki

2020-12-06 Thread Soren Bjornstad
I'm starting to get sick of using a four-button compose-key sequence to get “curly quotes” in my tiddlers. Has anyone thought about or tried integrating a library like smartquotes.js into TiddlyWiki to automatically curl "straight quotes" in output?

[tw5] Re: TW-relevant Wired article

2020-12-04 Thread Soren Bjornstad
ontrarians or cynics but not sceptics. Many > deniers are also suffering from the dunning-kruger > <https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect#:~:text=In%20the%20field%20of%20psychology,recognize%20their%20lack%20of%20ability.> > > effect. Don't call

[tw5] Re: Imminent release of v5.1.23

2020-12-03 Thread Soren Bjornstad
BurningTreeC wrote: > @Soren Bjornstad, > > the vim keymap should now work like expected on the current prerelease > > Soren Bjornstad schrieb am Dienstag, 1. Dezember 2020 um 17:14:36 UTC+1: > >> I use the vim keymapping with CodeMirror. After upgrading, when I'm in >&

[tw5] Re: TW-relevant Wired article

2020-12-04 Thread Soren Bjornstad
I've always felt that dividing the world of computing into "coding" and "non-coding", or even "code" and "data", is limiting and maybe even weird. Code is just executable data. Computing is evolving the code and the data together (or...just the data) to do things -- which is something computers

[tw5] Re: Imminent release of v5.1.23

2020-12-05 Thread Soren Bjornstad
been testing with here <https://github.com/sobjornstad/zettelkasten-sib/blob/master/index.html>. Should have mentioned that before. On Saturday, December 5, 2020 at 11:15:40 AM UTC-6 BurningTreeC wrote: > @Soren Bjornstad, the issues with the vim keymap and the palette colors >

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread Soren Bjornstad
ething like: > > <> > > ;) -Springer > > On Sunday, December 6, 2020 at 9:01:51 PM UTC-5 Soren Bjornstad wrote: > >> I'm starting to get sick of using a four-button compose-key sequence to >> get “curly quotes” in my tiddlers. Has anyone thought about or tried

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread Soren Bjornstad
TiddlyWiki macros are not "executable" in the usual sense of that word, they are just ways to substitute text for other text, possibly with parameters. So I don't think macros are what you're looking for here. Can you explain what exactly you're trying to accomplish? There's a way to do almost

[tw5] Re: "Right" way to deconstruct a standalone wiki?

2020-12-09 Thread Soren Bjornstad
Maybe I'm not following what you're asking for, but my Anki syncing plugin TiddlyRemember needs to turn single-file wikis into folder wikis. It just uses : tiddlywiki --load *wiki_path* --savewikifolder

[tw5] Re: Imminent release of v5.1.23

2020-12-01 Thread Soren Bjornstad
I use the vim keymapping with CodeMirror. After upgrading, when I'm in normal mode and the cursor is supposed to display as a block, it is instead completely invisible. It looks normal when it's in I-beam mode. I am guessing this is related to theming the text input area. The issue is not

Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-12-16 Thread Soren Bjornstad
o get it working with permalinks. > > Anyway just letting you know that this is the best solution I found in > case anyone else has the same problem. > On Friday, 13 November 2020 at 18:10:15 UTC Soren Bjornstad wrote: > >> Pretty sure it’s 64-bit. VM on Parallels on my MacBook with the >&g

Re: [tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-12-18 Thread Soren Bjornstad
> above and has delete discard and done buttons. > > Regards > Tony > > On Thursday, 17 December 2020 at 15:00:01 UTC+11 Soren Bjornstad wrote: > >> Si, >> >> Thanks for reporting back! I'm super busy right now finishing things up >> before the holid

[tw5] Disable parse rule within a template

2020-12-20 Thread Soren Bjornstad
Using the official KaTeX plugin, I am hoping for a way to disable KaTeX rendering in a tiddler when rendering that tiddler using a specific template. Use case: I'm programmatically extracting HTML content from TiddlyWiki by using Node to render it through a template, but I want to preserve the

[tw5] Re: Any way to calculate "6 days from now" using core tools?

2020-12-29 Thread Soren Bjornstad
Hi all, I'm trying to use Mark S.'s solution, and it works great, except it appears to have a minor bug in leap years: when the result would be the 29th of February, it instead returns the 28th of February. It otherwise is doing all of the calculations for leap years correctly (e.g., adding 2

[tw5] Re: Spaced Repetition and TiddlyWiki

2020-12-30 Thread Soren Bjornstad
Since this was posted a while ago but has now come back to life and could be a good thread to work through in the future: For people who already use Anki, or prefer using an external, more powerful program for spaced repetition but would still like to link up with TiddlyWiki, a new option is

[tw5] Re: Any way to calculate "6 days from now" using core tools?

2020-12-30 Thread Soren Bjornstad
ate[0MM0DD]] }}} > {{{ [[2228]format:date[0MM0DD]add[2]format:date[0MM0DD]] }}} > > {{{ [[20210228]format:date[0MM0DD]add[1]format:date[0MM0DD]] }}} > {{{ [[20210228]format:date[0MM0DD]add[2]format:date[0MM0DD]] }}} > > Regards > Tones > &g

[tw5] Re: Seeking reviewers for an upcoming TiddlyWiki textbook (both experts and beginners)

2020-12-31 Thread Soren Bjornstad
David, I see my efforts as complementary to The-Book. At least as it was when I last took a look at it, The-Book is focused mostly on how the internal bits of TiddlyWiki fit together and can be customized, although it does include scattered mentions of more basic concepts. Reading my book

[tw5] Re: RemNote style flashcards with TiddlyWiki + Streams + TiddlyRemember

2021-01-17 Thread Soren Bjornstad
Si, Thanks for sharing! Love all the remixing that's going on here with TiddlyRemember and other information systems. This is the coolest thing about TW IMO…it's not as polished as all these other tools out of the box, but then within a few weeks of one of these new features becoming popular,

[tw5] Re: Effect of spaces between filter steps

2021-01-16 Thread Soren Bjornstad
6 saq.i...@gmail.com wrote: > On Saturday, January 16, 2021 at 9:52:14 PM UTC+1 Soren Bjornstad wrote: > >> Saq, this makes good sense, but then why does " links" work? > > > It doesn't. What I imagine you are seeing is a filter search for every > tiddler that

[tw5] Re: Effect of spaces between filter steps

2021-01-16 Thread Soren Bjornstad
Saq, this makes good sense, but then why does " links" work? On Saturday, January 16, 2021 at 2:50:05 PM UTC-6 Soren Bjornstad wrote: > Sorry, I guess I was trying to simplify it and forgot to re-test my > simplified example. Here's one with a space that does return results:

[tw5] Effect of spaces between filter steps

2021-01-16 Thread Soren Bjornstad
Hi all, I know this filter is incorrect, as spaces are only allowed in between filter runs, not between filter steps: [!is[system] tag[MyTag]] However, I haven't been able to figure out what exactly TiddlyWiki *does *when you insert a space in between filter steps. There is no error; instead

[tw5] Re: Effect of spaces between filter steps

2021-01-16 Thread Soren Bjornstad
t; <$list filter="[!is[system] tag[MyTag]]" emptyMessage="Nothing #1"/> > > <$list filter="[contains:bibliography[xyz] is[tiddler]]" > emptyMessage="Nothing #2" /> > > output: > > Nothing #1 > > Nothing #2 > > On S

[tw5] Rendering the wikitext of a tiddler with syntax highlighting

2021-01-16 Thread Soren Bjornstad
In my upcoming TiddlyWiki book , I have a number of snippets where I'd like to present side-by-side wikitext and rendered output. I've accomplished this by creating a template that displays two divs with 50% width, the contents of each div

[tw5] Re: Rendering the wikitext of a tiddler with syntax highlighting

2021-01-16 Thread Soren Bjornstad
Hah, exactly what I was looking for! Never seen that one before. Thanks. On Saturday, January 16, 2021 at 5:42:50 PM UTC-6 saq.i...@gmail.com wrote: > Have you tried using the <$codeblock> widget? > > > > On Saturday, January 16, 2021 at 11:00:48 PM UTC+1 Soren Bjorns

[tw5] Re: Recommended nesting order when html and widget?

2021-01-23 Thread Soren Bjornstad
Saq, what's the benefit of $vars over $set? I've always assumed it was just syntax, but it sounds like there might be something else? On Saturday, January 23, 2021 at 6:41:37 AM UTC-6 saq.i...@gmail.com wrote: > The former will be marginally faster when the variable assigned by <$set> >

[tw5] Re: Streams, TiddlyMap, and twsr?

2021-01-18 Thread Soren Bjornstad
Hey Amy, As the author of TiddlyRemember, if it is giving you syncing errors, I would love to hear more about the issue so I can fix it! The size of wikis should not be an issue -- I have a number of large wikis myself and have never encountered any issues syncing. So there's probably

[tw5] Re: My going forward "pet name" for TiddlyWiki

2021-01-18 Thread Soren Bjornstad
Charlie Veniot wrote: > > *TiddlyTweeter wrote:* > >> *Charlie ...* >> * "card" turns me off for some weird reason (gets me semantically >> glitching?). * >> >> *Right. Me too. Card / record has an implying very bound up with database >> histories. I actually think the TW "fragment" is

Re: [tw5] Re: Tiddler title as image name

2021-01-18 Thread Soren Bjornstad
A more general way of describing the problem with your example that might help you next time: the value of an HTML attribute like *src* can be exactly *one of* four things: a "constant string in quotation marks" that never changes, or a transclusion of a {{{ filter result }}}, {{tiddler

[tw5] Re: Habit/Mood Tracking using TW?

2021-01-03 Thread Soren Bjornstad
On Sunday, January 3, 2021 at 6:15:07 PM UTC-6 coda coder wrote: > You mean there's other things you can use TW for? All that time I > waisted!!! > This reminds me of an old joke... I spent last night joining all my wristwatches into a belt. It was a complete waist of time. -- You received

Re: [tw5] Seeking reviewers for an upcoming TiddlyWiki textbook (both experts and beginners)

2021-01-02 Thread Soren Bjornstad
>> is another example (http://tw-regexp.tiddlyspot.com/) >> >> TW-Scripts is always a great place to start! >> >> >> Best wishes >> Mohammad >> >> >> On Thu, Dec 31, 2020 at 3:04 AM Soren Bjornstad >> wrote: >> >>

[tw5] Re: TiddlyWiki: the various uses

2020-12-31 Thread Soren Bjornstad
Great idea Charlie! Looking forward to seeing more entries out there. On Thursday, December 31, 2020 at 3:27:44 PM UTC-6 Charlie Veniot wrote: > G'day all, > > Recurring (and wildly interesting) discussions about the name for > TiddlyWiki got me thinking: discussion of name, to me, gets even

[tw5] Re: Plain text without formatting after: <$list filter=....

2021-01-07 Thread Soren Bjornstad
I tried copying and pasting this, and it does not show the result in *plain text *(bold, for instance, displays fine). I think what you're observing is that the transclusion is displaying in *inline mode*, which means that things like section headers and paragraph breaks won't show up. To get

[tw5] Re: Transclusion question

2021-01-26 Thread Soren Bjornstad
<$transclude tiddler="My Tiddler">/> is equivalent to {{||My Tiddler}} -- that is, don't change the current tiddler during the transclusion. {{My Tiddler}} is equivalent to <$tiddler tiddler="My Tiddler"> <$transclude tiddler="My Tiddler"/> See

[tw5] Re: .tid file format

2021-06-16 Thread Soren Bjornstad
David, I parse them all the time and there's not really much to it – most of the fields are at the top separated from their values by a colon and a space, and then after the first blank line is the *text* field. I imagine this may change slightly in the upcoming version 5.2 since field names

[tw5] Re: logical AND for filter runs

2021-06-16 Thread Soren Bjornstad
I think you may be looking for :intersection? - named prefix :intersection replaces all filter output so far with titles that are present in the output of this run, as well as the output from previous runs. Forms the input for the next run. NEW IN: 5.1.23 See the examples for filter

[tw5] Re: .tid file format

2021-06-16 Thread Soren Bjornstad
are MMDDHHMMSSXXX timestamps (normalized to UTC). On Wednesday, June 16, 2021 at 7:29:11 AM UTC-5 Soren Bjornstad wrote: > David, > > I parse them all the time and there's not really much to it – most of the > fields are at the top separated from their values by a colon

[tw5] Re: empty.html should start with a "Centered story, fixed sidebar" setting.

2021-06-16 Thread Soren Bjornstad
; > bottom: 0; z-index:2; } > div.tc-tiddler-body { max-width: 50em; margin: auto; } > .tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor { width: 69%; } > div.tc-tiddler-preview-preview { width: 29%; } > > On Tuesday, June 15, 2021 at 10:44:00 PM UTC-4 So

[tw5] Force re-save of tiddlers whose file system path has changed

2021-06-14 Thread Soren Bjornstad
Some time ago I tweaked the $:/config/FileSystemPaths in one of my wikis to place tiddlers into some different folders based on tags, as described here . However, I haven't modified all of these tiddlers yet, so months later some of

[tw5] Re: Force re-save of tiddlers whose file system path has changed

2021-06-14 Thread Soren Bjornstad
t;normal" tiddler that is the same as the shadow-copy.) > > Best, > Joshua F > > On Monday, June 14, 2021 at 3:53:42 PM UTC-7 Soren Bjornstad wrote: > >> Some time ago I tweaked the $:/config/FileSystemPaths in one of my wikis >> to place tiddlers into some diff

Re: [tw5] A tour through my Zettelkasten

2021-06-08 Thread Soren Bjornstad
se ideas/tasks and then extra tags >> like reading! >> But your suggested categories make things more clear! >> I think it is very important to get used to this new methodology and >> continuously do that! >> >> >> On Thu, May 13, 2021 at 4:39 AM Soren Bjo

[tw5] TiddlyWiki strategies for discussing fiction?

2021-06-09 Thread Soren Bjornstad
I think I've mostly found an approach for tiddlifying notes and ideas I get out of nonfiction (basic approach: add short summary to a tiddler on the book or article, then use backlinks and occasionally forward links to connect ideas related to it), but I'm struggling with figuring out what

Re: [tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-06-07 Thread Soren Bjornstad
Tones, I think you are confusing Discord and Discourse as happened earlier up the thread . They are totally unrelated and Discourse is for long-form writing and discussions , not chat. On

[tw5] Re: Building a book/blog webpage -- is TW5 right for it?

2021-06-10 Thread Soren Bjornstad
I wrote a TiddlyWiki book in TiddlyWiki, and people have liked the design: https://groktiddlywiki.com I think this design badly fails your "should not present a TiddlyWikish face" criterion though. On Thursday, June 10, 2021 at 8:17:41 PM UTC-5 Télumire wrote: > I'm not a dev by any means so

[tw5] Re: change color of field / tag when selected

2021-06-23 Thread Soren Bjornstad
Note: On line 5, I switched the field from *published *to *modified* so I could test on TiddlyWiki.com and forgot to change it back. You probably want it to be *published*. On Wednesday, June 23, 2021 at 11:29:59 AM UTC-5 Soren Bjornstad wrote: > If you switch to using a CSS class rather t

[tw5] Re: change color of field / tag when selected

2021-06-23 Thread Soren Bjornstad
If you switch to using a CSS class rather than the inline style to handle your coloring, you can use an a:hover selector to apply different styling when the cursor is over the link, like this: <$link to={{!!title}} tooltip="Titel: {{!!title}}"> <$view field="caption"><$view field="title"/>

[tw5] Re: Force re-save of tiddlers whose file system path has changed

2021-06-15 Thread Soren Bjornstad
On Tuesday, June 15, 2021 at 4:21:23 AM UTC-5 PMario wrote: > Hi Soren, > IMO your code is a bit "dangerous". If copy pasted, it will modify the > modified field, if users don't read everything carefully. > Fair enough, but nobody should ever try something like this without a backup anyway!

Re: [tw5] Re: .tid file format

2021-06-16 Thread Soren Bjornstad
t meet the criteria for .tid files. > > Best wishes > > Jeremy > > -- > Jeremy Ruston > jer...@jermolene.com > https://jermolene.com > > On 16 Jun 2021, at 13:31, Soren Bjornstad wrote: > > To be clear since it sounds like you might be trying to create

[tw5] Re: Filter request: "except those transcluded in the" current tiddler

2021-06-16 Thread Soren Bjornstad
I'd like to draw attention to this PR that's been sitting for about a year due to needed improvements: https://github.com/Jermolene/TiddlyWiki5/pull/4766 By making transclusion into a first-class citizen that TiddlyWiki keeps track of, it would produce an elegant solution for this problem and

[tw5] Re: Conversation About Wiki Data Presentation and Recollection

2021-06-09 Thread Soren Bjornstad
In my Zettelkasten I use search, in combination with concise and memorable titles, if I already know exactly what I'm looking for, and occasionally to find references to a particular phrase or idea that I'm considering turning into a tiddler of its

[tw5] Re: TiddlyWiki strategies for discussing fiction?

2021-06-09 Thread Soren Bjornstad
iamdar, I had not seen that yet and it's got some cool workflows in it, so thanks for pointing it out, but it's not exactly what I was asking about…I am looking more for thoughts on the structure of tiddlers, metadata, and navigation options that I'll have when I'm *done* writing and relating

[tw5] Re: fields inheritance

2021-05-13 Thread Soren Bjornstad
use the >> actual value in a field. for example a field could contain a filter using >> the kin operator to find the value. >> >> If you do not need to explore multiple levels to find the inherited >> values, and can quickly identify from where to inherit the value >> p

Re: [tw5] automatically update field

2021-05-13 Thread Soren Bjornstad
Just to be clear, this doesn't actually set the value of the field B to the value of field A…it sets the value of field B to a reference to the value of field A. This is exactly how it works in a spreadsheet too, so that's probably what you're looking for. There are also ways to create an

[tw5] Re: Options for keeping revision history?

2021-05-10 Thread Soren Bjornstad
Ah, fair enough. On Monday, May 10, 2021 at 3:42:48 PM UTC-5 Anjar wrote: > @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 UT

Re: [tw5] A tour through my Zettelkasten

2021-05-10 Thread Soren Bjornstad
On Monday, May 10, 2021 at 2:43:34 PM UTC-5 Mohammad wrote: > One question: How do you select the categories in the Write tab? I mean > for Ztellkasten point of view? > I watch the viedo but not quite understand your philosophy here! > I'm not sure I understand the question – are you asking

Re: [tw5] How to show N symbols based on numeric tiddler field value

2021-05-10 Thread Soren Bjornstad
I think you want: ``` <$macrocall $name="getStars" numstars={{{ [get[rating]] }}} /> ``` Worked for me in the wiki you linked. Also, it looks like you've got this figured out, but I have an example of an implementation of a star rating in one of my YouTube videos if you're curious:

[tw5] Re: Options for keeping revision history?

2021-05-10 Thread Soren Bjornstad
On Monday, May 10, 2021 at 9:10:40 AM UTC-5 Anjar wrote: > Git isn't able to take care of title changes Really? Git normally detects renames just fine unless you massively change the contents at the same time you change the filename. I found some examples in my own folder wiki controlled by

[tw5] Re: [Theme] Zacht - A clean and soft theme for TiddlyWiki

2021-05-18 Thread Soren Bjornstad
Odin, I like the look of this! I particularly appreciate the improved whitespace and toolbar design in the editor. I might have to look at replicating some of that in my CodeMirror editor. Can I ask, what is the rationale behind hiding the buttons until you mouse over them? To me it seems

[tw5] Re: sorting using refrenced values

2021-05-18 Thread Soren Bjornstad
So the reason sorting by the "priority" field doesn't work is because the field literally contains the text "{{!!severity}}{{!!impact}}". Those transclusions only get processed and turned into a series of 1's when the field is *wikified*, which normally happens right before it's displayed

[tw5] Re: empty.html should start with "fluid-fixed" layout

2021-05-18 Thread Soren Bjornstad
Yep, this looks like about what I was imagining (and is similar to what I did manually in *Grok TiddlyWiki*). On Tuesday, May 18, 2021 at 4:27:50 PM UTC-5 PMario wrote: > Hi Soren, > > You are right. There should be a 3rd option. eg: Centred-Fixed ... > I'll create a PR, that will let us do

[tw5] Re: Searching in TW

2021-05-06 Thread Soren Bjornstad
Diego, What exactly is the concern here? Your search appears to have found the tiddler as expected. Are you just saying you'd like to have the items sorted by relevance or something? (Not a bad idea, and I agree search leaves something to be desired, just not sure exactly what the suggestion

  1   2   3   4   >