Clip as markdown #79
Replies: 7 comments 28 replies
-
Conversion would be done in the tiddlywiki not the addon. There is a TC macro to convert to TW2 that I wrote some years ago - |
Beta Was this translation helpful? Give feedback.
-
markdown is used in a different context to tw5 markup. tw5 is really a software development language, a bit like react. Markdown is used where some formatting of text is required but html must be avoided for security reasons. I found annotating (in general) not to be very useful - it takes a lot of effort and I did not find the annotations very useful when re-reading (a part from when I am learning foreign languages). However with the annotations I make with ckeditor I can extract them from the text using tiddlyclip. How big is a large clip? Ckeditor4 was the best editor for adding to webpages it was developed by a team of software engineers, i.e a lot of time and effort was put into making to work well so I am not surprised that it works better that the tw editor with large texts. I tend to take multiple clips from different webpages on the subject I am interested in and then write some separate notes (sometimes) based upon the clips (which can be video/audio as well as text.). I do this occasionally for a client. I also create 'paper trails' of the websites I visit as part of my research. |
Beta Was this translation helpful? Give feedback.
-
I use an extension called "copy cat" to copy selected text to markdown. (there are other extensions like this). Then I use tiddlyclip and the clipboard option to clip the contents of the clipboard. I have this set up to create the markdown field type. So it's only one extra step over directly clipping in markdown. My rule looks like this:
My feeling is that most HTML that you clip is "noisy", taking up to 3 times or more the space that the same text in markdown would take. I do wish there was official support for WYSIWYG in TW. I really thought that TW5 was going to have a WYSIWYG editor available, at least in the plugin library. |
Beta Was this translation helpful? Give feedback.
-
@Marxsal It is good to see people making their own methods of working with tiddlyclip(TC). I have tried to make TC as configurable as possible while still having some basic functionality out-of-the-box. tiddlyclip is not opinionated about the clips, allowing the user to decide how to created them. Personally I do not have any need for markdown conversion at this time, but when I do I will definitely consider you method. A Webpage's html source-code can be extremely complex, so when we clip a part of the page(as html) it is not surprising that we get a lot of html markup (often broken as it is incomplete). I find that ckeditor is very good at handle these fragments of html, and it enables me to hightlight sections easily. The first version of the ckeditor adpater plugin was release 8 years ago - I look from time to time to see if a better js html editor is available but I have not found a more suitable one. |
Beta Was this translation helpful? Give feedback.
-
@arunnbabu81 - I try to use tiddlyclip to condense information I find interesting on the web, so I try to make the smallest clips, however sometime this is a large amount. I use tiddlyclip with a number of other plugins that I have written - my aim is to keep clips separate from my own writings, and so I put clips inside plugin tiddlers which I call 'closedlists'. https://github.com/buggyj/tw5-other/tree/closedlist/xplugins/bj/closedlist |
Beta Was this translation helpful? Give feedback.
-
New tags can be added via editing the closedlist tiddler, eg here 'newtag' has just been added - it needs to appear in both places indicated. (notice the comma separator on the lower field)The new tags then appears after saving:clicking on a tag pill shows the clips that have that tag, the tag is remove by click on the small cross in a circle on the right side. tags are added by dragging a tag pill and dropping it on the large cross on the left side. |
Beta Was this translation helpful? Give feedback.
-
There's something weird going on with the tagging. I created a "test" tag and then dragged it on to an article that was untagged. Immediately it disappeared. Now I can see the item only if I click on "all tags". But then I can't tag it because there's no tagging dialog. If I click on the "test" tag, the item I tagged doesn't show up -- the list is empty! I think the lack of transparency re the tagging would be very hard to deal with long term. With regular plugins I can access the shadow tiddler and examine it. But with the closed list tiddler I'm kind of barred from any sort of tweaking or fixing. |
Beta Was this translation helpful? Give feedback.
-
Currently there is an option to clip from website as html. Is it a viable option to add clip from website as markdown. I found an addon called Markdownload which download webpages in markdown format. I think many people will be interested in clipping webpages as markdown directly into tiddlywiki.
You may shift this discussion to the tiddlyclip addon repo
Beta Was this translation helpful? Give feedback.
All reactions