Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How I get grouped/linked several documents?

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

How I get grouped/linked several documents?

#1 Post by bester69 »

Hi,

I have several concept documents, I'd like to keep linked among them, so I can keep joined the whole brain concepts throught several documents apart.

Example.
I create several office documents named different, but all of them need to be linked in someway (I dont know how) so I can keep trace of the whole concept accesing any of the documents of the group by separate.. I also would like to be able to unlink a document from the group by removing the "hyperlink" from any of the documents.
0- I create several documents that need to be grouped (linked within them)
- Blue cars.odt
- BigCars.odt
- Forsale.odt

1- I linked in some way I dont know how to do.:
I 'd like to create cross hyperlinks, so If I create a hyperlink pointing to one file, in the other file It appears its counterpart file, And when I remove the cross hyperlink, It dissapears in both files or more.
------------------------------------------------

I really dont know how to do to recreate a system that work with documents in this way, its something similar to work with documents and tags (like picassa but with documents).. do we have any document manager that works with tags (concepts)?
Im creating a lot of concept documents , that need to be indexed in some way so I cant miss documents that are similar by related concepts, I also would like to be able to open any of them from each other of the linked group.

Any suggestion, thanks :shock:
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: How I get grouped/linked several documents?

#2 Post by bester69 »

ok, I think I was looking for an easy to deploy and simple to use DMS(Document Management System Software).
https://www.how2shout.com/tools/best-fr ... tware.html
https://www.fossmint.com/open-source-do ... -software/

I hadn't used a DMS before, I will take a look at some of them to see which one fix better my needs. I needs something easy to deploy and simple to use,
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: How I get grouped/linked several documents?

#3 Post by pylkko »

Most people probably just use file system an put similar documents into folders, although this has limitations (file cannot be in many folders, for example). Or you can use git repos, so that each collection is it's own repo.

Not entirely sure what you want, but I know that gnome-documents. for example, can create collections of documents, so you can link or unlink documents to a group. It also allows you to book mark documents and write comments into them with evince.

Then there is Paperworks, which allows you to label documents and keep them file them efficiently (make groups and whatever). It even learns, so that it can do it automatically after you have done it a few times. But it is more for "real papers", that is meant to be used with a scanner to ocr and manage paper that you get in the mail and so on into digital searchable format.

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: How I get grouped/linked several documents?

#4 Post by bester69 »

pylkko wrote:Most people probably just use file system an put similar documents into folders, although this has limitations (file cannot be in many folders, for example). Or you can use git repos, so that each collection is it's own repo.

Not entirely sure what you want, but I know that gnome-documents. for example, can create collections of documents, so you can link or unlink documents to a group. It also allows you to book mark documents and write comments into them with evince.

Then there is Paperworks, which allows you to label documents and keep them file them efficiently (make groups and whatever). It even learns, so that it can do it automatically after you have done it a few times. But it is more for "real papers", that is meant to be used with a scanner to ocr and manage paper that you get in the mail and so on into digital searchable format.
Hi pylkko, Im gonna check those two later

I think i will use digikam and tags (im happy how this worked) to keep track of all documents and groups..Ive created a script that open libreoffice within digikam and update image exported document if updated libreoffice odt file. All documents and converted image documents are in the same folder, I just need to get an easy way to linked/unlinked them and know what relation is among them.

here, you can see.:
Image

Image

the script to convert libreoffice to jpg and update them when file changes.
digika.sh

Code: Select all

#!/bin/bash
#
if [ -z "$1" ]
 then
 echo "nada"
 exit
 else
ruta=$(readlink -f "$1")
ruta2=$(dirname "$ruta")
fileorg=$(basename "$1")
filename=$(basename "$1" .jpg)
 fi
FILE="$ruta2/$filename.odt" 

flag=/tmp/flg_$filename.txt && rm $flag
killall inotifywait &
sleep 2
killall inotifywait -9
 while inotifywait  -e modify $FILE ; do
echo "1" > $flag
done &

if [ -f "$FILE" ]; then
    killall soffice.bin
    soffice $FILE
    else 
    gwenview $ruta2/$fileorg  
fi

if [ -f "$flag" ]; then
soffice --headless --convert-to jpg --outdir $ruta2 $FILE | xargs jpegoptim -S70  
echo "$FILE updated"
fi
rm $flag
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: How I get grouped/linked several documents?

#5 Post by bester69 »

sorry , how, where do I configure gnome-documents with kde, there's no preferences available in bar
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

trinidad
Posts: 290
Joined: 2016-08-04 14:58
Been thanked: 14 times

Re: How I get grouped/linked several documents?

#6 Post by trinidad »

You should consider this application: https://www.giuspen.com/cherrytree/

I use it and like it very much.

TC
You can't believe your eyes if your imagination is out of focus.

User avatar
ezukax
Posts: 3
Joined: 2019-04-16 09:42

Re: How I get grouped/linked several documents?

#7 Post by ezukax »

Agree cherrytree is just the perfect ting to use

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: How I get grouped/linked several documents?

#8 Post by bester69 »

ezukax wrote:Agree cherrytree is just the perfect ting to use
I will use Digikam.. thanks.

Image

Image
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply