--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a4c00432-e54c-4d5f-b743-27b548760570%40googlegroups.com.
\rules only html image macrocallinline syslink transcludeinline wikilink filteredtranscludeblock macrocallblock transcludeblock \rules only html image macrocallinline syslink transcludeinline wikilink filteredtranscludeblock macrocallblock transcludeblock prettylinkRe: the quick noteThanks. I appreciate your work on relink-markdown. I'm just trialing the official Markdown based on you suggestion and I've run into a few issues with anstona. The issues I'm seeing with converting to the official plugin include:
- Gotta change all my internal links from [[tiddler name]] to [tiddler name](#tiddler%20name). That's going to be an interesting project with sed, and it will mess up a few items because sed won't really parse Markdown. I have ~1400 tiddlers, so a manual approach is infeasible. Do-able.
- List of bullets requires a blank line before it in order to be recognized as a list, where anstosa didn't. More work with grep and sed. Do-able.
- Much 'heavier weight' stylesheet. Gonna have to brush up on CSS. Do-able.
- It makes a mess of bullet lists. Each bullet *should* be "<li>text here</li>" but it is "<li><p>text here</p></li>". This makes bullet lists take up too much space. Could be a deal-killer.
On Wed, May 27, 2020 at 12:09 PM Flibbles <challeng...@gmail.com> wrote:
--I'm not able to replicate this problem. The only file trying to load tw5-markdown/highlight.js is tw5-markdown/wrapper.js. If you remove the plugin altogether, it should allow your server to boot.(Just a quick note though. If migrating becomes too much of an issue, relink-markdown will work with anastosa. I just reached my own opinion that the core markdown plugin is better after peering under both their hoods.)
On Wednesday, May 27, 2020 at 10:46:51 AM UTC-4, Kevin Kleinfelter wrote:I'm trying to convert from using anstosa/tw5-markdown to the markdown plugin in the TW plugin library.I'm running a node.js Tiddlywiki. I have anstosa/tw5-markdown installed "in the browser". I went to TW Control Panel and pressed the Disable button for $:/plugins/anstosa/tw5-markdown. That disabled it, as expected.But when I restart node.js, my TW fails to start due to "Cannot find module '$:/plugins/anstosa/tw5-markdown/highlight.js'". In order to work around it, I have to delete $__config_Plugins_Disabled_$__plugins_anstosa_tw5-markdown.tidI need to disable (or delete) tw5-markdown without making my wiki un-startable.It looks like I'm going to need to manually tell it not to try and load $:/plugins/anstosa/tw5-markdown/highlight.js. That *is* a shadow tiddler provided by the plugin. It looks like disabling the plugin hides the shadow tiddler, but something is still trying to load it.Any suggestions as to how I might find/disable that attempt to load $:/plugins/anstosa/tw5-markdown/highlight.js?
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.
$:/config/markdown/renderWikiTextPragma\rules only html image macrocallinline syslink transcludeinline wikilink filteredtranscludeblock macrocallblock transcludeblock prettylinkRe: the quick noteThanks. I appreciate your work on relink-markdown. I'm just trialing the official Markdown based on you suggestion and I've run into a few issues with anstona. The issues I'm seeing with converting to the official plugin include:
- Gotta change all my internal links from [[tiddler name]] to [tiddler name](#tiddler%20name). That's going to be an interesting project with sed, and it will mess up a few items because sed won't really parse Markdown. I have ~1400 tiddlers, so a manual approach is infeasible. Do-able.
- List of bullets requires a blank line before it in order to be recognized as a list, where anstosa didn't. More work with grep and sed. Do-able.
- Much 'heavier weight' stylesheet. Gonna have to brush up on CSS. Do-able.
- It makes a mess of bullet lists. Each bullet *should* be "<li>text here</li>" but it is "<li><p>text here</p></li>". This makes bullet lists take up too much space. Could be a deal-killer.
On Wed, May 27, 2020 at 12:09 PM Flibbles <challeng...@gmail.com> wrote:
--I'm not able to replicate this problem. The only file trying to load tw5-markdown/highlight.js is tw5-markdown/wrapper.js. If you remove the plugin altogether, it should allow your server to boot.(Just a quick note though. If migrating becomes too much of an issue, relink-markdown will work with anastosa. I just reached my own opinion that the core markdown plugin is better after peering under both their hoods.)
On Wednesday, May 27, 2020 at 10:46:51 AM UTC-4, Kevin Kleinfelter wrote:I'm trying to convert from using anstosa/tw5-markdown to the markdown plugin in the TW plugin library.I'm running a node.js Tiddlywiki. I have anstosa/tw5-markdown installed "in the browser". I went to TW Control Panel and pressed the Disable button for $:/plugins/anstosa/tw5-markdown. That disabled it, as expected.But when I restart node.js, my TW fails to start due to "Cannot find module '$:/plugins/anstosa/tw5-markdown/highlight.js'". In order to work around it, I have to delete $__config_Plugins_Disabled_$__plugins_anstosa_tw5-markdown.tidI need to disable (or delete) tw5-markdown without making my wiki un-startable.It looks like I'm going to need to manually tell it not to try and load $:/plugins/anstosa/tw5-markdown/highlight.js. That *is* a shadow tiddler provided by the plugin. It looks like disabling the plugin hides the shadow tiddler, but something is still trying to load it.Any suggestions as to how I might find/disable that attempt to load $:/plugins/anstosa/tw5-markdown/highlight.js?
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.
.tc-tiddler-body ul li p::first-child, .tc-tiddler-body ol li p::first-child {
display: inline
}
.tc-tiddler-preview li > :first-child, .tc-tiddler-body li > :first-child
{
display: inline
}
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5aa1b73d-04b5-4f97-bab6-c698a0f78975%40googlegroups.com.
latex-parser", so just add that to the end of the renderWikTextPragma string.\rules is pretty poorly documented, but here's the best I can give you. That's what documenation exists, the list of rules, and the relevant source.I glanced at katex, and the wikirule's name is "latex-parser", so just add that to the end of the renderWikTextPragma string.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9c7f4f61-9170-4bef-8318-66abbcd8b8f3%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a4c00432-e54c-4d5f-b743-27b548760570%40googlegroups.com.
| 3:04 PM (0 minutes ago) | ![]() ![]() | ||
| ||||
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c2a4b9eb-742f-4e4c-b165-4e44162237d6%40googlegroups.com.
Odd. It's working for me.Are you certain you actually removed the .txt file extension? My operating system only pretended to when I first tried it just now. If you search for "wrapper" in your tiddlywiki, and you get a tiddler with a title that has a filepath relative to your operating system, then it's still txt.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/2I1U1tHWb9g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4a719c65-7660-4b18-bcd6-0917c851ce3c%40googlegroups.com.