Custom Markup (continued 5) - SPEC #56
Replies: 28 comments 88 replies
-
|
---- TODO summary |
Beta Was this translation helpful? Give feedback.
-
|
Mario, Would it be possible in future to upgrade the customise plugin rather have to copy the wiki at https://wikilabs.github.io/editions/custom-markup. Even if we have a separate plugin or JSON containing the examples and documentation so far? I have build examples and resources on different versions of the wiki, and now need to consolidate them. Tony |
Beta Was this translation helpful? Give feedback.
-
|
Just uploaded V0.9.0 The block icons are now dynamic and 2 of them are only enabled for "angle" and "about" |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Is It Possible To Customise Custom Markup :-)@pmario I'm looking ahead. I pretty much think I can use your Custom Markup plugin to solve several problems. One thing I was wondering about was IF it would be easy to hack your Javascript to change the glyphs IF I needed to have different ones? My thinking is to take your plugin and mod it for a specific app for styling Screenplays. Early thoughts! But I was wondering if the glyph assignments in the JS might be modifiable without too much hassle? Just a query :-) |
Beta Was this translation helpful? Give feedback.
-
|
Just a word here that I am lurking, and testing the latest version when possible, sometimes the rest of life needs more focus that TiddlyWiki :) |
Beta Was this translation helpful? Give feedback.
-
|
Ciao @pmario. I have many comments on the Custom Markup plugin. These comments relate to usage much more than development. Would you like me to post the comments in THIS Discussion? Or start a new one? TT P.S. I originally posted a message like this to the WRONG (Bundler) discussion :-(. |
Beta Was this translation helpful? Give feedback.
-
|
@pmario I had another RSOD crash that was fatal :-(. I am trying to replicate it. This time it is simpler as I was working with a near empty TW. Later. |
Beta Was this translation helpful? Give feedback.
-
|
@TiddlyTweeter I did find this: https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references If you have a closer look at it, you'll see that our What do you think. Should I give them the "specified" names? IFF they are "rememberable" and "short" |
Beta Was this translation helpful? Give feedback.
-
Is This A BUG? Use Of Parameters In
|
Beta Was this translation helpful? Give feedback.
-
Tagging Pragma
|
Beta Was this translation helpful? Give feedback.
-
|
Gentlemen, Glad to see this work continuing. You you may of noted my absence, we have being moving house. Lurking a little I also need to find an income but I will be back. I am most keen at present to develop customised wiki text for an author to quickly add various page elements such as columns, assides, breakout boxes, details, code highlighters to etc... Given an author would then use custom wiki text it should be trivial to search for lines using such. Thus an excerpt can be extracted from every tiddler containing tickexcerpt. It is this "make use of" custom wiki text once defined that deserves some tools. In some ways it's like debug mode from afar. Tones |
Beta Was this translation helpful? Give feedback.
-
Note On Limits Of $macrocall Method ... ??? Question.I wanted to comment that, for instance, in my "CONSOLE" example that the (needed) ...
... seems to be ignored by a macro when I try to convert the pragma so it will dynamically pass in a style attribute to set the width via "_1=width". It works! Q: @pmario Is this inevitable? |
Beta Was this translation helpful? Give feedback.
-
Thoughts On Hard-Coded CSS Classes ... Maybe LESS is better??@pmario ... It is interesting. You did a LOT of work to enable new users to be able to immediately benefit from indenting, colouring and boxing. BUT I'm skeptical it is necessarily best to hard-code classes for the more minimal cases. How can I explain this? Erm ... Giving the generic class But, my sense now, is that auto-insertion of I DO see that insertion of I hope my comment is clear! It is just an opinion, but maybe useful. I think you should maybe ask about this in the next beta? Thoughts, TT |
Beta Was this translation helpful? Give feedback.
-
Is this a Bug? With "_mode=block" classes in render appear to lack
|
Beta Was this translation helpful? Give feedback.
-
Comment: What Do We Actually Mean By "BLOCK" & "INLINE"? :-) :-)I confess I think I have been confused by something. In TW when we talk about "block" & "inline" we seem to be referring to TWO things that differ. One is the normal HTML sense of "types of element" but also we are referring to the "behavior of a parser". What confused me a long time was the resultant HTML in render seem quite different, even though the HTML tags are unchanged. A big difference is that "blocks" allow auto-insertion of the Q: @pmario is that so? Am I better understanding the difference between (TW) "block" & "inline" or just confused? |
Beta Was this translation helpful? Give feedback.
-
Nightmare Scenario No.1: Change Default Behavior Of Glyphs? :-)@pmario at the moment we have 6 block glyphs that behave like this ...
My NIGHTMARE :-) thought was to better have ...
Just a thought! TT |
Beta Was this translation helpful? Give feedback.
-
Comment: Parameter Passing, No. 1. --
|
Beta Was this translation helpful? Give feedback.
-
Comment: Parameter Passing, No. 2. Thoughts On Use Cases@pmario I think that your parameter passing that supports defaults with overrides so easily from text is VERY useful for having full easy control over HTML tag attributes. A simple case would be the There will be hundreds of cases like that! In time I'll update my examples. |
Beta Was this translation helpful? Give feedback.
-
Comment: Parameter Passing, No. 3. Syntax@pmario The triple colons |
Beta Was this translation helpful? Give feedback.
-
REQUEST: CM Stamp Tool Menus Have A
|
Beta Was this translation helpful? Give feedback.
-
Query: Are We Limited to TWO
|
Beta Was this translation helpful? Give feedback.
-
|
@pmario, shall I start a new discussion for "Experiments With Custom Markup"? |
Beta Was this translation helpful? Give feedback.
-
|
Using custom markup to prepare content for copy. I was just thinking since we can use custom markup to use html elements or widgets to render perhaps it can be used to support content reuse through copy. For example a button could be used to display one thing but click to copy another format. Or perhaps just smart html formats? |
Beta Was this translation helpful? Give feedback.
-
First Comments on V 0.11.4@pmario it worked fine. No RSODs on So a BIG thumbs up! Thankyou! There are a couple of minor issues but I need to document them for you for my comments to be useful. |
Beta Was this translation helpful? Give feedback.
-
|
Automatic Closure at end of tiddler; Question/idea; Given we can handle the closure of elements based on an end string and these end strings are often automatic! Is it feasible to allow these to be closed in reverse order at the end of the tiddler?, ie the ability to request the end of the tiddlewr to be the end string and honour "nesting" why We could use custom pragmas to define things that wrap the content such as the $vars widget, or a div that wraps the who0le tiddler content (after the pragmas if any. I believe there are a suit of issues arising for users where they would like to determine and apply values to the whole tiddler, but maintaining the matching closure adds complexity and often errors so perhaps having the ability to automatically close at the end of the tiddler some custom mark-up could be very useful, we could then make statements rather than necessarily wrapping the content or closure. I do not know what if any technical issues may make the difficult or easy but surely its worth considering. eg _endString="eot" end of tiddler. |
Beta Was this translation helpful? Give feedback.
-
Queries On _mode=block V. _mode=inline In Custom Markup (& core?)This picks up on some issues @pmario raised in the Issue #95 (comment) concerning regex These are just comments & questions. I am just trying to get clear on some real aspects of parsing behavior ...
This is not any kind of criticism. I'm just trying to be explicit! :-) |
Beta Was this translation helpful? Give feedback.
-
Comments on V 0.11.4 Parameter PassingFinally, as promised, are my comments on parameter passing. The real issue is in Case 3. I didn't want to delete the first item in You see the issue? It gets worse the more params you pass through the text. Please ask if the example is unclear! |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
This is the continuation of GG discussions at:
Latest Version: https://wikilabs.github.io/editions/custom-markup/ !
have fun!
mario
Beta Was this translation helpful? Give feedback.
All reactions