Hey guys,

Little background to my question:
I have a directory with all kind of code snippets - from C++ to CSS. As you 
can imaging, the usefulness of this code collection does not scale very 
well - I lost the overview quite a while ago ;-) 
So I thought, I might need some meta information, like tags and stuff to 
filter the files - tiddlywiki for the rescue! Maybe?

So my idea is:
I want to keep the original code files, it is just more convenient that way 
to reuse them. I want a tiddler for each to my code snippets, for example 
like this

--------------------------------------------------------------------------------------------------------------------
title: Javascript side of ajax call to django backend
tags: js, ajax, django, jquery, code-snippet

then some commentary text blablabla....

maybe some links to jquery reference on ajax calls blablabla...

and here the actual code in a code block
```
something like
include /home/alex/development/code_snippets/ajax_js_to_django.js
```

--------------------------------------------------------------------------------------------------------------------


So the problem is, I can include external textfiles using the method Tobias 
Beer pointed out here 
http://tobibeer.github.io/tb5/#Draft%20of%20%27Embedding%20A%20Text%20File%27 
(thanks for this nice trick), but sadly this does not work in a code block, 
since everything is treated as plain text...

So, perhaps someone has a little trick to get around this?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/51524fdf-6e0d-4c39-92b6-fb53333e736a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to