ahrm
ahrm
I have created a preview build of the development branch here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0 . I have not tested the binaries on macos or windows though, it is quite possible that they...
Is there any error when opening the mac binary from console? (the binary can be found if you open the package like a directory). > For example, are their build...
> tried to add [m]control_menu(prev_suggestion) but nothing happened (including no error messages) I assume you want to go up in menus? In that case you should add something like this:...
There is currently no way to do that but it is very easy to implement, I am on a trip right now but I will write a script to do...
I wrote a simple python script to do this: ``` import sqlite3 import sys import argparse import pathlib import uuid def create_arg_parser(): parser = argparse.ArgumentParser( prog='sioyek_database_utils', ) parser.add_argument('--local-database-file-path', type=str, help='Path...
You need to run it using python. for example: ``` python sioyek_copy.py --shared-database-file-path /home/michaelzmm/syn/lib/shared.db --list-files ```
> Why does it stores the file path, if it is something thats breakable, meaning the file can be moved somewhere else? How else could we open the file if...
> So I dont see why store the file path in the db. So we can show a list of recently used documents (and open them).
> Should sioyek really have this functionality at all? Fells like its overstepping its boundaries. Most PDF viewers have this feature.
We already compile on arm macbooks and android arm devices, so I think porting sioyek to windows arm should be pretty trivial, however, I don't have an arm machine to...