[tw5] Re: How to create hard link using macro?

2020-09-17 Thread Tejasvi
only thing that isn't unlimited). On Monday, September 14, 2020 at 8:08:59 PM UTC+5:30 talha131 wrote: > Tejasvi, did you find a solution to the issue? > > I also need a way to get soft links to a tiddler. > -- You received this message because you are subscribed to the

[tw5] Re: CodeMirror autocomplete appearing behind tiddlers?

2021-02-05 Thread Tejasvi
Seems to me to the z-index issue. IRC autocomplete dropdown has z-index 10 so you can try setting lower z-index for the editor frame. Else force it using !important in a stylesheet. If all attempts fail, fire up the node server and diff the tiddlers with your other two wikis. On Friday,

[tw5] Re: Setting up Bob behind an HTTPS Apache proxy

2020-09-05 Thread Tejasvi S Tomar
y, September 5, 2020 at 10:01:38 PM UTC+5:30 Tejasvi S Tomar wrote: > Hi Enrico, > Did you manage to figure it out? I am facing the exact same issue while > trying to setup Bob on VPS. There seems to be issue with the reverse > connection whie saving the changes. There are three things

[tw5] Re: Setting up Bob behind an HTTPS Apache proxy

2020-09-05 Thread Tejasvi S Tomar
Hi Enrico, Did you manage to figure it out? I am facing the exact same issue while trying to setup Bob on VPS. There seems to be issue with the reverse connection whie saving the changes. There are three things to configure in settings.json: ws-server, saver, and serverInfo, and then the Apache

[tw5] Re: [Tiddly Research] Public release

2020-09-04 Thread Tejasvi S Tomar
Love the design! Well suited for mobile usage. On Wednesday, September 2, 2020 at 6:18:09 PM UTC+5:30 harut...@gmail.com wrote: > Hello guys, for the past month I've been working on my Roam > Research/RemNote inspired TiddlyWiki. > > It is based on already existing plugins, you can find the

[tw5] Re: How to create hard link using macro?

2020-09-10 Thread Tejasvi S Tomar
@talha, Thanks for the response. But I think I could've phrased my query better. Context: - Only hard links can be used to generate Backlinks. https://tiddlywiki.com/static/backlinks%2520Operator.html - I am able to view the backlinks for the hard links. - Links generated by

[tw5] Clarification needed for the difference between drag n' drop and folder installation

2020-09-10 Thread Tejasvi S Tomar
> > Note that including a plugin as an ordinary tiddler (e.g. by dragging and > dropping a plugin into the browser) will result in the plugin only being > active in the browser, and not available under Node.js.

[tw5] Re: How to add fonts to TW running on NodeJS

2020-09-10 Thread Tejasvi S Tomar
You may try to limit the choices within "web-safe fonts" https://web.mit.edu/jmorzins/www/fonts.html. On Thursday, September 10, 2020 at 11:13:39 PM UTC+5:30, talha131 wrote: > > I am running TW from NodeJS. I need to add some fonts that I use in some > CSS classes only. > > Currently, TW picks

[tw5] Splat operators in TiddlyWiki macro definition, equivalent to *args in Python

2020-09-11 Thread Tejasvi S Tomar
Is there a way to specify an arbitrary number of parameters in the macro definition? My use case is to pass the tiddler name without using quotes. More specifically, in http://tobibeer.github.io/tw5-plugins/#inc, I want be able to transclude by <<{ Tiddler name>> which currently requires

[tw5] How to create hard link using macro?

2020-09-10 Thread Tejasvi S Tomar
My goal is to add backlinks for transclusions. I have created a macro \define link_and_transclude(tiddler) [[|$tiddler$]]{{$tiddler$}}. It, however, doesn't trigger backlink generation, which is consistent with the docs for

[tw5] Does TiddlyWiki optimize the invisible tiddlers in Zoomin story view?

2020-09-10 Thread Tejasvi S Tomar
Are the invisible but open tiddlers still refreshed in Zoomin mode? I often work with the sidebar hidden, so do I need to periodically clean up the open stack to conserve resources (=battery life)? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: [Plugin] TWCrossLinks

2020-09-10 Thread Tejasvi S Tomar
Is it possible to treat transclusions as backlinks, or perhaps a separate tab? Currently, they show up as freelinks. On Wednesday, August 5, 2020 at 7:10:24 AM UTC+5:30 TW Tones wrote: > Kebi > > I expect we should have tiddlywiki honouring Asian characters in al their > forms. I do not know

[tw5] Create a global keyboard shortcut for "More actions" dropdown

2020-09-07 Thread Tejasvi S Tomar
I looked into How to create keyboard shortcuts . I don't know how to create a macro to trigger $:/core/ui/Buttons/more-tiddler-actions. If it matters, I am using Drift's Zoomin story view. -- You received

[tw5] Use tiddlers written in reStructuredText (RST) markup

2020-07-05 Thread Tejasvi S Tomar
Hi there! I am fortunate enough to discover TiddlyWiki and Zettlekasten well before committing to a specific note-taking method. Since markdown is relatively limited and lacks a standard, I have been using reST for taking notes instead. So my question is, is there an equivalent plugin for RST