siyuan icon indicating copy to clipboard operation
siyuan copied to clipboard

A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.

Results 141 siyuan issues
Sort by recently updated
recently updated
newest added

Hi, thanks for producing this UI! To make it work with apache I had to create a new virtual host since when I ran it as http://server/recoll the search would...

Love the screenshot, which is why I spent the last 2 hours trying to decipher the error codes and helper crap. Anyway, all good, it now indexes `doc`, `docx`, `rtf`...

I have downloaded and unpacked "recoll-webui-master.zip" and I try to start the standalone version by running the command ./webui-standalone.py on a bash command line, but I receive the following output:...

Hey koniu, thanks for creating this great tool. I'm using the webui with recoll within a virtualbox hosted lubuntu. Both latest versions. Problem is that compared to the recoll client...

Added support for ujson (if available) and added /pagedjson page which seperates the json files into pages. (default 50 items per page). With the "items" param you can specify how...

I'm doing an anchored search (see [manual ](http://www.lesbonscomptes.com/recoll/usermanual/usermanual.html#RCL.SEARCH.ANCHOR)for anchored searches ) like the following: `filename:"^My_File_Name" ext:pdf Hello dir:"home/abel/documents/my folder"` It will result in crashing the docker container where my recoll...

upstream

Hi I am looking to use the python scripts via CGI only (not WSGI or FCGI). Any change you can give some pointers on how to set this up? thx!

question

Please consider adding a license statement to your project (or clarify that you deliberately choose not to do so). You find a nice explanation here: http://choosealicense.com/ Thanks

Pygments is a python source code highlighter http://pygments.org/docs/ . The idea is to use highlighting tools when previewing the plain text search results. The changes added perform the guess on...

enhancement