Jermolene
46800d790a
Text-slicer: Add list-children filter operator
...
Again, I needed this for the day job. @felixhayashi I think you
submitted a pull request for something similar, would this version meet
your needs?
2016-02-05 18:46:01 +00:00
Jermolene
8904a6dba6
First commit of Evernote migration plugin
...
Starts to address #2268
2016-02-04 10:13:08 +00:00
Jermolene
1335dff450
Text-slicer: Checkbox for hiding document metadata
2016-02-03 12:48:15 +00:00
Jermolene
3e78f5cffd
Text-slicer: Fix problem with static template for list items
...
We were rendering the children of the list item outside of the
generated LI tag.
2016-02-02 17:40:29 +00:00
Jermolene
c98ef97d23
Text-slicer: Use xmldom plugin so we can slice under Node.js
2016-02-01 21:34:28 +00:00
Jermolene
68b54a6e6f
Add xmldom parser
...
Integrating this module allows us to do HTML/XML parsing under Node.js
(there is no built-in support for Node.js; we can already do HTML/XML
parsing in the browser). The implementation chosen is pure JavaScript,
and will work in all configurations of TiddlyWiki.
2016-02-01 21:28:52 +00:00
Jermolene
176d2ccd76
Text-slicer: Add support for notes within documents
2016-02-01 21:26:11 +00:00
Jermolene
b8aa60cdab
Text-slicer: Fix bug with nodes without a classname
2016-02-01 21:22:55 +00:00
Jermolene
3a10bfe0de
Text-slicer: copy document fields from source tiddler
...
User-defined fields of the source tiddler are copied across to the
document tiddler when it is sliced.
2016-02-01 20:16:45 +00:00
buggyj
74e8afdcdd
fix for #2189
2016-01-07 22:11:26 +00:00
Jeremy Ruston
0d27f3b836
Merge pull request #2154 from spelufo/katex-displaymode
...
Revert katex plugin to using `$$`. Use multiline for display mode.
2015-12-24 18:02:54 +00:00
Santiago Pelufo
8e02390353
Revert katex plugin to using $$
. Use multiline for display mode.
2015-12-24 13:52:19 -03:00
Jeremy Ruston
44bf4310d2
Merge pull request #2058 from maweki/tiddlyweb-description
...
Expand description of "TiddlyWeb and TiddlySpace components"
2015-12-24 14:03:10 +00:00
Jeremy Ruston
3dc001620c
Merge pull request #2145 from spelufo/katex-displaymode
...
Make latex-parser.js render $$$ as display mode math
2015-12-23 17:19:58 +00:00
Santiago Pelufo
a94ba99ec2
Make latex-parser.js render $$$ as display mode math
2015-12-23 14:14:58 -03:00
Jeremy Ruston
55f053ec89
Merge pull request #2139 from spelufo/katex-displaymode
...
Add displayMode attribute to katex widget
2015-12-23 13:20:49 +00:00
Jermolene
231d0a3dc8
Add plugin wrappers for async and jszip
...
The immediate motivation is the work I’m doing to integrate with Amazon
Web Services.
We should be able to use JSZip to export multiple tiddlers in a single
operation from the browser.
2015-12-19 18:47:42 +00:00
Santiago Pelufo
aaf3e6bb9e
Add displayMode attribute to katex widget.
2015-12-18 11:46:19 -03:00
Jermolene
6e7f532825
Remove extraneous icon for blog plugin
...
We had just reused the text-slicer icon
2015-12-13 18:26:37 +00:00
Jermolene
aae1bf9f80
Blog edition: Add classes for the static menu
2015-11-25 15:32:53 +00:00
Jermolene
0769b90bb7
Text-slicer: Control preview column with dropdown
...
Instead of showing a sequence of all documents in the preview column,
we just show a single document, with a dropdown to choose which one is
shown.
The change makes it easier to deal with large numbers of documents.
2015-11-05 12:33:21 +00:00
Mario Wenzel
eb34709cc4
Expand description of "TiddlyWeb and TiddlySpace components"
...
This should fix #2019
2015-11-03 19:56:14 +01:00
Jeremy Ruston
52e0524fbf
Merge pull request #1984 from senevoldsen90/master
...
Local relative urls in Markdown map to WikiLinks
2015-10-26 19:51:16 +00:00
Evolena
717e9ae913
Better wording and naming
2015-10-24 12:01:43 +02:00
Evolena
0a220a09da
Text-slicer: Add support for definition lists
2015-10-14 20:25:11 +02:00
Jermolene
2d9471fe3b
Text-Slicer: Add support for static rendering of external images
2015-10-09 17:09:30 +01:00
senevoldsen90
e5cef9a5a6
Local relative urls in Markdown map to WikiLinks
2015-10-09 15:11:24 +02:00
Jermolene
5faba15446
Text-slicer updates
2015-10-08 18:04:24 +01:00
Jermolene
c0c0b6653c
Blog updates
2015-10-01 12:13:48 +01:00
Jermolene
b30126ec22
Text-slicer: add support for document metadata fields
...
The metadata for each field is in a tiddler tagged
`$:/tags/DocumentMetaData` with the field `caption` being the displayed
caption for the field and `field` being the name of the field.
`field-type` is the type of the field, and can be “string” or “list”.
2015-09-27 22:53:46 +01:00
Jermolene
57c40a8a56
Text-slicer: Tweaks to fix recently introduced bugs!
...
* Fixes problem with slicing wikitext tiddlers
* Adjusts position of heading expand/collapse icons in the view
template segment
2015-09-22 12:57:53 +02:00
Jermolene
21175012dc
Text-slicer: Fixes for images
2015-09-18 19:45:34 +01:00
Jermolene
dc020276b0
Update filesystemadaptor to use a metafile for all binary files
...
Previously, newly created image files would end up being saved as a
base64-encoded .tid file. Now they are saved as an ordinary binary file
with an accompanying .meta file for the metadata.
2015-09-17 19:43:10 +01:00
Jermolene
e2d63a03b2
Text-slicer: Improvements to image handling
2015-09-17 19:41:41 +01:00
Jermolene
1fef272388
Text-slicer: starting to support images
2015-09-17 08:41:21 +01:00
Jermolene
7b8cb928cf
Text-slicer: initial support for anchors
2015-09-16 18:59:03 +01:00
Jermolene
5dbaf187f1
Text-slicer: more refactoring
2015-09-15 13:37:12 +01:00
Jermolene
746aab2cf6
Create a plugin and edition for tw5.com docs
...
By making the docs available as a plugin we make it easier for people
to fork their own copy of the docs without losing the ability to get
updates in the future (which can be done just be updating the docs
plugin)
2015-09-15 13:37:01 +01:00
Jermolene
e19617a5ce
Text-slicer updates
2015-09-13 09:37:57 +01:00
Jermolene
e62778a50f
Text-slicer: Make sliced documents collapsible
2015-09-12 09:41:25 +01:00
Jermolene
3592a9560b
Highlight plugin: add static demo
...
Also clean up some coding style issues
2015-09-11 22:36:30 +01:00
Jermolene
c80db86b67
Update to v8.8.0 of highlight.js
2015-09-11 19:53:06 +01:00
Jermolene
b379ab4f87
Text-slicer: better static HTML generation
2015-09-11 13:34:01 +01:00
Jermolene
470238acbf
Fixes to KaTeX v0.5.1 upgrade
...
I hadn’t noticed that the fonts had changed…
2015-09-09 13:56:52 +01:00
Jermolene
f405a89b28
Update to KaTeX v0.5.1
2015-09-08 10:37:33 +01:00
Jermolene
026c84197f
Text-Slicer: Support folding and fix bug with filter for retrieving list contents
2015-09-07 17:01:11 +01:00
Jermolene
f0a655d8b2
Text-slicer: Switch from weaving with tags to lists alone
...
Many reasons:
* to allow subtrees to be grafted more easily
* to keep the tags for an entry clean by removing structural tags and
leaving the semantic tags
* to avoid the duplication of expressing the same relationship through
both the tags and list fields
2015-09-04 09:05:33 +01:00
Jermolene
4ea5dce284
Text-slicer improvements
...
1. Switch from using the text field of lists for storing the associated
filter to using the field `toc-list-filter` (to make it harder to
accidentally parse the text of an ordinary tiddler as a filter)
2. Fix several bugs
2015-09-04 08:42:07 +01:00
Jermolene
5dcb53abae
Docs update for text-slicer
2015-09-03 08:54:48 +01:00
Jermolene
ad6a6f3b75
Introduce the blog plugin
2015-09-03 08:54:41 +01:00