mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-10-31 02:50:08 +00:00 
			
		
		
		
	Merge branch 'master' of github.com:flynx/pWiki
This commit is contained in:
		
						commit
						3048fb47d4
					
				| @ -133,7 +133,7 @@ var getCharOffset = function(elem, x, y, data){ | |||||||
| //		markdown:	'# Hea|ding'
 | //		markdown:	'# Hea|ding'
 | ||||||
| //
 | //
 | ||||||
| // XXX we are not checking both lengths of markdown AND text...
 | // XXX we are not checking both lengths of markdown AND text...
 | ||||||
| /*/ XXX | // XXX
 | ||||||
| var getMarkdownOffset = function(markdown, text, i){ | var getMarkdownOffset = function(markdown, text, i){ | ||||||
| 	i = i ?? text.length | 	i = i ?? text.length | ||||||
| 	var m = 0 | 	var m = 0 | ||||||
| @ -158,6 +158,7 @@ var getMarkdownOffset = function(markdown, text, i){ | |||||||
| // 		chars in text can lead to false positives and lots of potential 
 | // 		chars in text can lead to false positives and lots of potential 
 | ||||||
| // 		(not implemented) backtracking...
 | // 		(not implemented) backtracking...
 | ||||||
| // 		...needs thought...
 | // 		...needs thought...
 | ||||||
|  | // 		Q: can we cheat with this? =)
 | ||||||
| var getMarkdownOffset = function(markdown, text, i){ | var getMarkdownOffset = function(markdown, text, i){ | ||||||
| 	i = i ?? text.length | 	i = i ?? text.length | ||||||
| 	var map = [] | 	var map = [] | ||||||
|  | |||||||
| @ -68,6 +68,8 @@ var setup = function(){ | |||||||
|             this returns `69` while it should return `5` |             this returns `69` while it should return `5` | ||||||
|             _...replacing `\n\n\n` with `\n\n` seems to fix the issue (also works with spaces)_ |             _...replacing `\n\n\n` with `\n\n` seems to fix the issue (also works with spaces)_ | ||||||
|             (BUG also the above line is not italic -- can't reproduce) |             (BUG also the above line is not italic -- can't reproduce) | ||||||
|  |       - clicking right of the last line places cursor wrong | ||||||
|  |         - _this is a problem with the new version of `getMarkdownOffset(..)`_ | ||||||
|       - DONE M |       - DONE M | ||||||
|         M can't place cursor before first char |         M can't place cursor before first char | ||||||
|         M |         M | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user